From: Kevin Strasser <kevin.strasser@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [RFC v2 0/5] Add support for fp16 formats
Date: Tue, 5 Mar 2019 18:18:32 -0800 [thread overview]
Message-ID: <1551838717-5283-1-git-send-email-kevin.strasser@intel.com> (raw)
This series adds support for testing new fp16 formats. As these formats
haven't yet landed in the kernel I am sharing this as an RFC.
In particular coverage is added to the following tests which
already enumerate through all formats advertised by each plane:
kms_available_modes_crc
kms_rotation_crc
kms_plane_scaling
Kevin Strasser (5):
lib: Add halffloat implementation
include: Add fp16 format defines
tests/kms_available_modes_crc: Add cases for 64bit formats
lib/igt_fb: Add support for fp16 formats through conversion
tests/kms_plane_scaling: Skip testing unsupported fp16 features
COPYING | 22 ++++
include/drm-uapi/drm_fourcc.h | 10 ++
lib/Makefile.sources | 2 +
lib/igt_fb.c | 148 ++++++++++++++++++++++++-
lib/igt_fb.h | 1 +
lib/igt_halffloat.c | 234 ++++++++++++++++++++++++++++++++++++++++
lib/igt_halffloat.h | 27 +++++
lib/igt_x86.c | 9 ++
lib/igt_x86.h | 1 +
lib/meson.build | 1 +
tests/kms_available_modes_crc.c | 19 +++-
tests/kms_plane_scaling.c | 15 ++-
12 files changed, 485 insertions(+), 4 deletions(-)
create mode 100644 lib/igt_halffloat.c
create mode 100644 lib/igt_halffloat.h
--
2.7.4
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-03-06 2:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-06 2:18 Kevin Strasser [this message]
2019-03-06 2:18 ` [igt-dev] [RFC v2 1/5] lib: Add halffloat implementation Kevin Strasser
2019-04-05 19:23 ` Ville Syrjälä
2019-04-05 19:29 ` Strasser, Kevin
2019-03-06 2:18 ` [igt-dev] [RFC v2 2/5] include: Add fp16 format defines Kevin Strasser
2019-03-06 2:18 ` [igt-dev] [RFC v2 3/5] tests/kms_available_modes_crc: Add cases for 64bit formats Kevin Strasser
2019-04-05 19:29 ` Ville Syrjälä
2019-04-05 19:43 ` Strasser, Kevin
2019-04-05 19:58 ` Ville Syrjälä
2019-03-06 2:18 ` [igt-dev] [RFC v2 4/5] lib/igt_fb: Add support for fp16 formats through conversion Kevin Strasser
2019-04-05 19:26 ` Ville Syrjälä
2019-03-06 2:18 ` [igt-dev] [RFC v2 5/5] tests/kms_plane_scaling: Skip testing unsupported fp16 features Kevin Strasser
2019-04-05 19:38 ` Ville Syrjälä
2019-03-06 3:19 ` [igt-dev] ✓ Fi.CI.BAT: success for Add support for fp16 formats (rev2) Patchwork
2019-03-06 9:31 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=1551838717-5283-1-git-send-email-kevin.strasser@intel.com \
--to=kevin.strasser@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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