Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-04  3:40 Nidhi Gupta
  2022-08-04  3:40 ` [igt-dev] [PATCH 1/2] tests/i915/kms_draw_crc: Convert tests to dynamic Nidhi Gupta
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-04  3:40 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 127 ++++++++++++++++++--------------------
 1 file changed, 61 insertions(+), 66 deletions(-)

-- 
2.36.0

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-09-05 11:24 Nidhi Gupta
  2022-09-05 11:24 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-09-05 11:24 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 161 +++++++++++++++-----------------------
 1 file changed, 64 insertions(+), 97 deletions(-)

-- 
2.36.0

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-26  5:44 Nidhi Gupta
  2022-08-26  5:44 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-26  5:44 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 161 +++++++++++++++-----------------------
 1 file changed, 64 insertions(+), 97 deletions(-)

-- 
2.36.0

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-22  9:20 Nidhi Gupta
  2022-08-22  9:20 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-22  9:20 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta, juha-pekka.heikkila

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 157 +++++++++++++++-----------------------
 1 file changed, 60 insertions(+), 97 deletions(-)

-- 
2.36.0

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-03  4:20 Nidhi Gupta
  2022-08-03  4:20 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-03  4:20 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 121 +++++++++++++++++++-------------------
 1 file changed, 61 insertions(+), 60 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-03  4:15 Nidhi Gupta
  2022-08-03  4:15 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-03  4:15 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 125 ++++++++++++++++++++------------------
 1 file changed, 65 insertions(+), 60 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup
@ 2022-08-02  6:53 Nidhi Gupta
  2022-08-02  6:53 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-08-02  6:53 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

Convert all possible subtests to dynamic and replace drm function
call with existing library functions.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc: Convert tests to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 74 ++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 48 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [igt-dev] [PATCH 0/2] tests/kms: IGT test cleanup
@ 2022-06-10  4:31 Nidhi Gupta
  2022-06-10  4:31 ` [igt-dev] [PATCH 2/2] tests/i915/kms_draw_crc: Test Cleanup Nidhi Gupta
  0 siblings, 1 reply; 27+ messages in thread
From: Nidhi Gupta @ 2022-06-10  4:31 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

In below test, convert all possible subtests to dynamic and
sanitize the system state before starting/exiting the subtest.

Nidhi Gupta (2):
  tests/i915/kms_draw_crc.c: Convert test to dynamic
  tests/i915/kms_draw_crc: Test Cleanup

 tests/i915/kms_draw_crc.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.26.2

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

end of thread, other threads:[~2022-09-05 11:29 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04  3:40 [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup Nidhi Gupta
2022-08-04  3:40 ` [igt-dev] [PATCH 1/2] tests/i915/kms_draw_crc: Convert tests to dynamic Nidhi Gupta
2022-08-18 14:55   ` Juha-Pekka Heikkila
2022-08-04  3:40 ` [igt-dev] [PATCH 2/2] tests/i915/kms_draw_crc: Test Cleanup Nidhi Gupta
2022-08-08 11:16   ` Gupta, Nidhi1
2022-08-08 14:02     ` Modem, Bhanuprakash
2022-08-09  8:00   ` Modem, Bhanuprakash
2022-08-09  9:08   ` Modem, Bhanuprakash
2022-08-09 12:53   ` Juha-Pekka Heikkila
2022-08-10 10:11   ` Nidhi Gupta
2022-08-10 13:27     ` Nidhi Gupta
2022-08-12 10:37       ` Modem, Bhanuprakash
2022-08-04  4:23 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_draw_crc: Test Cleanup (rev4) Patchwork
2022-08-04  7:49 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-08-08 11:28 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915/kms_draw_crc: Test Cleanup (rev5) Patchwork
2022-08-10 12:53 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915/kms_draw_crc: Test Cleanup (rev6) Patchwork
2022-08-10 14:54 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_draw_crc: Test Cleanup (rev7) Patchwork
2022-08-11  0:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2022-09-05 11:24 [igt-dev] [PATCH 0/2] tests/i915/kms_draw_crc: Test Cleanup Nidhi Gupta
2022-09-05 11:24 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-26  5:44 [igt-dev] [PATCH 0/2] " Nidhi Gupta
2022-08-26  5:44 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-22  9:20 [igt-dev] [PATCH 0/2] " Nidhi Gupta
2022-08-22  9:20 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-03  4:20 [igt-dev] [PATCH 0/2] " Nidhi Gupta
2022-08-03  4:20 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-03  7:40   ` Modem, Bhanuprakash
2022-08-03  4:15 [igt-dev] [PATCH 0/2] " Nidhi Gupta
2022-08-03  4:15 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-02  6:53 [igt-dev] [PATCH 0/2] " Nidhi Gupta
2022-08-02  6:53 ` [igt-dev] [PATCH 2/2] " Nidhi Gupta
2022-08-02  9:56   ` Modem, Bhanuprakash
2022-06-10  4:31 [igt-dev] [PATCH 0/2] tests/kms: IGT test cleanup Nidhi Gupta
2022-06-10  4:31 ` [igt-dev] [PATCH 2/2] tests/i915/kms_draw_crc: Test Cleanup Nidhi Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox