diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv04_cursor.c')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nv04_cursor.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_cursor.c b/drivers/gpu/drm/nouveau/nv04_cursor.c index 89a91b9d8b2..aaf3de3bc81 100644 --- a/drivers/gpu/drm/nouveau/nv04_cursor.c +++ b/drivers/gpu/drm/nouveau/nv04_cursor.c @@ -20,6 +20,7 @@ nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update)  static void  nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y)  { +	nv_crtc->cursor_saved_x = x; nv_crtc->cursor_saved_y = y;  	NVWriteRAMDAC(nv_crtc->base.dev, nv_crtc->index,  		      NV_PRAMDAC_CU_START_POS,  		      XLATE(y, 0, NV_PRAMDAC_CU_START_POS_Y) |  |