Searched refs:collect_misr (Results 1 – 5 of 5) sorted by relevance
83 int (*collect_misr)(struct dpu_hw_mixer *ctx, u32 *misr_value); member
98 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value); member
389 c->ops.collect_misr = dpu_hw_lm_collect_misr; in dpu_hw_lm_init()
323 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()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()
214 if (!m->hw_lm || !m->hw_lm->ops.collect_misr) in dpu_crtc_get_lm_crc()217 rc = m->hw_lm->ops.collect_misr(m->hw_lm, &crcs[i]); in dpu_crtc_get_lm_crc()