[igt-dev] [PATCH] tests/kms_concurrent: remove an AMD device check
Alex Hung
alex.hung at amd.com
Thu Aug 25 01:24:01 UTC 2022
This is to be deprecated by a kernel fix.
Signed-off-by: Alex Hung <alex.hung at amd.com>
---
tests/kms_concurrent.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index 6f8ffd4a..3ad51569 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 */
--
2.37.2
More information about the igt-dev
mailing list