Searched refs:dpu_hw_intf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_intf.h | 13 struct dpu_hw_intf; 59 void (*setup_timing_gen)(struct dpu_hw_intf *intf, 63 void (*setup_prg_fetch)(struct dpu_hw_intf *intf, 66 void (*enable_timing)(struct dpu_hw_intf *intf, 69 void (*get_status)(struct dpu_hw_intf *intf, 72 u32 (*get_line_count)(struct dpu_hw_intf *intf); 74 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, 79 struct dpu_hw_intf { struct 97 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf() argument 99 return container_of(hw, struct dpu_hw_intf, base); in to_dpu_hw_intf() [all …]
|
| H A D | dpu_hw_intf.c | 83 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine() 202 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine() 211 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch() 235 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk() 254 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status() 269 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count() 295 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init() 299 struct dpu_hw_intf *c; in dpu_hw_intf_init() 326 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf) in dpu_hw_intf_destroy()
|
| H A D | dpu_encoder_phys.h | 223 struct dpu_hw_intf *hw_intf;
|
| H A D | dpu_rm.c | 70 struct dpu_hw_intf *hw; in dpu_rm_destroy() 149 struct dpu_hw_intf *hw; in dpu_rm_init()
|
| H A D | dpu_encoder.c | 1077 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | Makefile | 65 disp/dpu1/dpu_hw_intf.o \
|