From 79a799a369785a857649ab8e09ec1a92c678b813 Mon Sep 17 00:00:00 2001 From: Nicholas Kazlauskas Date: Fri, 30 Nov 2018 09:21:28 -0500 Subject: tests: Enable plane tests for AMDGPU The i915 specific feature requirements that would have failed subtests from kms_plane, kms_plane_multiple and kms_plane_scaling have been conditionally guarded against. These tests can now be run on AMDGPU with the i915 specific tests skipped appropriately. Signed-off-by: Nicholas Kazlauskas Reviewed-by: Harry Wentland --- tests/kms_plane_multiple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_plane_multiple.c') diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c index e67e21a5..41024cb2 100644 --- a/tests/kms_plane_multiple.c +++ b/tests/kms_plane_multiple.c @@ -401,7 +401,7 @@ int main(int argc, char *argv[]) igt_skip_on_simulation(); igt_fixture { - data.drm_fd = drm_open_driver_master(DRIVER_INTEL); + data.drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_AMDGPU); kmstest_set_vt_graphics_mode(); igt_require_pipe_crc(data.drm_fd); igt_display_require(&data.display, data.drm_fd); -- cgit v1.2.3