mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
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:
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
igt_skip_on_simulation();
|
||||
|
||||
fd = drm_open_any();
|
||||
fd = drm_open_any_render();
|
||||
|
||||
ctx_id = gem_context_create(fd);
|
||||
handle = gem_create(fd, 4096);
|
||||
|
||||
Reference in New Issue
Block a user