Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_wb.h15 struct dpu_hw_wb;
36 void (*setup_outaddress)(struct dpu_hw_wb *ctx,
39 void (*setup_outformat)(struct dpu_hw_wb *ctx,
43 void (*setup_roi)(struct dpu_hw_wb *ctx,
46 void (*setup_qos_lut)(struct dpu_hw_wb *ctx,
49 void (*setup_cdp)(struct dpu_hw_wb *ctx,
53 bool (*setup_clk_force_ctrl)(struct dpu_hw_wb *ctx,
56 void (*bind_pingpong_blk)(struct dpu_hw_wb *ctx,
67 struct dpu_hw_wb { struct
78 struct dpu_hw_wb *dpu_hw_wb_init(struct drm_device *dev, argument
H A Ddpu_encoder_phys.h183 struct dpu_hw_wb *hw_wb;
266 struct dpu_hw_wb *hw_wb;
H A Ddpu_rm.c116 struct dpu_hw_wb *hw; in dpu_rm_init()