diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-06 11:25:38 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-06 11:25:46 +1000 |
commit | ca10367a5abe5f04df1374b227a10439ef686b90 (patch) | |
tree | d5be738851922d962f9146ec39c706aabd41bece /drivers/gpu/drm/imx | |
parent | 4de4a0f160cf8ccf29a9a70f00403e6948e7e108 (diff) | |
parent | 5a498d4d06d6d9bad76d8a50a7f8fe01670ad46f (diff) | |
download | linux-ca10367a5abe5f04df1374b227a10439ef686b90.tar.gz linux-ca10367a5abe5f04df1374b227a10439ef686b90.tar.bz2 linux-ca10367a5abe5f04df1374b227a10439ef686b90.zip |
Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
A zpos normalization fix for komeda, a register bitmask fix for nouveau,
a memory leak fix for imagination, three fixes for the recent bridge
HDMI work, a potential DoS fix and a cache coherency for panthor, a
change of panel compatible and a deferred-io fix when used with
non-highmem memory.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905-original-radical-guan-e7a2ae@houat
Diffstat (limited to 'drivers/gpu/drm/imx')
-rw-r--r-- | drivers/gpu/drm/imx/dcss/Kconfig | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/imx/lcdc/Kconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/dcss/Kconfig b/drivers/gpu/drm/imx/dcss/Kconfig index 3ffc061d392b..59e3b6a1dff0 100644 --- a/drivers/gpu/drm/imx/dcss/Kconfig +++ b/drivers/gpu/drm/imx/dcss/Kconfig @@ -2,6 +2,8 @@ config DRM_IMX_DCSS tristate "i.MX8MQ DCSS" select IMX_IRQSTEER select DRM_KMS_HELPER + select DRM_DISPLAY_HELPER + select DRM_BRIDGE_CONNECTOR select DRM_GEM_DMA_HELPER select VIDEOMODE_HELPERS depends on DRM && ARCH_MXC && ARM64 diff --git a/drivers/gpu/drm/imx/lcdc/Kconfig b/drivers/gpu/drm/imx/lcdc/Kconfig index 7e57922bbd9d..9c28bb0f4662 100644 --- a/drivers/gpu/drm/imx/lcdc/Kconfig +++ b/drivers/gpu/drm/imx/lcdc/Kconfig @@ -3,5 +3,7 @@ config DRM_IMX_LCDC depends on DRM && (ARCH_MXC || COMPILE_TEST) select DRM_GEM_DMA_HELPER select DRM_KMS_HELPER + select DRM_DISPLAY_HELPER + select DRM_BRIDGE_CONNECTOR help Found on i.MX1, i.MX21, i.MX25 and i.MX27. |