summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ring_submission.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Retry RING_HEAD reset until it get sticksNitin Gote2024-10-221-4/+27
* drm/i915/gt: s/gen3/gen2/Ville Syrjälä2024-10-151-4/+4
* drm/i915/gt: Nuke gen2_irq_{enable,disable}()Ville Syrjälä2024-10-151-4/+1
* drm/i915: Support replaying GPU hangs with captured context imageTvrtko Ursulin2024-05-161-1/+2
* drm/i915: Shadow default engine context image in the contextTvrtko Ursulin2024-05-161-3/+4
* drm/i915: use direct alias for i915 in requestsAndrzej Hajda2023-07-241-1/+1
* drm/i915/gt: Rename dev_priv to i915 for private data naming consistencyAndi Shyti2023-02-271-2/+2
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-12-301-0/+2
|\
| * drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-111-0/+2
* | drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-1/+1
|/
* drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin2022-06-171-3/+4
* drm/i915: Don't use DRM_DEBUG_WARN_ON for ring unexpectedly not idleTvrtko Ursulin2022-05-061-1/+3
* drm/i915/gt: fix i915_reg_t initializationJani Nikula2022-03-221-1/+1
* drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula2022-02-141-0/+2
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+2
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-1/+1
|\
| * drm/i915: vma is always backed by an object.Maarten Lankhorst2021-11-191-1/+1
* | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
* | drm/i915: Use RING_PSMI_CTL rather than per-engine macrosMatt Roper2022-01-111-5/+5
|/
* drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä2021-10-181-1/+1
* drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström2021-09-241-0/+3
* drm/i915: s/0/NULL/Ville Syrjälä2021-08-241-1/+1
* drm/i915/guc: Support request cancellationMatthew Brost2021-07-281-0/+16
* drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost2021-07-281-0/+20
* drm/i915: Move active request tracking to a vfuncMatthew Brost2021-07-281-0/+22
* drm/i915: Use the correct IRQ during resumeThomas Zimmermann2021-07-021-2/+5
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-191-6/+6
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-061-32/+32
* drm/i915/gt: Move CS interrupt handler to the backendChris Wilson2021-05-251-0/+8
* drm/i915/gt: Move engine setup out of set_default_submissionChris Wilson2021-05-251-4/+0
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-82/+64
|\
| * drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-241-1/+1
| * drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson2021-03-241-3/+5
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-26/+2
| * drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson2021-03-241-52/+56
* | drm/i915: Make ring submission compatible with obj->mm.lock removal, v2.Maarten Lankhorst2021-03-241-66/+118
|/
* drm/i915/gt: Pull ring submission resume under its caller forcewakeChris Wilson2021-01-191-52/+43
* drm/i915/gt: Disable the ring before resetting HEAD/TAILChris Wilson2021-01-191-3/+7
* drm/i915/gt: Lift stop_ring() to reset_prepareChris Wilson2021-01-191-61/+36
* drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-1/+3
* drm/i915/gt: Prune inlinesChris Wilson2021-01-141-3/+3
* drm/i915/gt: Reapply ppgtt enabling after engine resetsChris Wilson2021-01-141-3/+10
* drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2021-01-131-24/+1
* drm/i915: Allow the sysadmin to override security mitigationsChris Wilson2021-01-121-1/+3
* drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson2021-01-121-1/+1
* drm/i915: Refactor marking a request as EIOChris Wilson2021-01-091-4/+2
* drm/i915/gt: Track all timelines created using the HWSPChris Wilson2020-12-221-0/+35
* drm/i915/gt: Mark legacy ring context as lostChris Wilson2020-12-101-0/+1
* Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-0/+1
|\