aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/imx-tve.c
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2022-06-14 09:02:45 +0000
committerVille Syrjälä <[email protected]>2022-06-20 20:53:55 +0000
commit255490f9150da7c6dabe468f3a877b92fd0f02c1 (patch)
tree5a80f494581078aeb5ac94cd5c414b4ba87710b2 /drivers/gpu/drm/imx/imx-tve.c
parentdrm/bridge: ti-sn65dsi83: Allow GPIO operations to sleep (diff)
downloadkernel-255490f9150da7c6dabe468f3a877b92fd0f02c1.tar.gz
kernel-255490f9150da7c6dabe468f3a877b92fd0f02c1.zip
drm: Drop drm_edid.h from drm_crtc.h
drm_crtc.h has no need for drm_edid.h, so don't include it. Avoids useless rebuilds of the entire universe when touching drm_edid.h. Quite a few placs do currently depend on drm_edid.h without actually including it directly. All of those need to be fixed up. v2: Fix up i915 and msm some more v3: Fix alphabetical ordering (Sam) Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Acked-by: Sam Ravnborg <[email protected]> Acked-by: Jani Nikula <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/imx/imx-tve.c')
-rw-r--r--drivers/gpu/drm/imx/imx-tve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/imx-tve.c b/drivers/gpu/drm/imx/imx-tve.c
index 2b1fdf2cbbce..6b34fac3f73a 100644
--- a/drivers/gpu/drm/imx/imx-tve.c
+++ b/drivers/gpu/drm/imx/imx-tve.c
@@ -18,6 +18,7 @@
#include <video/imx-ipu-v3.h>
#include <drm/drm_atomic_helper.h>
+#include <drm/drm_edid.h>
#include <drm/drm_fb_helper.h>
#include <drm/drm_managed.h>
#include <drm/drm_probe_helper.h>