mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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
This commit is contained in:
parent
7a4647f3ad
commit
3d6cce0b63
|
|
@ -66,16 +66,12 @@ enum {
|
|||
|
||||
/*
|
||||
* MIXER sub-blocks/features
|
||||
* @DPU_MIXER_LAYER Layer mixer layer blend configuration,
|
||||
* @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration
|
||||
* @DPU_MIXER_GC Gamma correction block
|
||||
* @DPU_MIXER_MAX maximum value
|
||||
*/
|
||||
enum {
|
||||
DPU_MIXER_LAYER = 0x1,
|
||||
DPU_MIXER_SOURCESPLIT,
|
||||
DPU_MIXER_GC,
|
||||
DPU_MIXER_MAX
|
||||
DPU_MIXER_SOURCESPLIT = 0x1,
|
||||
DPU_MIXER_MAX,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user