All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v1 0/3] kms_writeback enhancements
@ 2022-07-13 22:22 Rohith Iyer
  2022-07-13 22:22 ` [igt-dev] [PATCH i-g-t v1 1/3] lib/igt_kms: Add helper to parse mode string Rohith Iyer
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Rohith Iyer @ 2022-07-13 22:22 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, quic_aravindh

Add support for testing built-in or custom modes for kms_writeback,
support for dumping output buffer to png file, and standardize mode 
string formats with igt_parse_mode_string helper.

This patch series was originally a standalone patch, based on review
comments, is being resent as this series.

Link to original patch: https://patchwork.freedesktop.org/patch/490780/?series=105522&rev=6

Changes in this series:
 - Changed name of "standard" modes to "built-in".
 - Added new environmental variable, $FRAME_PNG_FILE_NAME for specifying filename.
 - Created igt_parse_mode_string to standardize mode string format.
 - Called igt_parse_mode_string instead of sscanf.

Rohith Iyer (3):
  lib/igt_kms: Add helper to parse mode string
  tests/testdisplay: Use igt_parse_mode_string for command line
    arguments
  tests/kms_writeback: Enhance kms_writeback for custom modes

 lib/igt_kms.c         |  26 +++++++
 lib/igt_kms.h         |   1 +
 tests/kms_writeback.c | 175 ++++++++++++++++++++++++++++++++++++------
 tests/testdisplay.c   |   8 +-
 4 files changed, 181 insertions(+), 29 deletions(-)

-- 
2.31.0

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

end of thread, other threads:[~2022-07-29 17:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 22:22 [igt-dev] [PATCH i-g-t v1 0/3] kms_writeback enhancements Rohith Iyer
2022-07-13 22:22 ` [igt-dev] [PATCH i-g-t v1 1/3] lib/igt_kms: Add helper to parse mode string Rohith Iyer
2022-07-26  5:43   ` Petri Latvala
2022-07-29 17:59     ` Rohith Iyer
2022-07-13 22:22 ` [igt-dev] [PATCH i-g-t v1 2/3] tests/testdisplay: Use igt_parse_mode_string for command line arguments Rohith Iyer
2022-07-26  5:52   ` Petri Latvala
2022-07-13 22:22 ` [igt-dev] [PATCH i-g-t v1 3/3] tests/kms_writeback: Enhance kms_writeback for custom modes Rohith Iyer
2022-07-28 10:12   ` Petri Latvala
2022-07-13 22:30 ` [igt-dev] ✗ GitLab.Pipeline: warning for kms_writeback enhancements Patchwork
2022-07-13 22:59 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-07-13 23:00 ` [igt-dev] ✗ GitLab.Pipeline: warning for kms_writeback enhancements (rev2) Patchwork
2022-07-13 23:29 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-07-13 23:30 ` [igt-dev] ✗ GitLab.Pipeline: warning for kms_writeback enhancements (rev3) Patchwork
2022-07-13 23:57 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-07-14  3:35 ` [igt-dev] ✗ Fi.CI.IGT: failure for kms_writeback enhancements Patchwork
2022-07-14  4:43 ` [igt-dev] ✗ Fi.CI.IGT: failure for kms_writeback enhancements (rev2) Patchwork
2022-07-14  5:40 ` [igt-dev] ✓ Fi.CI.IGT: success for kms_writeback enhancements (rev3) Patchwork
2022-07-15 22:13 ` [igt-dev] [PATCH i-g-t v1 0/3] kms_writeback enhancements Abhinav Kumar

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.