mbox series

[0/7] drm/i915: Expose more formats

Message ID 20191031165652.10868-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Expose more formats | expand

Message

Ville Syrjala Oct. 31, 2019, 4:56 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Same series as before but fp16 caused a bunch of rebasing.

I also dropped the ckey stuff for now. It's probably time to
write actual tests for that stuff.

Everything here is reviewed already.

Ville Syrjälä (7):
  drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites
  drm/i915: Expose alpha formats on VLV/CHV primary planes
  drm/i915: Add missing 10bpc formats for pipe B sprites on CHV
  drm/i915: Expose C8 on VLV/CHV sprite planes
  drm/i915: Add 10bpc formats with alpha for icl+
  drm/i915: Sort format arrays consistently
  drm/i915: Eliminate redundancy in intel_primary_plane_create()

 drivers/gpu/drm/i915/display/intel_display.c | 121 +++++++++++++------
 drivers/gpu/drm/i915/display/intel_sprite.c  |  69 ++++++++++-
 drivers/gpu/drm/i915/i915_reg.h              |  16 ++-
 3 files changed, 161 insertions(+), 45 deletions(-)