From: Daniel Vetter <daniel@ffwll.ch>
To: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH libdrm 00/10] Add C8, 30bpp and FP16 support to modetest
Date: Mon, 3 Jun 2019 09:32:42 +0200 [thread overview]
Message-ID: <20190603073242.GD21222@phenom.ffwll.local> (raw)
In-Reply-To: <20190603004017.7114-1-imirkin@alum.mit.edu>
On Sun, Jun 02, 2019 at 08:40:08PM -0400, Ilia Mirkin wrote:
> This series improves the pattern generation logic to support additional
> formats, as well as a new "gradient" pattern (see patch comments on why
> I found it useful).
>
> Furthermore, these formats are piped through to modetest, including the
> ability to set a gamma table, which is necessary for the C8 indexed
> format.
>
> This was tested on nouveau, and used for bring-up of the C8, XB30, and
> FP16 formats on the NVIDIA hardware that supports these.
Does nouveau also work with igt tests for this stuff? We do have support
for interactive testing (i.e. "human pls check yourself" kind of tests) in
igt, so ideally we could merge everything into one place. Long-term at
least ...
-Daniel
>
> Ilia Mirkin (10):
> util: add C8 format, support it with SMPTE pattern
> util: fix MAKE_RGBA macro for 10bpp modes
> util: add gradient pattern
> util: add fp16 format support
> util: add cairo drawing for 30bpp formats when available
> modetest: don't pretend that atomic mode includes a format
> modetest: add an add_property_optional variant that does not print
> errors
> modetest: add C8 support to generate SMPTE pattern
> modetest: add the ability to specify fill patterns on the commandline
> modetest: add FP16 format support
>
> tests/modetest/buffers.c | 13 ++
> tests/modetest/modetest.c | 109 ++++++++--
> tests/util/format.c | 7 +
> tests/util/pattern.c | 432 +++++++++++++++++++++++++++++++++++++-
> tests/util/pattern.h | 7 +
> 5 files changed, 543 insertions(+), 25 deletions(-)
>
> --
> 2.21.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-06-03 7:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 0:40 [PATCH libdrm 00/10] Add C8, 30bpp and FP16 support to modetest Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 01/10] util: add C8 format, support it with SMPTE pattern Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 02/10] util: fix MAKE_RGBA macro for 10bpp modes Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 03/10] util: add gradient pattern Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 04/10] util: add fp16 format support Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 05/10] util: add cairo drawing for 30bpp formats when available Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 06/10] modetest: don't pretend that atomic mode includes a format Ilia Mirkin
2019-06-06 15:49 ` Emil Velikov
2019-06-06 15:58 ` Ilia Mirkin
2019-06-06 16:14 ` Emil Velikov
2019-06-03 0:40 ` [PATCH libdrm 07/10] modetest: add an add_property_optional variant that does not print errors Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 08/10] modetest: add C8 support to generate SMPTE pattern Ilia Mirkin
2019-06-03 0:40 ` [PATCH libdrm 09/10] modetest: add the ability to specify fill patterns on the commandline Ilia Mirkin
2019-06-03 7:32 ` Daniel Vetter [this message]
2019-06-03 13:27 ` [PATCH libdrm 00/10] Add C8, 30bpp and FP16 support to modetest Ilia Mirkin
2019-06-03 20:57 ` Ilia Mirkin
2019-06-04 11:04 ` Ville Syrjälä
2019-06-06 15:54 ` Emil Velikov
2019-06-06 16:02 ` Emil Velikov
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=20190603073242.GD21222@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=imirkin@alum.mit.edu \
/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 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.