✓ CI.checkpatch: success for drm: add two missing DRM_DISPLAY_DSC_HELPER selects
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 5 03:16:08 UTC 2024
== Series Details ==
Series: drm: add two missing DRM_DISPLAY_DSC_HELPER selects
URL : https://patchwork.freedesktop.org/series/138226/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6eacae71006365964ed803cc48caa2c92a745d1e
Author: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
Date: Thu Sep 5 06:08:22 2024 +0300
drm/msm: add another DRM_DISPLAY_DSC_HELPER selection
In the drm/msm driver both DSI and DPU subdrivers use drm_dsc_*
functions, but only DSI selects DRM_DISPLAY_DSC_HELPER symbol. Add
missing select to the DPU subdriver too.
Fixes: ca097d4d94d8 ("drm/display: split DSC helpers from DP helpers")
Reported-by: kernel test robot <lkp at intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409040129.rqhtRTeC-lkp@intel.com/
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
+ /mt/dim checkpatch 8b1096500fd6fae573f7d9c4416778d6442e985d drm-intel
c83223ef7383 drm/xe: select DRM_DISPLAY_DSC_HELPER
6eacae710063 drm/msm: add another DRM_DISPLAY_DSC_HELPER selection
More information about the Intel-xe
mailing list