Home
last modified time | relevance | path

Searched refs:lsdc_crtc_hw_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_crtc.c278 static const struct lsdc_crtc_hw_ops ls7a1000_crtc_hw_ops[2] = {
358 static const struct lsdc_crtc_hw_ops ls7a2000_crtc_hw_ops[2] = {
392 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_reset()
638 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_man_op_write()
807 const struct lsdc_crtc_hw_ops *crtc_hw_ops = lcrtc->hw_ops; in lsdc_crtc_mode_set_nofb()
906 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_get_scanout_position()
Dlsdc_drv.h107 struct lsdc_crtc_hw_ops { struct
127 const struct lsdc_crtc_hw_ops *hw_ops; argument