Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_crtc.c287 .get_scan_pos = lsdc_crtc0_scan_pos,
299 .get_scan_pos = lsdc_crtc1_scan_pos,
368 .get_scan_pos = lsdc_crtc0_scan_pos,
381 .get_scan_pos = lsdc_crtc1_scan_pos,
553 lcrtc->hw_ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_show_scan_position()
922 ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_get_scanout_position()
Dlsdc_drv.h114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos); member