Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.h13 struct dpu_hw_mixer;
36 void (*setup_mixer_out)(struct dpu_hw_mixer *ctx,
43 void (*setup_blend_config)(struct dpu_hw_mixer *ctx, uint32_t stage,
49 void (*setup_alpha_out)(struct dpu_hw_mixer *ctx, uint32_t mixer_op);
56 int (*clear_all_blendstages)(struct dpu_hw_mixer *ctx);
65 int (*setup_blendstage)(struct dpu_hw_mixer *ctx, enum dpu_lm lm,
71 void (*setup_border_color)(struct dpu_hw_mixer *ctx,
78 void (*setup_misr)(struct dpu_hw_mixer *ctx);
83 int (*collect_misr)(struct dpu_hw_mixer *ctx, u32 *misr_value);
86 struct dpu_hw_mixer { struct
[all …]
H A Ddpu_crtc.h96 struct dpu_hw_mixer *hw_lm;
H A Ddpu_crtc.c327 struct dpu_hw_mixer *lm = mixer->hw_lm; in _dpu_crtc_setup_blend_cfg()
386 struct dpu_hw_mixer *hw_lm = crtc_state->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi()
528 struct dpu_hw_mixer *lm; in _dpu_crtc_blend_setup()
H A Ddpu_rm.c60 struct dpu_hw_mixer *hw; in dpu_rm_init()
H A Ddpu_encoder.c2184 struct dpu_hw_mixer *hw_mixer[2]; in dpu_encoder_helper_reset_mixers()