From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com
Subject: [igt-dev] [PATCH i-g-t 0/8] VDSC YCbCr420 + Fractional BPP
Date: Mon, 9 Jan 2023 20:58:23 +0530 [thread overview]
Message-ID: <20230109152832.3310-1-swati2.sharma@intel.com> (raw)
In this series, fractional BPP patches are added
on top of VDSC YCbCr420 from
https://patchwork.freedesktop.org/series/110336/
Here, on top of previous changes dsc related functions
are moved from igt_kms to igt_dsc.
Also, kms_dsc_helper file is created to consolidate all
the wrapper functions used in kms_dsc.
Swati Sharma (8):
lib/dsc: Move VDSC functions to separate lib file
Move wrapper functions from kms_dsc to kms_dsc_helper
lib/dsc: Add helpers for VDSC YCbCr420 debugfs entry
tests/i915/kms_dsc: Prep work for extending val support for VDSC
YCbCr420
tests/i915/kms_dsc: Enable validation for VDSC YCbCr420
lib/dsc: Add helpers for VDSC Fractional BPP debugfs entry
tests/i915/kms_dsc: Enable validation for VDSC Fractional BPP
tests/i915/kms_dsc: Add test summary
lib/igt.h | 1 +
lib/igt_dsc.c | 302 +++++++++++++++++++++++++++++++++
lib/igt_dsc.h | 46 +++++
lib/igt_kms.c | 144 ++--------------
lib/igt_kms.h | 16 +-
lib/meson.build | 1 +
tests/i915/kms_dsc.c | 323 ++++++++++++++++--------------------
tests/i915/kms_dsc_helper.c | 246 +++++++++++++++++++++++++++
tests/i915/kms_dsc_helper.h | 74 +++++++++
tests/meson.build | 10 +-
10 files changed, 842 insertions(+), 321 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
next reply other threads:[~2023-01-09 15:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-09 15:28 Swati Sharma [this message]
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 1/8] lib/dsc: Move VDSC functions to separate lib file Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 2/8] Move wrapper functions from kms_dsc to kms_dsc_helper Swati Sharma
2023-01-10 10:54 ` Hogander, Jouni
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 3/8] lib/dsc: Add helpers for VDSC YCbCr420 debugfs entry Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 4/8] tests/i915/kms_dsc: Prep work for extending val support for VDSC YCbCr420 Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 5/8] tests/i915/kms_dsc: Enable validation " Swati Sharma
2023-01-10 11:56 ` Hogander, Jouni
2023-01-11 6:38 ` Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 6/8] lib/dsc: Add helpers for VDSC Fractional BPP debugfs entry Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 7/8] tests/i915/kms_dsc: Enable validation for VDSC Fractional BPP Swati Sharma
2023-01-09 15:28 ` [igt-dev] [PATCH i-g-t 8/8] tests/i915/kms_dsc: Add test summary Swati Sharma
2023-01-09 18:04 ` [igt-dev] ✗ GitLab.Pipeline: warning for VDSC YCbCr420 + Fractional BPP (rev2) Patchwork
2023-01-09 18:34 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-01-10 1:34 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230109152832.3310-1-swati2.sharma@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox