mbox series

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

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

Message

Gupta, Anshuman Feb. 24, 2020, 12:39 p.m. UTC
This update is Rebased and fixes the review comment provided by 
Ville.

Anshuman Gupta (7):
  drm/i915: Iterate over pipes 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  | 44 ++++++++++++++-----
 drivers/gpu/drm/i915/display/intel_display.h  |  5 ++-
 .../drm/i915/display/intel_display_types.h    | 15 ++++++-
 drivers/gpu/drm/i915/display/intel_sprite.c   |  5 +--
 drivers/gpu/drm/i915/i915_irq.c               | 28 ++++++++----
 6 files changed, 71 insertions(+), 28 deletions(-)