summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Hung <alex.hung@amd.com>2022-08-24 19:24:01 -0600
committerRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2022-09-12 16:42:06 -0400
commit79ebd88d01d679ffe9f6f24108c6ac4dc3f04ddd (patch)
tree4693acfd258758621a461f032e5825867d342de0
parenta8892dc9cb97955fc89fcad8dca027231ec3a877 (diff)
tests/kms_concurrent: remove an AMD device check
This is to be deprecated by a kernel fix. Signed-off-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Mark Yacoub <markyacoub@chromium.org>
-rw-r--r--tests/kms_concurrent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index 6f8ffd4a6..3ad515696 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -276,8 +276,6 @@ test_resolution_with_output(data_t *data, enum pipe pipe, int max_planes, igt_ou
/* switch to lower resolution */
igt_output_override_mode(output, mode_lo);
free(mode_lo);
- if (is_amdgpu_device(data->drm_fd))
- igt_output_set_pipe(output, PIPE_NONE);
igt_display_commit2(&data->display, COMMIT_ATOMIC);
/* switch back to higher resolution */