Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/dpu: drop ununused MIXER features

Drop unused LM features from the current codebase.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/655411/
Link: https://lore.kernel.org/r/20250522-dpu-drop-features-v5-29-3b2085a07884@oss.qualcomm.com

authored by

Dmitry Baryshkov and committed by
Dmitry Baryshkov
3d6cce0b 7a4647f3

+2 -6
+2 -6
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h
··· 66 66 67 67 /* 68 68 * MIXER sub-blocks/features 69 - * @DPU_MIXER_LAYER Layer mixer layer blend configuration, 70 69 * @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration 71 - * @DPU_MIXER_GC Gamma correction block 72 70 * @DPU_MIXER_MAX maximum value 73 71 */ 74 72 enum { 75 - DPU_MIXER_LAYER = 0x1, 76 - DPU_MIXER_SOURCESPLIT, 77 - DPU_MIXER_GC, 78 - DPU_MIXER_MAX 73 + DPU_MIXER_SOURCESPLIT = 0x1, 74 + DPU_MIXER_MAX, 79 75 }; 80 76 81 77 /**