[PATCH 0/2] drm: add two missing DRM_DISPLAY_DSC_HELPER selects

Dmitry Baryshkov posted 2 patches 1 year, 3 months ago
drivers/gpu/drm/msm/Kconfig | 1 +
drivers/gpu/drm/xe/Kconfig  | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] drm: add two missing DRM_DISPLAY_DSC_HELPER selects
Posted by Dmitry Baryshkov 1 year, 3 months ago
Add two selects for DRM_DISPLAY_DSC_HELPER which got missed in the
original commit ca097d4d94d8 ("drm/display: split DSC helpers from DP
helpers") and were later reported by LKP.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
      drm/xe: select DRM_DISPLAY_DSC_HELPER
      drm/msm: add another DRM_DISPLAY_DSC_HELPER selection

 drivers/gpu/drm/msm/Kconfig | 1 +
 drivers/gpu/drm/xe/Kconfig  | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: fdadd93817f124fd0ea6ef251d4a1068b7feceba
change-id: 20240905-fix-dsc-helpers-3b8460fcb9af

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH 0/2] drm: add two missing DRM_DISPLAY_DSC_HELPER selects
Posted by Maxime Ripard 1 year, 3 months ago
On Thu, 05 Sep 2024 06:08:20 +0300, Dmitry Baryshkov wrote:
> Add two selects for DRM_DISPLAY_DSC_HELPER which got missed in the
> original commit ca097d4d94d8 ("drm/display: split DSC helpers from DP
> helpers") and were later reported by LKP.
> 
> 

Applied to misc/kernel.git (drm-misc-next).

Thanks!
Maxime
Re: [PATCH 0/2] drm: add two missing DRM_DISPLAY_DSC_HELPER selects
Posted by Dmitry Baryshkov 1 year, 3 months ago
On Thu, 5 Sept 2024 at 10:48, Maxime Ripard <mripard@kernel.org> wrote:
>
> On Thu, 05 Sep 2024 06:08:20 +0300, Dmitry Baryshkov wrote:
> > Add two selects for DRM_DISPLAY_DSC_HELPER which got missed in the
> > original commit ca097d4d94d8 ("drm/display: split DSC helpers from DP
> > helpers") and were later reported by LKP.
> >
> >
>
> Applied to misc/kernel.git (drm-misc-next).

Thanks!


-- 
With best wishes
Dmitry