mbox series

[v2,0/7] 3 display pipes combination system support

Message ID 20200211172532.14287-1-anshuman.gupta@intel.com (mailing list archive)
Headers show
Series 3 display pipes combination system support | expand

Message

Gupta, Anshuman Feb. 11, 2020, 5:25 p.m. UTC
Updated version after fixing some review comment provided by
ville on v2 version, which unfortunately didn't reach to mailing
list due to typo in "to address".

Anshuman Gupta (7):
  drm/i915: Iterate over pipe and skip the disabled one
  drm/i915: Remove (pipe == crtc->index) assumption
  drm/i915: Fix broken transcoder err state
  drm/i915: Fix wrongly populated plane possible_crtcs bit mask
  drm/i915: Get first crtc instead of PIPE_A crtc
  drm/i915: Add WARN_ON in intel_get_crtc_for_pipe()
  drm/i915: Fix broken num_entries in skl_ddb_allocation_overlaps

 drivers/gpu/drm/i915/display/intel_audio.c    |  2 +-
 drivers/gpu/drm/i915/display/intel_display.c  | 35 ++++++++++++------
 drivers/gpu/drm/i915/display/intel_display.h  |  5 +--
 .../drm/i915/display/intel_display_types.h    | 36 ++++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_sprite.c   |  5 +--
 drivers/gpu/drm/i915/i915_drv.h               |  2 ++
 drivers/gpu/drm/i915/i915_irq.c               | 20 ++++++-----
 7 files changed, 77 insertions(+), 28 deletions(-)