tests: drm_open_any doesn't fail

Or more precisely: It already has an igt_require. So we cant ditch it
from tests.

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-12-06 10:45:49 +01:00
parent 5b3edb6152
commit 3e37eb3c6c
3 changed files with 0 additions and 3 deletions

View File

@ -338,7 +338,6 @@ igt_main
const char *cmd = "pipe A none";
data.drm_fd = drm_open_any();
igt_require(data.drm_fd >= 0);
igt_set_vt_graphics_mode();

View File

@ -492,7 +492,6 @@ igt_main
FILE *status;
data.drm_fd = drm_open_any();
igt_require(data.drm_fd);
igt_set_vt_graphics_mode();
data.devid = intel_get_drm_devid(data.drm_fd);

View File

@ -219,7 +219,6 @@ igt_main
const char *cmd = "pipe A none";
data.drm_fd = drm_open_any();
igt_require(data.drm_fd >= 0);
igt_set_vt_graphics_mode();