All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Support 64 bpp half float formats
@ 2019-02-08 21:49 Kevin Strasser
  2019-02-08 21:49 ` [PATCH v5 1/3] drm/fourcc: Add " Kevin Strasser
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Kevin Strasser @ 2019-02-08 21:49 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Daniel Vetter

This series defines new formats and adds implementation to the i915 driver.
Since posting v1 I have removed the pixel normalize property, as it's not needed
for basic functionality. Also, I have been working on adding support to
userspace, but we can't land any patches until drm_fourcc.h has been updated
here.

I have submitted a series to Mesa to make use of the RGBA ordered formats:
  https://patchwork.freedesktop.org/series/54759/

My igt branch is reworked to drop usage of pixel normalize and includes use
of f16c intrinsics to speed up conversion:
  https://gitlab.freedesktop.org/strassek/igt-gpu-tools/commits/fp16

I also have a libdrm branch with fp16 coverage added to modetest:
  https://gitlab.freedesktop.org/strassek/drm/commits/fp16

To serve as a smoke test of the whole stack I have a modified version of
kmscube:
  https://gitlab.freedesktop.org/strassek/kmscube/commits/fp16

Kevin Strasser (3):
  drm/fourcc: Add 64 bpp half float formats
  drm/i915: Refactor icl_is_hdr_plane
  drm/i915/icl: Implement half float formats

 drivers/gpu/drm/drm_fourcc.c         |  4 ++
 drivers/gpu/drm/i915/intel_atomic.c  |  3 +-
 drivers/gpu/drm/i915/intel_display.c | 29 +++++++++++++-
 drivers/gpu/drm/i915/intel_drv.h     |  7 ++--
 drivers/gpu/drm/i915/intel_sprite.c  | 73 +++++++++++++++++++++++++++++++-----
 include/uapi/drm/drm_fourcc.h        | 11 ++++++
 6 files changed, 112 insertions(+), 15 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-02-15 19:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-08 21:49 [PATCH v5 0/3] Support 64 bpp half float formats Kevin Strasser
2019-02-08 21:49 ` [PATCH v5 1/3] drm/fourcc: Add " Kevin Strasser
2019-02-08 21:49 ` [PATCH v5 2/3] drm/i915: Refactor icl_is_hdr_plane Kevin Strasser
2019-02-08 21:49 ` [PATCH v5 3/3] drm/i915/icl: Implement half float formats Kevin Strasser
2019-02-08 22:35 ` ✗ Fi.CI.CHECKPATCH: warning for Support 64 bpp half float formats (rev6) Patchwork
2019-02-08 22:55 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-09  5:15 ` ✓ Fi.CI.IGT: " Patchwork
2019-02-13 15:53 ` [PATCH v5 0/3] Support 64 bpp half float formats Ville Syrjälä via dri-devel
2019-02-13 15:56   ` Maarten Lankhorst
2019-02-14  0:54     ` Strasser, Kevin
2019-02-15 19:41 ` Adam Jackson

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.