[PATCH 4/5] drm/vgem: getparam ioctl

2012-02-20 Thread Ben Widawsky
On Thu, 16 Feb 2012 07:23:52 + Dave Airlie wrote: > On Wed, Feb 15, 2012 at 9:22 PM, Adam Jackson wrote: > > On 2/8/12 6:19 PM, Ben Widawsky wrote: > >> > >> Similar to i915, it's nice to be able to query this device uniquely and > >> get some info > >> > >> Signed-off-by: Ben Widawsky > > >

Re: [PATCH 4/5] drm/vgem: getparam ioctl

2012-02-20 Thread Ben Widawsky
On Thu, 16 Feb 2012 07:23:52 + Dave Airlie wrote: > On Wed, Feb 15, 2012 at 9:22 PM, Adam Jackson wrote: > > On 2/8/12 6:19 PM, Ben Widawsky wrote: > >> > >> Similar to i915, it's nice to be able to query this device uniquely and > >> get some info > >> > >> Signed-off-by: Ben Widawsky > > >

[PATCH 4/5] drm/vgem: getparam ioctl

2012-02-16 Thread Dave Airlie
On Wed, Feb 15, 2012 at 9:22 PM, Adam Jackson wrote: > On 2/8/12 6:19 PM, Ben Widawsky wrote: >> >> Similar to i915, it's nice to be able to query this device uniquely and >> get some info >> >> Signed-off-by: Ben Widawsky > > > So, this is actually not especially useful as written. ?You'd like to

Re: [PATCH 4/5] drm/vgem: getparam ioctl

2012-02-15 Thread Dave Airlie
On Wed, Feb 15, 2012 at 9:22 PM, Adam Jackson wrote: > On 2/8/12 6:19 PM, Ben Widawsky wrote: >> >> Similar to i915, it's nice to be able to query this device uniquely and >> get some info >> >> Signed-off-by: Ben Widawsky > > > So, this is actually not especially useful as written.  You'd like to

[PATCH 4/5] drm/vgem: getparam ioctl

2012-02-15 Thread Adam Jackson
On 2/8/12 6:19 PM, Ben Widawsky wrote: > Similar to i915, it's nice to be able to query this device uniquely and > get some info > > Signed-off-by: Ben Widawsky So, this is actually not especially useful as written. You'd like to be able to use this to find the vgem device node, but since it's a

Re: [PATCH 4/5] drm/vgem: getparam ioctl

2012-02-15 Thread Adam Jackson
On 2/8/12 6:19 PM, Ben Widawsky wrote: Similar to i915, it's nice to be able to query this device uniquely and get some info Signed-off-by: Ben Widawsky So, this is actually not especially useful as written. You'd like to be able to use this to find the vgem device node, but since it's a de

[PATCH 4/5] drm/vgem: getparam ioctl

2012-02-09 Thread Ben Widawsky
Similar to i915, it's nice to be able to query this device uniquely and get some info Signed-off-by: Ben Widawsky --- drivers/gpu/drm/vgem/vgem_drv.c | 29 + include/drm/vgem_drm.h | 11 +++ 2 files changed, 32 insertions(+), 8 deletions(-) diff

[PATCH 4/5] drm/vgem: getparam ioctl

2012-02-08 Thread Ben Widawsky
Similar to i915, it's nice to be able to query this device uniquely and get some info Signed-off-by: Ben Widawsky --- drivers/gpu/drm/vgem/vgem_drv.c | 29 + include/drm/vgem_drm.h | 11 +++ 2 files changed, 32 insertions(+), 8 deletions(-) diff