Home
last modified time | relevance | path

Searched refs:SSPP_RGB2 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.c102 status->sspp[SSPP_RGB2] = (value >> 16) & 0x3; in dpu_hw_get_danger_status()
214 status->sspp[SSPP_RGB2] = (value >> 16) & 0x1; in dpu_hw_get_safe_status()
H A Ddpu_hw_mdss.h95 SSPP_RGB2, enumerator
H A Ddpu_hw_ctl.c200 case SSPP_RGB2: in dpu_hw_ctl_update_pending_flush_sspp()
468 [SSPP_RGB2] = { { 0, 15, 12 }, { -1 } },
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.c30 [SSPP_RGB0] = 16, [SSPP_RGB1] = 17, [SSPP_RGB2] = 18,
200 [SSPP_RGB0] = 16, [SSPP_RGB1] = 17, [SSPP_RGB2] = 18,
290 [SSPP_RGB2] = 18, [SSPP_RGB3] = 22,
542 [SSPP_RGB2] = 18, [SSPP_RGB3] = 22,
H A Dmdp5_ctl.c297 case SSPP_RGB2: return MDP5_CTL_LAYER_REG_RGB2(stage); in mdp_ctl_blend_mask()
320 case SSPP_RGB2: return MDP5_CTL_LAYER_EXT_REG_RGB2_BIT3; in mdp_ctl_blend_ext_mask()
448 case SSPP_RGB2: return MDP5_CTL_FLUSH_RGB2; in mdp_ctl_flush_mask_pipe()
H A Dmdp5_kms.h214 case SSPP_RGB2: in pipe2nclients()
H A Dmdp5_kms.c604 SSPP_RGB0, SSPP_RGB1, SSPP_RGB2, SSPP_RGB3, in hwpipe_init() enumerator