Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c1330 nv50_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv50_crtc_cursor_move() function
1363 nv50_crtc_cursor_move(&nv_crtc->base, x, y); in nv50_crtc_cursor_restore()
1420 .cursor_move = nv50_crtc_cursor_move,