[Intel-gfx] [PATCH 2/3] drm/i915: extract card getting

2012-03-27 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- lib/drmtest.c | 122 +++-- 1 file changed, 83 insertions(+), 39 deletions(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index f9b7a6f..063b5c5 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -26,6 +26,8 @@ *

Re: [Intel-gfx] [PATCH 2/3] drm/i915: extract card getting

2012-03-26 Thread Daniel Vetter
On Sun, Mar 25, 2012 at 05:33:31PM -0700, Ben Widawsky wrote: > I didn't test this very thoroughly... > > Signed-off-by: Ben Widawsky Tested on my ivb, where i915 is drm device 1 (instead of the usual 0). Seems to work. > --- > lib/drmtest.c | 122 > +++

[Intel-gfx] [PATCH 2/3] drm/i915: extract card getting

2012-03-25 Thread Ben Widawsky
I didn't test this very thoroughly... Signed-off-by: Ben Widawsky --- lib/drmtest.c | 122 +++-- 1 file changed, 83 insertions(+), 39 deletions(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index f9b7a6f..063b5c5 100644 --- a/lib/drmtest.c ++