1. 28 Nov, 2013 8 commits
  2. 27 Nov, 2013 1 commit
    • Chris Wilson's avatar
      drm/i915: Do not attempt to re-enable an unconnected primary plane · 947fdaad
      Chris Wilson authored
      Due to user fudging (for instance using video=VGA-1:e with FBDEV=n) we can
      attempt to reset an inconsistent CRTC that is marked as active but has
      no assigned fb. It would be wise to fix this earlier, but the long
      term plan is to have primary and secondary planes associated with a
      CRTC, in which crtc->fb being NULL will be expected. So for a quick
      short term fix with pretensions of grandeur, just check for a NULL fb
      during GPU reset and ignore the plane restoration.
      
      This fixes a potential hard hang (a panic in the panic handler)
      following a GPU hang.
      Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      [danvet: Add a corresponding fixme comment.]
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      947fdaad
  3. 26 Nov, 2013 18 commits
  4. 25 Nov, 2013 2 commits
  5. 21 Nov, 2013 8 commits
  6. 18 Nov, 2013 3 commits