mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: fixup igt_simple_main fallout
Oops, I should look at compilier warnings a bit better. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -100,10 +100,8 @@ igt_simple_main
|
||||
|
||||
fd = drm_open_any();
|
||||
devid = intel_get_drm_devid(fd);
|
||||
if (!HAS_BLT_RING(devid)) {
|
||||
fprintf(stderr, "not (yet) implemented for pre-snb\n");
|
||||
return 77;
|
||||
}
|
||||
igt_require_f(HAS_BLT_RING(devid),
|
||||
"not (yet) implemented for pre-snb\n");
|
||||
|
||||
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
|
||||
igt_assert(bufmgr);
|
||||
|
||||
Reference in New Issue
Block a user