Searched refs:stage_off (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_lm.c | 132 int stage_off; in dpu_hw_lm_setup_blend_config_combined_alpha() local 138 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config_combined_alpha() 139 if (WARN_ON(stage_off < 0)) in dpu_hw_lm_setup_blend_config_combined_alpha() 143 DPU_REG_WRITE(c, LM_BLEND0_CONST_ALPHA + stage_off, const_alpha); in dpu_hw_lm_setup_blend_config_combined_alpha() 144 DPU_REG_WRITE(c, LM_BLEND0_OP + stage_off, blend_op); in dpu_hw_lm_setup_blend_config_combined_alpha() 153 int stage_off; in dpu_hw_lm_setup_blend_config_combined_alpha_v12() local 159 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config_combined_alpha_v12() 160 if (WARN_ON(stage_off < 0)) in dpu_hw_lm_setup_blend_config_combined_alpha_v12() 164 DPU_REG_WRITE(c, LM_BLEND0_CONST_ALPHA_V12 + stage_off, const_alpha); in dpu_hw_lm_setup_blend_config_combined_alpha_v12() 165 DPU_REG_WRITE(c, LM_BLEND0_OP + stage_off, blend_op); in dpu_hw_lm_setup_blend_config_combined_alpha_v12() [all …]
|