summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ring_submission.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: vma is always backed by an object.Maarten Lankhorst2021-11-191-1/+1
* 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-251-1/+1
* drm/i915/guc: Support request cancellationMatthew Brost2021-07-271-0/+16
* drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost2021-07-271-0/+20
* drm/i915: Move active request tracking to a vfuncMatthew Brost2021-07-271-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-181-6/+6
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-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
|\
| * drm/i915/gt: Signal cancelled requestsChris Wilson2020-09-301-0/+1
* | Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie2020-09-091-15/+27
|\|
| * drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-9/+6
| * drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst2020-09-071-1/+12
| * drm/i915/gt: Switch to object allocations for page directoriesChris Wilson2020-09-071-7/+9
| * drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-1/+2
| * drm/i915/gt: Support multiple pinned timelinesChris Wilson2020-09-071-1/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* drm/i915: Release shortlived maps of longlived objectsChris Wilson2020-07-081-1/+1
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-3/+3
* drm/i915/gt: Move legacy context wa to intel_workaroundsChris Wilson2020-06-021-28/+0
* drm/i915/gt: Split low level gen2-7 CS emittersChris Wilson2020-06-021-805/+27
* drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson2020-04-291-12/+4
* drm/i915/ring_submission: use drm_device based logging macros.Wambui Karuga2020-03-191-15/+18
* drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson2020-03-151-1/+1
* drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson2020-03-071-0/+4
* drm/i915/gen7: Clear all EU/L3 residual contextsPrathap Kumar Valsan2020-03-061-1/+2
* drm/i915: Add mechanism to submit a context WA on ring submissionMika Kuoppala2020-03-061-4/+134