Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.h85 void (*clear_errors)(struct dpu_hw_vbif *vbif, member
Ddpu_vbif.c275 if (vbif && vbif->ops.clear_errors) { in dpu_vbif_clear_errors()
276 vbif->ops.clear_errors(vbif, &pnd, &src); in dpu_vbif_clear_errors()
Ddpu_hw_vbif.c210 ops->clear_errors = dpu_hw_clear_errors; in _setup_vbif_ops()