Home
last modified time | relevance | path

Searched refs:DPU_SSPP_INLINE_ROTATION (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h85 DPU_SSPP_INLINE_ROTATION, enumerator
H A Ddpu_plane.c705 if (!test_bit(DPU_SSPP_INLINE_ROTATION, &pipe->sspp->cap->features)) in dpu_plane_check_inline_rotation()
952 if (pipe_hw_caps->features & BIT(DPU_SSPP_INLINE_ROTATION)) in dpu_plane_atomic_check_sspp()
1689 pipe_hw->cap->features & BIT(DPU_SSPP_INLINE_ROTATION), in dpu_plane_init()
1728 if (test_bit(DPU_SSPP_INLINE_ROTATION, &cfg->features)) in dpu_plane_init_virtual()
H A Ddpu_hw_catalog.c57 (VIG_SDM845_MASK | BIT(DPU_SSPP_INLINE_ROTATION))
H A Ddpu_rm.c748 if (reqs->rot90 && !(hw_sspp->cap->features & DPU_SSPP_INLINE_ROTATION)) in dpu_rm_try_sspp()