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 in dpu_encoder_get_crc()
[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()