[PATCH] drm: support hotspot for universal plane cursors

2015-11-17 Thread kbuild test robot
Hi John, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.4-rc1 next-20151117] url: https://github.com/0day-ci/linux/commits/John-Keeping/drm-support-hotspot-for-universal-plane-cursors/20151117-203428 base: git://people.freedesktop.org/~airlied/linux.git drm-next re

[PATCH] drm: support hotspot for universal plane cursors

2015-11-17 Thread John Keeping
The request's hot_x and hot_y are set correctly for both DRM_IOCTL_MODE_CURSOR and DRM_IOCTL_MODE_CURSOR2 so we just need to save the values and then apply the offset to the cursor plane when the cursor moves. Signed-off-by: John Keeping --- drivers/gpu/drm/drm_crtc.c | 11 +++ include/d