summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Collect gtier properly on HSW.Rodrigo Vivi2014-08-071-10/+11
* drm/i915: Fix error state collectingRodrigo Vivi2014-08-071-1/+2
* drm/i915: Fix possible overflow when recording semaphore states.Rodrigo Vivi2014-07-231-7/+14
* drm/i915/error: Check the potential ctx obj's vmBen Widawsky2014-07-231-0/+3
* drm/i915/bdw: collect semaphore error stateBen Widawsky2014-07-071-4/+47
* drm/i915: Extract semaphore error collectionBen Widawsky2014-07-071-12/+18
* drm/i95: Initialize active ring->pid to -1Chris Wilson2014-06-111-1/+2
* drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo2014-05-221-3/+3
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-221-3/+3
* drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson2014-05-161-0/+2
* drm/i915: Move semaphore specific ring members to structBen Widawsky2014-05-051-3/+3
* drm/i915: add missing error capturing of the PIPESTAT regImre Deak2014-05-051-3/+0
* drm/i915: gen2: move error capture of IER to its correct placeImre Deak2014-05-051-4/+4
* drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui2014-05-051-0/+1
* drm/i915: Dump the whole context object.Ben Widawsky2014-04-091-14/+2
* drm/i915/bdw: Expand FADD to 64bitBen Widawsky2014-04-021-2/+5
* drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-1/+1
* drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson2014-03-281-2/+2
* drm/i915: Broadwell expands ACTHD to 64bitChris Wilson2014-03-281-1/+1
* drm/i915: Actually capture PP_DIR_BASE on errorBen Widawsky2014-03-181-2/+4
* Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter2014-03-101-1/+4
|\
| * drm/i915: Pair va_copy with va_end in i915_error_vprintfMika Kuoppala2014-02-111-1/+4
* | drm/i915: Add suspend count to error stateMika Kuoppala2014-03-051-0/+2
* | drm/i915: Add reset count to error stateMika Kuoppala2014-03-051-0/+8
* | drm/i915: Add reason for capture in error stateMika Kuoppala2014-03-051-6/+21
* | drm/i915: Add error code into error stateMika Kuoppala2014-03-051-23/+38
* | drm/i915: Record pid/comm of hanging taskChris Wilson2014-03-051-56/+80
* | drm/i915: Rely on accurate request tracking for finding hung batchesChris Wilson2014-03-051-60/+12
* | drm/i915: Generate a hang error codeBen Widawsky2014-02-051-7/+37
* | drm/i915: Don't access snooped pages through the GTT (even for error capture)Chris Wilson2014-01-301-1/+2
* | drm/i915: Only print information for filing bug reports onceChris Wilson2014-01-301-4/+8
* | drm/i915: Capture PPGTT info on error captureBen Widawsky2014-01-301-0/+37
* | drm/i915: Add some more registers to error stateBen Widawsky2014-01-301-1/+10
* | drm/i915: Move per ring error state to ring_errorBen Widawsky2014-01-301-72/+71
* | drm/i915: Logically reorder error register captureBen Widawsky2014-01-301-23/+36
* | drm/i915: Extract register state error captureBen Widawsky2014-01-301-34/+43
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2014-01-301-7/+15
|\ \ | |/
| * drm/i915: Decouple GPU error reporting from ring initialisationChris Wilson2014-01-271-7/+15
* | drm/i915: Include HW status page in error captureChris Wilson2014-01-271-0/+50
* | Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-251-16/+52
|\ \ | |/ |/|
| * drm/i915: Use multiple VMs -- the point of no returnBen Widawsky2013-12-181-5/+0
| * drm/i915: Make pin count per VMABen Widawsky2013-12-181-3/+3
| * drm/i915: Identify active VM for batchbuffer captureBen Widawsky2013-12-181-0/+33
| * drm/i915: Don't use gtt mapping for !gtt error objectsBen Widawsky2013-12-181-1/+2
| * drm/i915: Add vm to error BO captureBen Widawsky2013-12-181-7/+14
* | drm/i915: Record BB_ADDR for every ringVille Syrjälä2013-12-111-6/+6
* | drm/i915: Use 32bit read for BB_ADDRVille Syrjälä2013-12-111-1/+1
|/
* drm/i915/bdw: Update relevant error stateBen Widawsky2013-11-081-0/+1
* drm/i915/bdw: Fences on gen8 look just like gen7Ben Widawsky2013-11-081-0/+1
* drm/i915: Capture batchbuffer state upon GPU hangChris Wilson2013-10-301-1/+3
OpenPOWER on IntegriCloud