Home
last modified time | relevance | path

Searched refs:DPU_SSPP_CDP (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.h137 DPU_SSPP_CDP, enumerator
Ddpu_hw_catalog.c17 BIT(DPU_SSPP_CSC_10BIT) | BIT(DPU_SSPP_CDP) |\
37 BIT(DPU_SSPP_CDP) | BIT(DPU_SSPP_EXCL_RECT))
45 BIT(DPU_SSPP_CDP) | BIT(DPU_SSPP_EXCL_RECT))
Ddpu_hw_sspp.c693 if (test_bit(DPU_SSPP_CDP, &features)) in _setup_layer_ops()