Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
@ 2023-11-23  6:29 Kunal Joshi
  2023-11-23  6:29 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Kunal Joshi @ 2023-11-23  6:29 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

dark screen detection feature when enable will monitor frames
and if black frame is detcted it will raise drm_error, added
two tests for positive (black frame) and negative case (white frame)

Kunal Joshi (2):
  lib/igt_debugfs: added helper to enable/disable dark screen detection
  tests/kms_pipe_crc_basic: added new subtest for darkscreen detection

 lib/igt_debugfs.c          | 39 +++++++++++++++++++++++++++
 lib/igt_debugfs.h          |  2 ++
 tests/kms_pipe_crc_basic.c | 55 +++++++++++++++++++++++++++++++++-----
 3 files changed, 89 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
@ 2023-11-17  7:03 Kunal Joshi
  2023-11-17  7:03 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
  0 siblings, 1 reply; 13+ messages in thread
From: Kunal Joshi @ 2023-11-17  7:03 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

dark screen detection feature when enable will monitor frames
and if black frame is detcted it will raise drm_error, added
two tests for positive (black frame) and negative case (white frame)

Kunal Joshi (2):
  lib/igt_debugfs: added helper to enable/disable dark screen detection
  tests/kms_pipe_crc_basic: added new subtest for darkscreen detection

 lib/igt_debugfs.c          | 24 +++++++++++++++++
 lib/igt_debugfs.h          |  2 ++
 tests/kms_pipe_crc_basic.c | 55 +++++++++++++++++++++++++++++++++-----
 3 files changed, 74 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
@ 2023-11-15  6:42 Kunal Joshi
  2023-11-15  6:42 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
  0 siblings, 1 reply; 13+ messages in thread
From: Kunal Joshi @ 2023-11-15  6:42 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

dark screen detection feature when enable will monitor frames
and if black frame is detcted it will raise drm_error, added
two tests for positive (black frame) and negative case (white frame)

Kunal Joshi (2):
  lib/igt_debugfs: added helper to enable/disable dark screen detection
  tests/kms_pipe_crc_basic: added new subtest for darkscreen detection

 lib/igt_debugfs.c          | 23 ++++++++++++++++
 lib/igt_debugfs.h          |  2 ++
 tests/kms_pipe_crc_basic.c | 55 +++++++++++++++++++++++++++++++++-----
 3 files changed, 73 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
@ 2023-11-02  6:23 Kunal Joshi
  2023-11-02  6:23 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
  0 siblings, 1 reply; 13+ messages in thread
From: Kunal Joshi @ 2023-11-02  6:23 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

dark screen detection feature when enable will monitor frames
and if black frame is detcted it will raise drm_error, added
two tests for positive (black frame) and negative case (white frame)

Kunal Joshi (2):
  lib/igt_debugfs: added helper to enable/disable dark screen detection
  tests/kms_pipe_crc_basic: added new subtest for darkscreen detection

 lib/igt_debugfs.c          | 41 ++++++++++++++++++++++++++
 lib/igt_debugfs.h          |  3 ++
 tests/kms_pipe_crc_basic.c | 60 +++++++++++++++++++++++++++++++++-----
 3 files changed, 96 insertions(+), 8 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2023-11-28 16:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23  6:29 [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection Kunal Joshi
2023-11-23  6:29 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
2023-11-28 16:12   ` Juha-Pekka Heikkila
2023-11-23  6:29 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_pipe_crc_basic: added new subtest for darkscreen detection Kunal Joshi
2023-11-23  7:05 ` [igt-dev] ✓ CI.xeBAT: success for add new subtests for dark screen detection (rev4) Patchwork
2023-11-23  7:08 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-11-24 15:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-11-17  7:03 [igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection Kunal Joshi
2023-11-17  7:03 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
2023-11-22 21:01   ` Juha-Pekka Heikkila
2023-11-15  6:42 [igt-dev] [PATCH i-g-t 0/2] add new subtests for " Kunal Joshi
2023-11-15  6:42 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
2023-11-16 11:40   ` Juha-Pekka Heikkila
2023-11-02  6:23 [igt-dev] [PATCH i-g-t 0/2] add new subtests for " Kunal Joshi
2023-11-02  6:23 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable " Kunal Joshi
2023-11-14 17:37   ` Juha-Pekka Heikkila

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