mbox series

[0/4] Enable Y210, Y212, Y216 formats for ICL

Message ID 1535352468-4451-1-git-send-email-swati2.sharma@intel.com (mailing list archive)
Headers show
Series Enable Y210, Y212, Y216 formats for ICL | expand

Message

Sharma, Swati2 Aug. 27, 2018, 6:47 a.m. UTC
These patches enable packed format YUV422-Y210, Y212 and Y216
for 10, 12 and 16 bit respectively for ICL.

For user space component IGT:WIP

Vidya Srinivas (4):
  drm: Add Y210, Y212, Y216 format definitions and fourcc
  drm/i915: Add Y210, Y212, Y216 plane control definitions
  drm/i915: Preparations for enabling Y210, Y212, Y216 formats
  drm/i915: Enable Y210, Y212, Y216 format for primary and sprite planes

 drivers/gpu/drm/drm_fourcc.c         |  3 +++
 drivers/gpu/drm/i915/i915_reg.h      |  3 +++
 drivers/gpu/drm/i915/intel_display.c | 40 ++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_sprite.c  | 25 ++++++++++++++++++++--
 include/uapi/drm/drm_fourcc.h        |  4 ++++
 5 files changed, 71 insertions(+), 4 deletions(-)