Home
last modified time | relevance | path

Searched refs:phys_enc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h104 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);
107 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc);
108 void (*trigger_start)(struct dpu_encoder_phys *phys_enc);
109 bool (*needs_single_flush)(struct dpu_encoder_phys *phys_enc);
112 void (*prepare_idle_pc)(struct dpu_encoder_phys *phys_enc);
116 void (*prepare_wb_job)(struct dpu_encoder_phys *phys_enc,
118 void (*cleanup_wb_job)(struct dpu_encoder_phys *phys_enc,
120 bool (*is_valid_for_commit)(struct dpu_encoder_phys *phys_enc);
[all …]
H A Ddpu_encoder.c230 u32 dpu_encoder_get_drm_fmt(struct dpu_encoder_phys *phys_enc) in dpu_encoder_get_drm_fmt() argument
237 drm_enc = phys_enc->parent; in dpu_encoder_get_drm_fmt()
240 mode = &phys_enc->cached_mode; in dpu_encoder_get_drm_fmt()
253 bool dpu_encoder_needs_periph_flush(struct dpu_encoder_phys *phys_enc) in dpu_encoder_needs_periph_flush() argument
261 drm_enc = phys_enc->parent; in dpu_encoder_needs_periph_flush()
265 mode = &phys_enc->cached_mode; in dpu_encoder_needs_periph_flush()
267 return phys_enc->hw_intf->cap->type == INTF_DP && in dpu_encoder_needs_periph_flush()
435 void dpu_encoder_helper_report_irq_timeout(struct dpu_encoder_phys *phys_enc, in dpu_encoder_helper_report_irq_timeout() argument
439 DRMID(phys_enc->parent), in dpu_encoder_helper_report_irq_timeout()
440 dpu_encoder_helper_get_intf_type(phys_enc->intf_mode), in dpu_encoder_helper_report_irq_timeout()
[all …]