Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/loongson/
Dlsdc_crtc.c279 static const struct lsdc_crtc_hw_ops ls7a1000_crtc_hw_ops[2] = {
359 static const struct lsdc_crtc_hw_ops ls7a2000_crtc_hw_ops[2] = {
393 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_reset()
639 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_man_op_write()
808 const struct lsdc_crtc_hw_ops *crtc_hw_ops = lcrtc->hw_ops; in lsdc_crtc_mode_set_nofb()
907 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