]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe: select DRM_DISPLAY_DSC_HELPER
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 5 Sep 2024 03:08:21 +0000 (06:08 +0300)
committerMaxime Ripard <mripard@kernel.org>
Thu, 5 Sep 2024 07:45:07 +0000 (09:45 +0200)
The Xe driver shares display code with the i915 driver, pulling in the
dependency on the DSC helpers this way. However when working on
separating DRM_DISPLAY_DSC_HELPER this was left unnoticed. Add missing
dependency.

Fixes: ca097d4d94d8 ("drm/display: split DSC helpers from DP helpers")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409032226.x6f4SWQl-lkp@intel.com/
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905-fix-dsc-helpers-v1-1-3ae4b5900f89@linaro.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/xe/Kconfig

index 7bbe46a98ff1f449bc2af30686585a00e9e8af93..ebd0879e04d44aeb011de11b70728ffb8d4bea60 100644 (file)
@@ -14,6 +14,7 @@ config DRM_XE
        select DRM_PANEL
        select DRM_SUBALLOC_HELPER
        select DRM_DISPLAY_DP_HELPER
+       select DRM_DISPLAY_DSC_HELPER
        select DRM_DISPLAY_HDCP_HELPER
        select DRM_DISPLAY_HDMI_HELPER
        select DRM_DISPLAY_HELPER