All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v5 2/2] drm/imx/lcdc: Implement DRM driver for imx25
@ 2023-02-12 13:23 kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2023-02-12 13:23 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20230210180014.173379-3-u.kleine-koenig@pengutronix.de>
References: <20230210180014.173379-3-u.kleine-koenig@pengutronix.de>
TO: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
TO: David Airlie <airlied@gmail.com>
TO: Daniel Vetter <daniel@ffwll.ch>
TO: Shawn Guo <shawnguo@kernel.org>
TO: Sascha Hauer <s.hauer@pengutronix.de>
TO: Philipp Zabel <p.zabel@pengutronix.de>
TO: Sam Ravnborg <sam@ravnborg.org>
TO: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
TO: Danilo Krummrich <dakr@redhat.com>
TO: Liu Ying <victor.liu@nxp.com>
CC: linux-arm-kernel@lists.infradead.org
CC: dri-devel@lists.freedesktop.org
CC: NXP Linux Team <linux-imx@nxp.com>
CC: Pengutronix Kernel Team <kernel@pengutronix.de>

Hi Uwe,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on 2591939e881cf728b6ac45971eeec2f58051c101]

url:    https://github.com/intel-lab-lkp/linux/commits/Uwe-Kleine-K-nig/dt-bindings-display-imx-Describe-drm-binding-for-fsl-imx-lcdc/20230211-020147
base:   2591939e881cf728b6ac45971eeec2f58051c101
patch link:    https://lore.kernel.org/r/20230210180014.173379-3-u.kleine-koenig%40pengutronix.de
patch subject: [PATCH v5 2/2] drm/imx/lcdc: Implement DRM driver for imx25
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/r/202302122146.3fEMhin0-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/imx/lcdc/imx-lcdc.c: drm/drm_fourcc.h is included more than once.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v5 0/2] drm/imx/lcdc: Implement DRM driver for imx25
@ 2023-02-10 18:00 Uwe Kleine-König
  2023-02-10 18:00   ` Uwe Kleine-König
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2023-02-10 18:00 UTC (permalink / raw)
  To: Philipp Zabel, David Airlie, Daniel Vetter, Rob Herring,
	Krzysztof Kozlowski, Shawn Guo, Sascha Hauer, Sam Ravnborg,
	Laurent Pinchart, Danilo Krummrich, Liu Ying
  Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team, dri-devel,
	devicetree, linux-arm-kernel

Hello,

Changes since v4:

 - Explicitly handle the connector and pass
   DRM_BRIDGE_ATTACH_NO_CONNECTOR to drm_bridge_attach (Laurent)
 - Fix binding syntax hopfully makeing Rob's dt-checker bot happy
 - Resort #includes alphabetically

A big thanks to Philipp who (again!) was a great help to get v5 out.

Patch 1 depends on patch "dt-bindings: display: Convert fsl,imx-fb.txt
to dt-schema" which currently sits in Rob's tree as
93266da2409b1709474be00f1becbbdaddb2b706. Patch 2 bases on "drm/imx:
move IPUv3 driver into separate subdirectory" which currentlich sits in
drm-misc-next-2023-01-03 as 4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24.

Unchanged since v3 is that the binding is using a different compatible. This is
a bit ugly, but a drm driver needs a considerably different binding anyhow and
this is the chance to pick a better name: The legacy binding uses "imx25-fb"
(and similar for other SoCs), but the hardware unit is called LCDC and so I
picked "imx25-lcdc" as new name. The idea is to deprecate imx25-fb (et al) and
convert the imx25.dtsi to imx25-lcdc. (So I don't plan to have both variants in
the dtsi file which Rob considered ugly.)

Marian Cichy (1):
  drm/imx/lcdc: Implement DRM driver for imx25

Uwe Kleine-König (1):
  dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc

 .../bindings/display/imx/fsl,imx-lcdc.yaml    |  46 +-
 drivers/gpu/drm/imx/Kconfig                   |   1 +
 drivers/gpu/drm/imx/Makefile                  |   1 +
 drivers/gpu/drm/imx/lcdc/Kconfig              |   7 +
 drivers/gpu/drm/imx/lcdc/Makefile             |   1 +
 drivers/gpu/drm/imx/lcdc/imx-lcdc.c           | 553 ++++++++++++++++++
 6 files changed, 608 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/imx/lcdc/Kconfig
 create mode 100644 drivers/gpu/drm/imx/lcdc/Makefile
 create mode 100644 drivers/gpu/drm/imx/lcdc/imx-lcdc.c

base-commit: 2591939e881cf728b6ac45971eeec2f58051c101
prerequisite-patch-id: c3ef3de02516b5c159e76b40d2b4348a5ce0fe51
-- 
2.39.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-06 11:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 13:23 [PATCH v5 2/2] drm/imx/lcdc: Implement DRM driver for imx25 kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-02-10 18:00 [PATCH v5 0/2] " Uwe Kleine-König
2023-02-10 18:00 ` [PATCH v5 2/2] " Uwe Kleine-König
2023-02-10 18:00   ` Uwe Kleine-König
2023-02-10 20:59   ` Uwe Kleine-König
2023-02-10 20:59     ` Uwe Kleine-König
2023-03-06 11:25   ` Philipp Zabel
2023-03-06 11:25     ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.