summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add gen to the gpu hang ecodeMika Kuoppala2014-11-071-1/+2
* drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-041-4/+6
* Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter2014-09-301-0/+3
|\
| * drm/i915/skl: Report the PDP regs as in gen8Damien Lespiau2014-09-241-0/+1
| * drm/i915/skl: report the same INSTDONE registers as gen8Damien Lespiau2014-09-241-0/+1
| * drm/i915/skl: Fence registers on SKL are the same as SNBDamien Lespiau2014-09-241-0/+1
* | drm/i915: Clarify gpu_error.lock lockingDaniel Vetter2014-09-191-6/+4Star
|/
* drm/i915: Differentiate between LLC or snooped for the userChris Wilson2014-09-031-3/+5
* drm/i915/bdw: Make sure error capture keeps working with ExeclistsOscar Mateo2014-09-031-4/+18
* drm/i915: Suppress a WARN on reading an object back for a GPU hangChris Wilson2014-09-031-1/+4
* drm/i915: Remove num_pages parameter to i915_error_object_create()Chris Wilson2014-09-031-15/+10Star
* drm/i915: Do not access stolen memory directly by the CPU, even for error cap...Chris Wilson2014-09-031-19/+31
* drm/i915: Print captured bo for all VM in error stateChris Wilson2014-08-141-24/+56
* drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-131-3/+7
* drm/i915: Fix DEIER and GTIER collecting for BDW.Rodrigo Vivi2014-08-071-5/+14
* drm/i915: Don't accumulate hangcheck score on forward progressMika Kuoppala2014-08-071-0/+2
* 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/+0Star
* 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/+2Star
* 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/+12Star
* | 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/+71Star