All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] tests/kms_concurrent: remove an AMD device check
@ 2022-08-25  1:24 Alex Hung
  2022-08-25  9:52 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alex Hung @ 2022-08-25  1:24 UTC (permalink / raw)
  To: igt-dev; +Cc: markyacoub

This is to be deprecated by a kernel fix.

Signed-off-by: Alex Hung <alex.hung@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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-30 10:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  1:24 [igt-dev] [PATCH] tests/kms_concurrent: remove an AMD device check Alex Hung
2022-08-25  9:52 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-08-25 14:37 ` [igt-dev] [PATCH] " Mark Yacoub
2022-08-25 18:21   ` Alex Hung
2022-08-26 18:16     ` Mark Yacoub
2022-08-29 13:48 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2022-08-30 10:26 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.