All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/5] tests/i915/kms_dsc: Reorg + Fix
@ 2023-01-20 17:41 Swati Sharma
  2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 1/5] lib/dsc: Move VDSC functions to separate lib file Swati Sharma
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Swati Sharma @ 2023-01-20 17:41 UTC (permalink / raw)
  To: igt-dev

Adding fix to the original series for testing.
Series was reverted since it broke gitlab pipeline.

Kamil Konieczny (1):
  lib/igt_fb: add missing include in header

Swati Sharma (4):
  lib/dsc: Move VDSC functions to separate lib file
  Move wrapper functions from kms_dsc to kms_dsc_helper
  tests/i915/kms_dsc: Add disp_ver as struct data_t member
  tests/i915/kms_dsc_helper: Improve format string

 lib/igt.h                   |   1 +
 lib/igt_dsc.c               | 133 ++++++++++++++++++++++++++++++++++
 lib/igt_dsc.h               |  19 +++++
 lib/igt_fb.h                |   1 +
 lib/igt_kms.c               | 127 ---------------------------------
 lib/igt_kms.h               |  10 ---
 lib/meson.build             |   1 +
 tests/i915/kms_dsc.c        | 137 ++++--------------------------------
 tests/i915/kms_dsc_helper.c |  99 ++++++++++++++++++++++++++
 tests/i915/kms_dsc_helper.h |  35 +++++++++
 tests/meson.build           |   9 ++-
 11 files changed, 309 insertions(+), 263 deletions(-)
 create mode 100644 lib/igt_dsc.c
 create mode 100644 lib/igt_dsc.h
 create mode 100644 tests/i915/kms_dsc_helper.c
 create mode 100644 tests/i915/kms_dsc_helper.h

-- 
2.25.1

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

end of thread, other threads:[~2023-01-23 10:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 17:41 [igt-dev] [PATCH i-g-t 0/5] tests/i915/kms_dsc: Reorg + Fix Swati Sharma
2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 1/5] lib/dsc: Move VDSC functions to separate lib file Swati Sharma
2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 2/5] Move wrapper functions from kms_dsc to kms_dsc_helper Swati Sharma
2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 3/5] tests/i915/kms_dsc: Add disp_ver as struct data_t member Swati Sharma
2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 4/5] tests/i915/kms_dsc_helper: Improve format string Swati Sharma
2023-01-20 17:41 ` [igt-dev] [PATCH i-g-t 5/5] lib/igt_fb: add missing include in header Swati Sharma
2023-01-20 18:12   ` Kamil Konieczny
2023-01-21  5:28     ` Swati Sharma
2023-01-23 10:37     ` Petri Latvala
2023-01-20 18:58 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_dsc: Reorg + Fix Patchwork
2023-01-21 20:10 ` [igt-dev] ✓ Fi.CI.IGT: " 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.