Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_lm.c116 int stage_off; in dpu_hw_lm_setup_blend_config_combined_alpha() local
122 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config_combined_alpha()
123 if (WARN_ON(stage_off < 0)) in dpu_hw_lm_setup_blend_config_combined_alpha()
127 DPU_REG_WRITE(c, LM_BLEND0_CONST_ALPHA + stage_off, const_alpha); in dpu_hw_lm_setup_blend_config_combined_alpha()
128 DPU_REG_WRITE(c, LM_BLEND0_OP + stage_off, blend_op); in dpu_hw_lm_setup_blend_config_combined_alpha()
135 int stage_off; in dpu_hw_lm_setup_blend_config() local
140 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config()
141 if (WARN_ON(stage_off < 0)) in dpu_hw_lm_setup_blend_config()
144 DPU_REG_WRITE(c, LM_BLEND0_FG_ALPHA + stage_off, fg_alpha); in dpu_hw_lm_setup_blend_config()
145 DPU_REG_WRITE(c, LM_BLEND0_BG_ALPHA + stage_off, bg_alpha); in dpu_hw_lm_setup_blend_config()
[all …]