drm/panel: Rename GEM CMA helpers GEM DMA helpers
authorPhil Elwell <phil@raspberrypi.com>
Tue, 18 Oct 2022 15:36:47 +0000 (16:36 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:24 +0000 (11:33 +0000)
As a result of [1], DRM_GEM_CMA_HELPER has been replaced by
DRM_GEM_CMA_HELPER.

[1] 4a83c26a1d87 ("drm/gem: rename GEM CMA helpers to GEM DMA helpers")

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/gpu/drm/panel/Kconfig

index bb493fa3c400c58f5e565b427d8b689e57f41280..6672ff46ea1342a29b072e90d99dcf87ccbb7432 100644 (file)
@@ -198,7 +198,7 @@ config DRM_PANEL_ILITEK_ILI9806E
        tristate "Ilitek ILI9806E-based panels"
        depends on OF && SPI
        select DRM_KMS_HELPER
-       depends on DRM_GEM_CMA_HELPER
+       depends on DRM_GEM_DMA_HELPER
        depends on BACKLIGHT_CLASS_DEVICE
        select DRM_MIPI_DBI
        help
@@ -771,7 +771,7 @@ config DRM_PANEL_TPO_Y17P
        tristate "TDO Y17P-based panels"
        depends on OF && SPI
        select DRM_KMS_HELPER
-       depends on DRM_GEM_CMA_HELPER
+       depends on DRM_GEM_DMA_HELPER
        depends on BACKLIGHT_CLASS_DEVICE
        select DRM_MIPI_DBI
        help