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 PINGPONG features

All existing PINGPONG feature bits are completely unused. Drop them 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/655409/
Link: https://lore.kernel.org/r/20250522-dpu-drop-features-v5-28-3b2085a07884@oss.qualcomm.com

authored by

Dmitry Baryshkov and committed by
Dmitry Baryshkov
7a4647f3 f1a3c64e

-12
-12
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h
··· 88 88 }; 89 89 90 90 /** 91 - * PINGPONG sub-blocks 92 - * @DPU_PINGPONG_SPLIT PP block supports split fifo 93 - * @DPU_PINGPONG_SLAVE PP block is a suitable slave for split fifo 94 - * @DPU_PINGPONG_MAX 95 - */ 96 - enum { 97 - DPU_PINGPONG_SPLIT = 0x1, 98 - DPU_PINGPONG_SLAVE, 99 - DPU_PINGPONG_MAX 100 - }; 101 - 102 - /** 103 91 * CTL sub-blocks 104 92 * @DPU_CTL_SPLIT_DISPLAY: CTL supports video mode split display 105 93 * @DPU_CTL_MAX