Searched refs:dpu_hw_intf (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_intf.h | 14 struct dpu_hw_intf; 80 void (*setup_timing_gen)(struct dpu_hw_intf *intf, 84 void (*setup_prg_fetch)(struct dpu_hw_intf *intf, 87 void (*enable_timing)(struct dpu_hw_intf *intf, 90 void (*get_status)(struct dpu_hw_intf *intf, 93 u32 (*get_line_count)(struct dpu_hw_intf *intf); 95 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, 97 void (*setup_misr)(struct dpu_hw_intf *intf); 98 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value); 102 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg); [all …]
|
D | dpu_hw_intf.c | 97 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine() 237 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine() 246 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch() 270 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk() 288 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status() 309 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count() 321 static void dpu_hw_intf_setup_misr(struct dpu_hw_intf *intf) in dpu_hw_intf_setup_misr() 326 static int dpu_hw_intf_collect_misr(struct dpu_hw_intf *intf, u32 *misr_value) in dpu_hw_intf_collect_misr() 331 static int dpu_hw_intf_enable_te(struct dpu_hw_intf *intf, in dpu_hw_intf_enable_te() 364 static void dpu_hw_intf_setup_autorefresh_config(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_autorefresh_config() [all …]
|
D | dpu_rm.h | 30 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0]; 100 static inline struct dpu_hw_intf *dpu_rm_get_intf(struct dpu_rm *rm, enum dpu_intf intf_idx) in dpu_rm_get_intf()
|
D | dpu_encoder_phys.h | 182 struct dpu_hw_intf *hw_intf; 262 struct dpu_hw_intf *hw_intf;
|
D | dpu_rm.c | 162 struct dpu_hw_intf *hw; in dpu_rm_init()
|
D | dpu_encoder_phys_cmd.c | 508 struct dpu_hw_intf *hw_intf; in dpu_encoder_phys_cmd_get_line_count()
|
D | dpu_encoder.c | 1288 static struct dpu_hw_intf *dpu_encoder_get_intf(const struct dpu_mdss_cfg *catalog, in dpu_encoder_get_intf()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | Makefile | 70 disp/dpu1/dpu_hw_intf.o \
|