Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] topic/hdr-formats
@ 2019-03-13 11:21 Maarten Lankhorst
  2019-03-13 18:20 ` Sean Paul
  2019-03-18 15:22 ` Joonas Lahtinen
  0 siblings, 2 replies; 13+ messages in thread
From: Maarten Lankhorst @ 2019-03-13 11:21 UTC (permalink / raw)
  To: Joonas Lahtinen, Sean Paul
  Cc: dim-tools, Maxime Ripard, intel-gfx, dri-devel, Kevin Strasser,
	Rodrigo Vivi

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL] topic/hdr-formats
@ 2019-03-07  9:48 Maarten Lankhorst
  2019-03-07 17:12 ` Adam Jackson
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Maarten Lankhorst @ 2019-03-07  9:48 UTC (permalink / raw)
  To: Joonas Lahtinen, Sean Paul
  Cc: dim-tools, Maxime Ripard, intel-gfx, dri-devel, Rodrigo Vivi

Hi Sean and Joonas,

Here's a pull request for HDR format enabling in i915. Can this be pulled to drm-misc-next and dinq?

Cheers,
Maarten

topic/hdr-formats-2019-03-07:
Add support for Y21x and Y41x to drm core and i915, and P01x support to i915.
The following changes since commit 4b057e73f28f1df13b77b77a52094238ffdf8abd:

  Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-03-05 08:14:22 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 296e9b19eff6157e1e4f130fa436e105c45725e9:

  drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes (2019-03-05 12:49:00 +0100)

----------------------------------------------------------------
Add support for Y21x and Y41x to drm core and i915, and P01x support to i915.

----------------------------------------------------------------
Juha-Pekka Heikkila (3):
      drm/i915: Add P010, P012, P016 plane control definitions
      drm/i915: Preparations for enabling P010, P012, P016 formats
      drm/i915: Enable P010, P012, P016 formats for primary and sprite planes

Swati Sharma (3):
      drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
      drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitions
      drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes

 drivers/gpu/drm/drm_fourcc.c              |   6 ++
 drivers/gpu/drm/i915/i915_reg.h           |   9 +++
 drivers/gpu/drm/i915/intel_atomic_plane.c |   2 +-
 drivers/gpu/drm/i915/intel_display.c      |  57 ++++++++++++++--
 drivers/gpu/drm/i915/intel_drv.h          |   1 +
 drivers/gpu/drm/i915/intel_pm.c           |  14 ++--
 drivers/gpu/drm/i915/intel_sprite.c       | 108 ++++++++++++++++++++++++++++--
 include/uapi/drm/drm_fourcc.h             |  16 +++++
 8 files changed, 194 insertions(+), 19 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-03-18 15:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 11:21 [PULL] topic/hdr-formats Maarten Lankhorst
2019-03-13 18:20 ` Sean Paul
2019-03-18 15:22 ` Joonas Lahtinen
  -- strict thread matches above, loose matches on Subject: below --
2019-03-07  9:48 Maarten Lankhorst
2019-03-07 17:12 ` Adam Jackson
2019-03-11 11:19   ` Maarten Lankhorst
2019-03-11 17:52     ` Adam Jackson
2019-03-11 18:02       ` Daniel Vetter
2019-03-07 17:46 ` Sean Paul
2019-03-08 12:45   ` Maarten Lankhorst
2019-03-08 15:40 ` Sean Paul
2019-03-11 11:57 ` Joonas Lahtinen
2019-03-11 12:05   ` Maarten Lankhorst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox