Searched refs:dpu_hw_blk_reg_map (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.h | 35 struct dpu_hw_blk_reg_map { struct 333 void dpu_reg_write(struct dpu_hw_blk_reg_map *c, 337 int dpu_reg_read(struct dpu_hw_blk_reg_map *c, u32 reg_off); 344 void dpu_hw_setup_scaler3(struct dpu_hw_blk_reg_map *c, 349 void dpu_hw_csc_setup(struct dpu_hw_blk_reg_map *c, 353 void dpu_setup_cdp(struct dpu_hw_blk_reg_map *c, u32 offset, 359 void _dpu_hw_setup_qos_lut(struct dpu_hw_blk_reg_map *c, u32 offset, 363 void dpu_hw_setup_misr(struct dpu_hw_blk_reg_map *c, 366 int dpu_hw_collect_misr(struct dpu_hw_blk_reg_map *c, 371 bool dpu_hw_clk_force_ctrl(struct dpu_hw_blk_reg_map *c,
|
H A D | dpu_hw_util.c | 90 void dpu_reg_write(struct dpu_hw_blk_reg_map *c, in dpu_reg_write() 102 int dpu_reg_read(struct dpu_hw_blk_reg_map *c, u32 reg_off) in dpu_reg_read() 112 static void _dpu_hw_setup_scaler3_lut(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3_lut() 187 static void _dpu_hw_setup_scaler3lite_lut(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3lite_lut() 238 static void _dpu_hw_setup_scaler3_de(struct dpu_hw_blk_reg_map *c, in _dpu_hw_setup_scaler3_de() 282 void dpu_hw_setup_scaler3(struct dpu_hw_blk_reg_map *c, in dpu_hw_setup_scaler3() 384 void dpu_hw_csc_setup(struct dpu_hw_blk_reg_map *c, in dpu_hw_csc_setup() 460 void _dpu_hw_setup_qos_lut(struct dpu_hw_blk_reg_map *c, u32 offset, in _dpu_hw_setup_qos_lut() 481 void dpu_hw_setup_misr(struct dpu_hw_blk_reg_map *c, in dpu_hw_setup_misr() 496 int dpu_hw_collect_misr(struct dpu_hw_blk_reg_map *c, in dpu_hw_collect_misr() [all …]
|
H A D | dpu_hw_top.c | 35 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_split_pipe() 86 struct dpu_hw_blk_reg_map *c; in dpu_hw_get_danger_status() 115 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_wd_timer() 171 struct dpu_hw_blk_reg_map *c; in dpu_hw_setup_vsync_sel() 198 struct dpu_hw_blk_reg_map *c; in dpu_hw_get_safe_status() 226 struct dpu_hw_blk_reg_map *c; in dpu_hw_intf_audio_select() 239 struct dpu_hw_blk_reg_map *c = &mdp->hw; in dpu_hw_dp_phy_intf_sel()
|
H A D | dpu_hw_dsc.c | 40 struct dpu_hw_blk_reg_map *c = &dsc->hw; in dpu_hw_dsc_disable() 50 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_config() 132 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_config_thresh() 165 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_bind_pingpong_blk()
|
H A D | dpu_hw_wb.c | 58 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_setup_outaddress() 70 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_setup_format() 128 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_roi() 165 struct dpu_hw_blk_reg_map *c; in dpu_hw_wb_bind_pingpong_blk()
|
H A D | dpu_hw_cwb.h | 49 struct dpu_hw_blk_reg_map hw;
|
H A D | dpu_hw_cwb.c | 21 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_cwb_config()
|
H A D | dpu_hw_top.h | 151 struct dpu_hw_blk_reg_map hw;
|