index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gpu_error.h
Age
Commit message (
Expand
)
Author
2019-08-08
drm/i915: Only include active engines in the capture state
Chris Wilson
2019-07-23
drm/i915: Rely on spinlock protection for GPU error capture
Chris Wilson
2019-07-13
drm/i915/uc: move GuC and HuC files under gt/uc/
Daniele Ceraolo Spurio
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-04-24
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
2019-03-21
drm/i915: Stop storing ctx->user_handle
Chris Wilson
2019-03-05
drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangs
Chris Wilson
2019-02-26
drm/i915: Remove i915_request.global_seqno
Chris Wilson
2019-02-26
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-19
drm/i915: Use time based guilty context banning
Chris Wilson
2019-02-08
drm/i915: Revoke mmaps and prevent access to fence registers across reset
Chris Wilson
2019-01-29
drm/i915: Drop fake breadcrumb irq
Chris Wilson
2019-01-29
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
2019-01-16
drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
Chris Wilson
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
2018-11-23
drm/i915: Cache the error string
Chris Wilson
2018-11-19
drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
Chris Wilson
2018-10-03
drm/i915: Handle incomplete Z_FINISH for compressed error states
Chris Wilson
2018-07-06
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
2018-05-17
drm/i915/icl: Read the correct Gen11 interrupt registers
Oscar Mateo
2018-05-02
drm/i915: Show ring->start for the ELSP context/request queue
Chris Wilson
2018-05-02
drm/i915: Print error state times relative to capture
Mika Kuoppala
2018-04-18
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-06
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
2018-03-20
drm/i915: Add control flags to i915_handle_error()
Chris Wilson
2018-03-09
drm/i915: Move i915_gpu_error into its own header
Michal Wajdeczko