tests: Convert the ctx test to use render nodes when possible

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-10-24 15:27:12 +01:00
parent d71ecdbf5d
commit 020600b77d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
igt_subtest_init(argc, argv);
igt_fixture {
fd = drm_open_any();
fd = drm_open_any_render();
ctx_id = gem_context_create(fd);