linux/drivers/gpu/drm/imx/dc
Jiri Slaby (SUSE) 68952f1b00 drm/imx: include dc-drv.h to avoid sparse warning
sparse (build with C=1) warns:
drivers/gpu/drm/imx/dc/dc-ic.c:273:24: warning: symbol 'dc_ic_driver' was not declared. Should it be static?

And it is right. Include dc-drv.h which declares the struct. This
ensures the types of both match.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
Link: https://patch.msgid.link/20260708095645.385291-2-jirislaby@kernel.org
Signed-off-by: Liu Ying <victor.liu@nxp.com>
2026-07-15 15:30:27 +08:00
..
dc-cf.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-crtc.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
dc-de.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-de.h drm/imx: Add i.MX8qxp Display Controller KMS 2025-05-14 15:11:31 +08:00
dc-drv.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-drv.h drm/imx: Add i.MX8qxp Display Controller KMS 2025-05-14 15:11:31 +08:00
dc-ed.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-fg.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-fl.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-fu.c drm/imx: dc: Sort bits and bitfields in descending order 2025-10-16 11:17:12 +08:00
dc-fu.h drm/imx: dc: Sort bits and bitfields in descending order 2025-10-16 11:17:12 +08:00
dc-fw.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-ic.c drm/imx: include dc-drv.h to avoid sparse warning 2026-07-15 15:30:27 +08:00
dc-kms.c drm/imx: dc: remove now-redundant call to drm_connector_attach_encoder() 2026-04-30 11:15:46 +02:00
dc-kms.h drm/imx: Add i.MX8qxp Display Controller KMS 2025-05-14 15:11:31 +08:00
dc-lb.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-pe.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
dc-pe.h
dc-plane.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
dc-tc.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
Kconfig drm/imx: Add i.MX8qxp Display Controller KMS 2025-05-14 15:11:31 +08:00
Makefile drm/imx: Add i.MX8qxp Display Controller KMS 2025-05-14 15:11:31 +08:00