[Intel-gfx] [PULL] topic/hdr-formats
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Wed Mar 13 11:21:46 UTC 2019
Hey Sean and Joonas,
One more pull request for the hdr-formats topic branch. FP16 support
is now also implemented.
Can this be pulled to drm-misc-next and dinq?
~Maarten
topic/hdr-formats-2019-03-13:
Add support for floating point half-width formats.
The following changes since commit 296e9b19eff6157e1e4f130fa436e105c45725e9:
drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes (2019-03-05 12:49:00 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/topic/hdr-formats-2019-03-13
for you to fetch changes up to a94bed60cb73962f344ead14b2ee7613280432c6:
drm/i915/icl: Implement half float formats (2019-03-13 11:23:12 +0100)
----------------------------------------------------------------
Add support for floating point half-width formats.
----------------------------------------------------------------
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 | 78 +++++++++++++++++++++++++++++++++---
include/uapi/drm/drm_fourcc.h | 11 +++++
6 files changed, 120 insertions(+), 12 deletions(-)
More information about the Intel-gfx
mailing list