Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Strasser <kevin.strasser@intel.com>
To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>, Adam Jackson <ajax@redhat.com>
Subject: [PATCH v6 0/3] Support 64 bpp half float formats
Date: Tue, 12 Mar 2019 17:38:29 -0700	[thread overview]
Message-ID: <1552437513-22648-1-git-send-email-kevin.strasser@intel.com> (raw)

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.

Mesa series:
  https://patchwork.freedesktop.org/series/54759/

IGT series:
  https://patchwork.freedesktop.org/series/57473/

My libdrm branch with fp16 coverage added to modetest:
  https://gitlab.freedesktop.org/strassek/drm/commits/fp16

My kmscube branch:
  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  | 78 +++++++++++++++++++++++++++++++++---
 include/uapi/drm/drm_fourcc.h        | 11 +++++
 6 files changed, 120 insertions(+), 12 deletions(-)

-- 
2.7.4

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

             reply	other threads:[~2019-03-13  0:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13  0:38 Kevin Strasser [this message]
2019-03-13  0:38 ` [PATCH v6 1/3] drm/fourcc: Add 64 bpp half float formats Kevin Strasser
2019-03-13  0:38 ` [PATCH v6 2/3] drm/i915: Refactor icl_is_hdr_plane Kevin Strasser
2019-03-13  0:38 ` [PATCH v6 3/3] drm/i915/icl: Implement half float formats Kevin Strasser
2019-03-13  7:25   ` Maarten Lankhorst
2019-03-13 11:17     ` Maarten Lankhorst
2019-03-13 21:12 ` ✗ Fi.CI.BAT: failure for Support 64 bpp half float formats (rev7) 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=1552437513-22648-1-git-send-email-kevin.strasser@intel.com \
    --to=kevin.strasser@intel.com \
    --cc=ajax@redhat.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@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