Re: [Intel-gfx] [PATCH v2 4/5] drm: Add decoding of i915 ioctls

2015-06-30 Thread Patrik Jakobsson
On Mon, Jun 29, 2015 at 07:46:50PM +0200, Gabriel Laskar wrote: > On Thu, 18 Jun 2015 10:42:44 +0200 > Patrik Jakobsson wrote: > > > There are more ioctls to add but the ones in this patch are most > > commonly used. > > > > * Makefile.am: Add compilation of drm_i915.c > > * drm.c: Dispatch i915

Re: [Intel-gfx] [PATCH v2 4/5] drm: Add decoding of i915 ioctls

2015-06-29 Thread Gabriel Laskar
On Thu, 18 Jun 2015 10:42:44 +0200 Patrik Jakobsson wrote: > There are more ioctls to add but the ones in this patch are most > commonly used. > > * Makefile.am: Add compilation of drm_i915.c > * drm.c: Dispatch i915 ioctls > * drm_i915.c: Decode DRM_IOCTL_I915_GETPARAM > * drm_i915.c: Decode DR

[Intel-gfx] [PATCH v2 4/5] drm: Add decoding of i915 ioctls

2015-06-18 Thread Patrik Jakobsson
There are more ioctls to add but the ones in this patch are most commonly used. * Makefile.am: Add compilation of drm_i915.c * drm.c: Dispatch i915 ioctls * drm_i915.c: Decode DRM_IOCTL_I915_GETPARAM * drm_i915.c: Decode DRM_IOCTL_I915_SETPARAM * drm_i915.c: Decode DRM_IOCTL_I915_GEM_EXECBUFFER2 *