Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h201 int vmw_du_crtc_cursor_move(struct drm_crtc *crtc, int x, int y);
Dvmwgfx_ldu.c301 .cursor_move = vmw_du_crtc_cursor_move,
Dvmwgfx_stdu.c1047 .cursor_move = vmw_du_crtc_cursor_move,
Dvmwgfx_scrn.c537 .cursor_move = vmw_du_crtc_cursor_move,
Dvmwgfx_kms.c233 int vmw_du_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in vmw_du_crtc_cursor_move() function