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 unused MDP TOP features

Drop unused MDP TOP 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/655412/
Link: https://lore.kernel.org/r/20250522-dpu-drop-features-v5-27-3b2085a07884@oss.qualcomm.com

authored by

Dmitry Baryshkov and committed by
Dmitry Baryshkov
f1a3c64e 914a4b96

-13
-13
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h
··· 29 29 #define MAX_XIN_COUNT 16 30 30 31 31 /** 32 - * MDP TOP BLOCK features 33 - * @DPU_MDP_PANIC_PER_PIPE Panic configuration needs to be done per pipe 34 - * @DPU_MDP_10BIT_SUPPORT, Chipset supports 10 bit pixel formats 35 - * @DPU_MDP_MAX Maximum value 36 - 37 - */ 38 - enum { 39 - DPU_MDP_PANIC_PER_PIPE = 0x1, 40 - DPU_MDP_10BIT_SUPPORT, 41 - DPU_MDP_MAX 42 - }; 43 - 44 - /** 45 32 * SSPP sub-blocks/features 46 33 * @DPU_SSPP_SCALER_QSEED2, QSEED2 algorithm support 47 34 * @DPU_SSPP_SCALER_QSEED3_COMPATIBLE, QSEED3-compatible alogorithm support (includes QSEED3, QSEED3LITE and QSEED4)