summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson1-6/+13
2015-05-08drm/i915: Free wa_batchbuffer when freeing error stateMika Kuoppala1-0/+1
2015-04-10drm/i915: Record ring->start address in error stateChris Wilson1-4/+6
2015-03-25drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala1-0/+10
2015-03-20drm/i915: Do not leak objects after capturing error stateMichel Thierry1-0/+7
2015-02-13drm/i915: Add process identifier to requestsMika Kuoppala1-3/+2
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath1-1/+1
2014-12-17drm/i915: Organize INSTDONE report for future.Rodrigo Vivi1-14/+3
2014-12-17drm/i915: Organize PDP regs report for future.Rodrigo Vivi1-13/+7
2014-12-17drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi1-24/+13
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-6/+2
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison1-1/+2
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-2/+2
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter1-2/+0
2014-11-20drm/i915: Use ggtt error obj capture helper for gen8 semaphoresDaniel Vetter1-3/+2
2014-11-18drm/i915: Don't print header in error state for non-existing CSDaniel Vetter1-5/+7
2014-11-07drm/i915: Add gen to the gpu hang ecodeMika Kuoppala1-1/+2
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-4/+6
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-0/+3
2014-09-24drm/i915/skl: Report the PDP regs as in gen8Damien Lespiau1-0/+1
2014-09-24drm/i915/skl: report the same INSTDONE registers as gen8Damien Lespiau1-0/+1
2014-09-24drm/i915/skl: Fence registers on SKL are the same as SNBDamien Lespiau1-0/+1
2014-09-19drm/i915: Clarify gpu_error.lock lockingDaniel Vetter1-6/+4
2014-09-03drm/i915: Differentiate between LLC or snooped for the userChris Wilson1-3/+5
2014-09-03drm/i915/bdw: Make sure error capture keeps working with ExeclistsOscar Mateo1-4/+18
2014-09-03drm/i915: Suppress a WARN on reading an object back for a GPU hangChris Wilson1-1/+4
2014-09-03drm/i915: Remove num_pages parameter to i915_error_object_create()Chris Wilson1-15/+10
2014-09-03drm/i915: Do not access stolen memory directly by the CPU, even for error cap...Chris Wilson1-19/+31
2014-08-14drm/i915: Print captured bo for all VM in error stateChris Wilson1-24/+56
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter1-3/+7
2014-08-07drm/i915: Fix DEIER and GTIER collecting for BDW.Rodrigo Vivi1-5/+14
2014-08-07drm/i915: Don't accumulate hangcheck score on forward progressMika Kuoppala1-0/+2
2014-08-07drm/i915: Collect gtier properly on HSW.Rodrigo Vivi1-10/+11
2014-08-07drm/i915: Fix error state collectingRodrigo Vivi1-1/+2
2014-07-23drm/i915: Fix possible overflow when recording semaphore states.Rodrigo Vivi1-7/+14
2014-07-23drm/i915/error: Check the potential ctx obj's vmBen Widawsky1-0/+3
2014-07-07drm/i915/bdw: collect semaphore error stateBen Widawsky1-4/+47
2014-07-07drm/i915: Extract semaphore error collectionBen Widawsky1-12/+18
2014-06-11drm/i95: Initialize active ring->pid to -1Chris Wilson1-1/+2
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo1-3/+3
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-3/+3
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson1-0/+2
2014-05-05drm/i915: Move semaphore specific ring members to structBen Widawsky1-3/+3
2014-05-05drm/i915: add missing error capturing of the PIPESTAT regImre Deak1-3/+0
2014-05-05drm/i915: gen2: move error capture of IER to its correct placeImre Deak1-4/+4
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui1-0/+1
2014-04-09drm/i915: Dump the whole context object.Ben Widawsky1-14/+2
2014-04-02drm/i915/bdw: Expand FADD to 64bitBen Widawsky1-2/+5
2014-03-31drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-1/+1
2014-03-28drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson1-2/+2