mbox series

[PULL] topic/hdr-formats

Message ID 00b96cd5-91c7-5677-9620-b138c7a92303@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] topic/hdr-formats | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/topic/hdr-formats-2019-03-13

Message

Maarten Lankhorst March 13, 2019, 11:21 a.m. UTC
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(-)

Comments

Sean Paul March 13, 2019, 6:20 p.m. UTC | #1
On Wed, Mar 13, 2019 at 12:21:46PM +0100, Maarten Lankhorst wrote:
> 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?

Merged in drm-misc-next.

Sean

> 
> ~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(-)
Joonas Lahtinen March 18, 2019, 3:22 p.m. UTC | #2
Quoting Maarten Lankhorst (2019-03-13 13:21:46)
> 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?

Pulled to drm-intel-next-queued.

Regards, Joonas

> 
> ~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(-)