Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_vbif.c38 struct dpu_hw_blk_reg_map *c; in dpu_hw_clear_errors()
58 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_mem_type()
88 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_limit_conf()
109 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_limit_conf()
131 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_halt_ctrl()
147 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_halt_ctrl()
158 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_qos_remap()
187 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_write_gather_en()
217 struct dpu_hw_blk_reg_map *b) in _top_offset()
A Ddpu_hw_lm.c40 struct dpu_hw_blk_reg_map *b) in _lm_offset()
76 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_out()
97 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_border_color()
111 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_misr()
132 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_collect_misr()
154 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_blend_config_sdm845()
173 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_blend_config()
191 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_color3()
A Ddpu_hw_util.h25 struct dpu_hw_blk_reg_map { struct
304 void dpu_reg_write(struct dpu_hw_blk_reg_map *c,
308 int dpu_reg_read(struct dpu_hw_blk_reg_map *c, u32 reg_off);
315 void dpu_hw_setup_scaler3(struct dpu_hw_blk_reg_map *c,
320 u32 dpu_hw_get_scaler3_ver(struct dpu_hw_blk_reg_map *c,
323 void dpu_hw_csc_setup(struct dpu_hw_blk_reg_map *c,
A Ddpu_hw_pingpong.c45 struct dpu_hw_blk_reg_map *b) in _pingpong_offset()
66 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_dither()
97 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_te_config()
150 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_poll_timeout_wr_ptr()
166 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_enable_te()
179 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_connect_external_te()
202 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_get_vsync_info()
224 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_get_line_count()
A Ddpu_hw_top.c56 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_split_pipe()
94 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_clk_force_ctrl()
128 struct dpu_hw_blk_reg_map *c; in dpu_hw_get_danger_status()
157 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_vsync_source()
225 struct dpu_hw_blk_reg_map *c; in dpu_hw_get_safe_status()
253 struct dpu_hw_blk_reg_map *c; in dpu_hw_intf_audio_select()
277 struct dpu_hw_blk_reg_map *b) in _top_offset()
A Ddpu_hw_intf.c66 struct dpu_hw_blk_reg_map *b) in _intf_offset()
89 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_intf_setup_timing_engine()
213 struct dpu_hw_blk_reg_map *c = &intf->hw; in dpu_hw_intf_enable_timing_engine()
222 struct dpu_hw_blk_reg_map *c = &intf->hw; in dpu_hw_intf_setup_prg_fetch()
247 struct dpu_hw_blk_reg_map *c = &intf->hw; in dpu_hw_intf_bind_pingpong_blk()
265 struct dpu_hw_blk_reg_map *c = &intf->hw; in dpu_hw_intf_get_status()
280 struct dpu_hw_blk_reg_map *c; in dpu_hw_intf_get_line_count()
A Ddpu_hw_ctl.c47 struct dpu_hw_blk_reg_map *b) in _ctl_offset()
82 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register()
291 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status()
313 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control()
325 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status()
344 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages()
362 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage()
497 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1()
517 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg()
A Ddpu_hw_util.c75 void dpu_reg_write(struct dpu_hw_blk_reg_map *c, in dpu_reg_write()
87 int dpu_reg_read(struct dpu_hw_blk_reg_map *c, u32 reg_off) in dpu_reg_read()
97 static void _dpu_hw_setup_scaler3_lut(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3_lut()
172 static void _dpu_hw_setup_scaler3lite_lut(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3lite_lut()
223 static void _dpu_hw_setup_scaler3_de(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3_de()
267 void dpu_hw_setup_scaler3(struct dpu_hw_blk_reg_map *c, in dpu_hw_setup_scaler3()
369 u32 dpu_hw_get_scaler3_ver(struct dpu_hw_blk_reg_map *c, in dpu_hw_get_scaler3_ver()
375 void dpu_hw_csc_setup(struct dpu_hw_blk_reg_map *c, in dpu_hw_csc_setup()
A Ddpu_hw_merge3d.c20 struct dpu_hw_blk_reg_map *b) in _merge_3d_offset()
41 struct dpu_hw_blk_reg_map *c; in dpu_hw_merge_3d_setup_3d_mode()
A Ddpu_hw_merge3d.h29 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_interrupts.h47 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_dspp.h63 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_vbif.h98 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_top.h138 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_lm.h71 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_sspp.c243 struct dpu_hw_blk_reg_map *c; in dpu_hw_sspp_setup_format()
359 struct dpu_hw_blk_reg_map *c; in dpu_hw_sspp_setup_pe_config()
449 struct dpu_hw_blk_reg_map *c; in dpu_hw_sspp_setup_rects()
691 struct dpu_hw_blk_reg_map *b) in _sspp_offset()
A Ddpu_hw_intf.h82 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_pingpong.h133 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_ctl.h189 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_dspp.c67 struct dpu_hw_blk_reg_map *b) in _dspp_offset()
A Ddpu_hw_sspp.h376 struct dpu_hw_blk_reg_map hw;
A Ddpu_hw_interrupts.c381 void __iomem *addr, struct dpu_hw_blk_reg_map *hw) in __intr_offset()

Completed in 30 milliseconds