Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_lm.h13 struct dpu_hw_mixer;
37 void (*setup_mixer_out)(struct dpu_hw_mixer *ctx,
44 void (*setup_blend_config)(struct dpu_hw_mixer *ctx, uint32_t stage,
57 int (*clear_all_blendstages)(struct dpu_hw_mixer *ctx);
66 int (*setup_blendstage)(struct dpu_hw_mixer *ctx, enum dpu_lm lm,
72 void (*setup_border_color)(struct dpu_hw_mixer *ctx,
79 void (*setup_misr)(struct dpu_hw_mixer *ctx);
84 int (*collect_misr)(struct dpu_hw_mixer *ctx, u32 *misr_value);
87 struct dpu_hw_mixer { struct
111 return container_of(hw, struct dpu_hw_mixer, base); in to_dpu_hw_mixer()
[all …]
A Ddpu_hw_lm.c66 static void dpu_hw_lm_setup_out(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_out()
86 static void dpu_hw_lm_setup_border_color(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_border_color()
102 static void dpu_hw_lm_setup_border_color_v12(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_border_color_v12()
118 static void dpu_hw_lm_setup_misr(struct dpu_hw_mixer *ctx) in dpu_hw_lm_setup_misr()
148 dpu_hw_lm_setup_blend_config_combined_alpha_v12(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_blend_config_combined_alpha_v12()
168 static void dpu_hw_lm_setup_blend_config(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_blend_config()
186 static void dpu_hw_lm_setup_color3(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_color3()
200 static void dpu_hw_lm_setup_color3_v12(struct dpu_hw_mixer *ctx, in dpu_hw_lm_setup_color3_v12()
319 static int dpu_hw_lm_clear_all_blendstages(struct dpu_hw_mixer *ctx) in dpu_hw_lm_clear_all_blendstages()
350 struct dpu_hw_mixer *dpu_hw_lm_init(struct drm_device *dev, in dpu_hw_lm_init()
[all …]
A Ddpu_crtc.h96 struct dpu_hw_mixer *hw_lm;
A Ddpu_crtc.c327 struct dpu_hw_mixer *lm = mixer->hw_lm; in _dpu_crtc_setup_blend_cfg()
387 struct dpu_hw_mixer *hw_lm = crtc_state->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi()
526 struct dpu_hw_mixer *lm; in _dpu_crtc_blend_setup()
A Ddpu_rm.c60 struct dpu_hw_mixer *hw; in dpu_rm_init()
A Ddpu_encoder.c2176 struct dpu_hw_mixer *hw_mixer[2]; in dpu_encoder_helper_reset_mixers()

Completed in 24 milliseconds