Home
last modified time | relevance | path

Searched defs:dpu_encoder_phys_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h95 struct dpu_encoder_phys_ops { struct
96 void (*prepare_commit)(struct dpu_encoder_phys *encoder);
97 bool (*is_master)(struct dpu_encoder_phys *encoder);
98 void (*atomic_mode_set)(struct dpu_encoder_phys *encoder,
101 void (*enable)(struct dpu_encoder_phys *encoder);
102 void (*disable)(struct dpu_encoder_phys *encoder);
103 int (*control_vblank_irq)(struct dpu_encoder_phys *enc, bool enable);
104 int (*wait_for_commit_done)(struct dpu_encoder_phys *phys_enc);
105 int (*wait_for_tx_complete)(struct dpu_encoder_phys *phys_enc);
106 void (*prepare_for_kickoff)(struct dpu_encoder_phys *phys_enc);
[all …]