Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c202 .features = BIT(DPU_CTL_SPLIT_DISPLAY)
207 .features = BIT(DPU_CTL_SPLIT_DISPLAY)
248 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY)
253 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY)
H A Ddpu_hw_catalog.h184 DPU_CTL_SPLIT_DISPLAY = 0x1, enumerator
H A Ddpu_rm.c407 has_split_display = BIT(DPU_CTL_SPLIT_DISPLAY) & features; in _dpu_rm_reserve_ctls()