All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 00/10] Add C8, 30bpp and FP16 support to modetest
@ 2019-06-03  0:40 Ilia Mirkin
  2019-06-03  0:40 ` [PATCH libdrm 01/10] util: add C8 format, support it with SMPTE pattern Ilia Mirkin
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Ilia Mirkin @ 2019-06-03  0:40 UTC (permalink / raw)
  To: dri-devel

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.

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

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

end of thread, other threads:[~2019-06-06 16:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH libdrm 00/10] Add C8, 30bpp and FP16 support to modetest Daniel Vetter
2019-06-03 13:27   ` 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

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.