All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] Add XYUV format support
@ 2018-08-30 14:24 Stanislav Lisovskiy
  2018-08-30 14:24 ` [PATCH v9 1/2] drm: Introduce new DRM_FORMAT_XYUV Stanislav Lisovskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Stanislav Lisovskiy @ 2018-08-30 14:24 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, Ville.Syrjala, juha-pekka.heikkila

Introduced new XYUV scan-in format for framebuffer and
added support for it to i915(SkyLake+).

Stanislav Lisovskiy (2):
  drm: Introduce new DRM_FORMAT_XYUV
  drm/i915: Adding YUV444 packed format support for skl+

 drivers/gpu/drm/drm_fourcc.c         |  1 +
 drivers/gpu/drm/i915/i915_reg.h      |  2 +-
 drivers/gpu/drm/i915/intel_display.c | 15 +++++++++++++++
 drivers/gpu/drm/i915/intel_sprite.c  |  1 +
 include/uapi/drm/drm_fourcc.h        |  1 +
 5 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.17.0

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

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

end of thread, other threads:[~2018-09-04 14:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 14:24 [PATCH v9 0/2] Add XYUV format support Stanislav Lisovskiy
2018-08-30 14:24 ` [PATCH v9 1/2] drm: Introduce new DRM_FORMAT_XYUV Stanislav Lisovskiy
2018-08-30 14:24 ` [PATCH v9 2/2] drm/i915: Adding YUV444 packed format support for skl+ Stanislav Lisovskiy
2018-09-04 12:47   ` [Intel-gfx] " Maarten Lankhorst
2018-09-04 13:50     ` Ville Syrjälä
2018-09-04 13:52       ` Maarten Lankhorst
2018-09-04 14:06         ` Ville Syrjälä
2018-08-30 15:30 ` ✗ Fi.CI.CHECKPATCH: warning for Add XYUV format support (rev5) Patchwork
2018-08-30 15:51 ` ✓ Fi.CI.BAT: success " Patchwork
2018-08-30 20:40 ` ✗ Fi.CI.IGT: failure " Patchwork
2018-09-04 11:33 ` ✓ Fi.CI.BAT: success " Patchwork
2018-09-04 13:58 ` ✗ Fi.CI.IGT: failure " Patchwork

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.