Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-30 Thread Daniel Vetter
On Fri, Mar 27, 2015 at 08:18:28AM -0700, Jesse Barnes wrote: On 03/27/2015 01:04 AM, Daniel Vetter wrote: On Fri, Mar 27, 2015 at 08:39:56AM +0200, Jani Nikula wrote: On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com wrote: Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY

Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-30 Thread Ville Syrjälä
On Mon, Mar 30, 2015 at 08:54:55AM +0200, Daniel Vetter wrote: On Fri, Mar 27, 2015 at 08:18:28AM -0700, Jesse Barnes wrote: On 03/27/2015 01:04 AM, Daniel Vetter wrote: On Fri, Mar 27, 2015 at 08:39:56AM +0200, Jani Nikula wrote: On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com

Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-27 Thread Jani Nikula
On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com wrote: Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl, so that it is different from the DRM_IOCTL_I915_SET_SPRITE_COLORKEY ioctl. Signed-off-by: Tommi Rantala tt.rant...@gmail.com Whoa. Broken since its introduction in

Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-27 Thread Daniel Vetter
On Fri, Mar 27, 2015 at 08:39:56AM +0200, Jani Nikula wrote: On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com wrote: Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl, so that it is different from the DRM_IOCTL_I915_SET_SPRITE_COLORKEY ioctl. Signed-off-by: Tommi

Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-27 Thread Jesse Barnes
On 03/26/2015 11:39 PM, Jani Nikula wrote: On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com wrote: Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl, so that it is different from the DRM_IOCTL_I915_SET_SPRITE_COLORKEY ioctl. Signed-off-by: Tommi Rantala

Re: [Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-27 Thread Jesse Barnes
On 03/27/2015 01:04 AM, Daniel Vetter wrote: On Fri, Mar 27, 2015 at 08:39:56AM +0200, Jani Nikula wrote: On Thu, 26 Mar 2015, Tommi Rantala tt.rant...@gmail.com wrote: Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl, so that it is different from the

[Intel-gfx] [PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl

2015-03-26 Thread Tommi Rantala
Fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl, so that it is different from the DRM_IOCTL_I915_SET_SPRITE_COLORKEY ioctl. Signed-off-by: Tommi Rantala tt.rant...@gmail.com --- include/uapi/drm/i915_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git