Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v6 0/3] kms_writeback enhancements
@ 2022-08-04 22:02 Rohith Iyer
  2022-08-04 22:02 ` [igt-dev] [PATCH i-g-t v6 1/3] lib/igt_kms: Add helper to parse mode string Rohith Iyer
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Rohith Iyer @ 2022-08-04 22:02 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.

Changes made in V4:
 - Added header for writeback mode list
 - Corrected commit text and documentation
 - Changed *mode_string to a const char from char
 - Changed built-in mode short option from -s to -b for clarity

Changes made in V5:
 - Removed angle brackets in documentation which cause parse error in builddoc

Changes made in V6:
 - Fixed alignment for function arguments spilling over one line

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 | 173 +++++++++++++++++++++++++++++++++++++-----
 tests/testdisplay.c   |   8 +-
 4 files changed, 181 insertions(+), 27 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2022-08-08 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 22:02 [igt-dev] [PATCH i-g-t v6 0/3] kms_writeback enhancements Rohith Iyer
2022-08-04 22:02 ` [igt-dev] [PATCH i-g-t v6 1/3] lib/igt_kms: Add helper to parse mode string Rohith Iyer
2022-08-04 22:02 ` [igt-dev] [PATCH i-g-t v6 2/3] tests/testdisplay: Use igt_parse_mode_string for command line arguments Rohith Iyer
2022-08-04 22:02 ` [igt-dev] [PATCH i-g-t v6 3/3] tests/kms_writeback: Enhance kms_writeback for custom modes Rohith Iyer
2022-08-04 23:06   ` Abhinav Kumar
2022-08-08 17:38   ` Dixit, Ashutosh
2022-08-08 17:41     ` Abhinav Kumar
2022-08-08 19:49       ` Dixit, Ashutosh
2022-08-08 19:59         ` Abhinav Kumar
2022-08-04 23:04 ` [igt-dev] ✓ Fi.CI.BAT: success for kms_writeback enhancements (rev6) Patchwork
2022-08-05  4:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-08-08 16:32 ` [igt-dev] [PATCH i-g-t v6 0/3] kms_writeback enhancements Jessica Zhang

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