Searched refs:dpu_hw_dsc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_dsc.h | 13 struct dpu_hw_dsc; 24 void (*dsc_disable)(struct dpu_hw_dsc *hw_dsc); 33 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, 43 void (*dsc_config_thresh)(struct dpu_hw_dsc *hw_dsc, 47 struct dpu_hw_dsc { struct 66 struct dpu_hw_dsc *dpu_hw_dsc_init(enum dpu_dsc idx, void __iomem *addr, 73 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc); 75 static inline struct dpu_hw_dsc *to_dpu_hw_dsc(struct dpu_hw_blk *hw) in to_dpu_hw_dsc() 77 return container_of(hw, struct dpu_hw_dsc, base); in to_dpu_hw_dsc()
|
D | dpu_hw_dsc.c | 32 static void dpu_hw_dsc_disable(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_disable() 39 static void dpu_hw_dsc_config(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config() 120 static void dpu_hw_dsc_config_thresh(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh() 179 struct dpu_hw_dsc *dpu_hw_dsc_init(enum dpu_dsc idx, void __iomem *addr, in dpu_hw_dsc_init() 182 struct dpu_hw_dsc *c; in dpu_hw_dsc_init() 202 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_destroy()
|
D | dpu_rm.c | 83 struct dpu_hw_dsc *hw; in dpu_rm_destroy() 246 struct dpu_hw_dsc *hw; in dpu_rm_init()
|
D | dpu_encoder.c | 178 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; 1818 static void dpu_encoder_dsc_pipe_cfg(struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_cfg() 1842 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_prep_dsc()
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | Makefile | 67 disp/dpu1/dpu_hw_dsc.o \
|