Home
last modified time | relevance | path

Searched refs:set_pos (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h60 void (*set_pos)(struct nouveau_crtc *, int x, int y); member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c66 crtc->cursor.set_pos = nv04_cursor_set_pos; in nv04_cursor_init()
H A Ddisp.c181 nv_crtc->cursor.set_pos(nv_crtc, nv_crtc->cursor_saved_x, in nv04_display_init()
H A Dcrtc.c1028 nv_crtc->cursor.set_pos(nv_crtc, x, y); in nv04_crtc_cursor_move()