summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: rename INSTDONE1 to GEN4_INSTDONE1Imre Deak2015-10-021-1/+1
* drm/i915: rename INSTDONE to GEN2_INSTDONEImre Deak2015-10-021-2/+2
* drm/i915: remove duplicate names for the render ring INSTDONE registerImre Deak2015-10-021-2/+2
* drm/i915: Parametrize fence registersVille Syrjälä2015-09-301-13/+8Star
* drm/i915: fix crash in error state readout on non-execlist platforms v2Jesse Barnes2015-09-231-6/+12
* drm/i915: add yesno utility functionJani Nikula2015-09-021-5/+0Star
* drm/i915: Integrate GuC-based command submissionAlex Dai2015-08-141-7/+7
* drm/i915: Expand error state's address width to 64bMichel Thierry2015-08-141-10/+14
* drm/i915: Report IOMMU enabled status for GPU hangsChris Wilson2015-08-141-0/+5
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-6/+13
* drm/i915: Free wa_batchbuffer when freeing error stateMika Kuoppala2015-05-081-0/+1
* drm/i915: Record ring->start address in error stateChris Wilson2015-04-101-4/+6
* drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala2015-03-251-0/+10
* drm/i915: Do not leak objects after capturing error stateMichel Thierry2015-03-201-0/+7
* drm/i915: Add process identifier to requestsMika Kuoppala2015-02-131-3/+2Star
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-1/+1
* drm/i915: Organize INSTDONE report for future.Rodrigo Vivi2014-12-171-14/+3Star
* drm/i915: Organize PDP regs report for future.Rodrigo Vivi2014-12-171-13/+7Star
* drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi2014-12-171-24/+13Star
* drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-151-6/+2Star
* drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-031-1/+2
* drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison2014-12-031-2/+2
* drm/i915: Remove user pinning codeDaniel Vetter2014-12-031-2/+0Star
* drm/i915: Use ggtt error obj capture helper for gen8 semaphoresDaniel Vetter2014-11-201-3/+2Star
* drm/i915: Don't print header in error state for non-existing CSDaniel Vetter2014-11-181-5/+7
* 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