Skip to content

Commit a5045b0

Browse files
lumagAbhinav Kumar
authored andcommitted
drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK
The msm8998 doesn't seem to support DIM_LAYER, so drop it from the supported features mask. Fixes: 2d8a4ed ("drm/msm/dpu: use feature bit for LM combined alpha check") Fixes: 94391a1 ("drm/msm/dpu1: Add MSM8998 to hw catalog") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/522231/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abhinav Kumar <[email protected]>
1 parent 38164e9 commit a5045b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
(DMA_MSM8998_MASK | BIT(DPU_SSPP_CURSOR))
5353

5454
#define MIXER_MSM8998_MASK \
55-
(BIT(DPU_MIXER_SOURCESPLIT) | BIT(DPU_DIM_LAYER))
55+
(BIT(DPU_MIXER_SOURCESPLIT))
5656

5757
#define MIXER_SDM845_MASK \
5858
(BIT(DPU_MIXER_SOURCESPLIT) | BIT(DPU_DIM_LAYER) | BIT(DPU_MIXER_COMBINED_ALPHA))

0 commit comments

Comments
 (0)