Home
last modified time | relevance | path

Searched refs:collect_misr (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.h66 int (*collect_misr)(struct dpu_hw_mixer *ctx, u32 *misr_value); member
H A Ddpu_hw_intf.h99 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value); member
H A Ddpu_hw_lm.c156 ops->collect_misr = dpu_hw_lm_collect_misr; in _setup_mixer_ops()
H A Ddpu_hw_intf.c541 ops->collect_misr = dpu_hw_intf_collect_misr; in _setup_intf_ops()
H A Ddpu_crtc.c225 if (!m->hw_lm || !m->hw_lm->ops.collect_misr) in dpu_crtc_get_lm_crc()
228 rc = m->hw_lm->ops.collect_misr(m->hw_lm, &crcs[i]); in dpu_crtc_get_lm_crc()
H A Ddpu_encoder.c250 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()
291 if (!phys->hw_intf || !phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc()
294 rc = phys->hw_intf->ops.collect_misr(phys->hw_intf, &crcs[pos + entries_added]); in dpu_encoder_get_crc()