aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-05drm/i915: Add error code into error stateMika Kuoppala1-23/+38
2014-03-05drm/i915: Record pid/comm of hanging taskChris Wilson1-56/+80
2014-03-05drm/i915: Rely on accurate request tracking for finding hung batchesChris Wilson1-60/+12
2014-02-11drm/i915: Pair va_copy with va_end in i915_error_vprintfMika Kuoppala1-1/+4
2014-02-05drm/i915: Generate a hang error codeBen Widawsky1-7/+37
2014-01-30drm/i915: Don't access snooped pages through the GTT (even for error capture)Chris Wilson1-1/+2
2014-01-30drm/i915: Only print information for filing bug reports onceChris Wilson1-4/+8
2014-01-30drm/i915: Capture PPGTT info on error captureBen Widawsky1-0/+37
2014-01-30drm/i915: Add some more registers to error stateBen Widawsky1-1/+10
2014-01-30drm/i915: Move per ring error state to ring_errorBen Widawsky1-72/+71
2014-01-30drm/i915: Logically reorder error register captureBen Widawsky1-23/+36
2014-01-30drm/i915: Extract register state error captureBen Widawsky1-34/+43
2014-01-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-7/+15
2014-01-27drm/i915: Include HW status page in error captureChris Wilson1-0/+50
2014-01-27drm/i915: Decouple GPU error reporting from ring initialisationChris Wilson1-7/+15
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-16/+52
2013-12-18drm/i915: Use multiple VMs -- the point of no returnBen Widawsky1-5/+0
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-3/+3
2013-12-18drm/i915: Identify active VM for batchbuffer captureBen Widawsky1-0/+33
2013-12-18drm/i915: Don't use gtt mapping for !gtt error objectsBen Widawsky1-1/+2
2013-12-18drm/i915: Add vm to error BO captureBen Widawsky1-7/+14
2013-12-11drm/i915: Record BB_ADDR for every ringVille Syrjälä1-6/+6
2013-12-11drm/i915: Use 32bit read for BB_ADDRVille Syrjälä1-1/+1
2013-11-08drm/i915/bdw: Update relevant error stateBen Widawsky1-0/+1
2013-11-08drm/i915/bdw: Fences on gen8 look just like gen7Ben Widawsky1-0/+1
2013-10-30drm/i915: Capture batchbuffer state upon GPU hangChris Wilson1-1/+3
2013-10-10drm/i915: Educate users in dmesg about reporting gpu hangsDaniel Vetter1-2/+6
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-1/+1
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-1/+1
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson1-0/+1
2013-10-01drm/i915: Show WT caching in debugfsChris Wilson1-0/+1
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter1-2/+2
2013-10-01Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+24
2013-09-24drm/i915: Use a temporary va_list for two-pass string handlingChris Wilson1-2/+4
2013-09-06drm/i915: include hangcheck action and score in error_stateMika Kuoppala1-0/+24
2013-09-03drm/i915: Embed the ring->private within the struct intel_ring_bufferChris Wilson1-1/+1
2013-08-22drm/i915: Get VECS semaphore info on errorBen Widawsky1-0/+11
2013-08-08drm/i915: Update error capture for VMsBen Widawsky1-23/+53
2013-08-08drm/i915: mm_list is per VMABen Widawsky1-16/+21
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson1-2/+2
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky1-3/+5
2013-07-12drm/i915: move error state to own compilation unitMika Kuoppala1-0/+971