Home
last modified time | relevance | path

Searched refs:hw_intf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c267 return phys_enc->hw_intf->cap->type == INTF_DP && in dpu_encoder_needs_periph_flush()
322 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
323 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()
345 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
348 phys->hw_intf->ops.setup_misr(phys->hw_intf); in dpu_encoder_setup_misr()
375 if (!phys->hw_intf || !phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc()
378 rc = phys->hw_intf->ops.collect_misr(phys->hw_intf, &crcs[pos + entries_added]); in dpu_encoder_get_crc()
441 phys_enc->hw_intf ? phys_enc->hw_intf->idx - INTF_0 : -1, in dpu_encoder_helper_report_irq_timeout()
803 if (phys_enc->has_intf_te && phys_enc->hw_intf->ops.vsync_sel) in _dpu_encoder_update_vsync_source()
804 phys_enc->hw_intf->ops.vsync_sel(phys_enc->hw_intf, in _dpu_encoder_update_vsync_source()
[all …]
H A Ddpu_encoder_phys.h182 struct dpu_hw_intf *hw_intf; member
265 struct dpu_hw_intf *hw_intf; member
H A Ddpu_rm.c112 rm->hw_intf[intf->id - INTF_0] = hw; in dpu_rm_init()