Home
last modified time | relevance | path

Searched refs:setup_misr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.h59 * setup_misr: Enable/disable MISR
61 void (*setup_misr)(struct dpu_hw_mixer *ctx); member
H A Ddpu_hw_intf.h66 * @setup_misr: enable/disable MISR
98 void (*setup_misr)(struct dpu_hw_intf *intf); member
H A Ddpu_hw_lm.c155 ops->setup_misr = dpu_hw_lm_setup_misr; in _setup_mixer_ops()
H A Ddpu_hw_intf.c540 ops->setup_misr = dpu_hw_intf_setup_misr; in _setup_intf_ops()
H A Ddpu_crtc.c124 if (!m->hw_lm || !m->hw_lm->ops.setup_misr) in dpu_crtc_setup_lm_misr()
128 m->hw_lm->ops.setup_misr(m->hw_lm); in dpu_crtc_setup_lm_misr()
H A Ddpu_encoder.c246 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
265 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
268 phys->hw_intf->ops.setup_misr(phys->hw_intf); in dpu_encoder_setup_misr()

Completed in 9 milliseconds