summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_ring_submission.c
AgeCommit message (Expand)Author
2021-11-19drm/i915: vma is always backed by an object.Maarten Lankhorst
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström
2021-08-25drm/i915: s/0/NULL/Ville Syrjälä
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-02drm/i915: Use the correct IRQ during resumeThomas Zimmermann
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson
2021-05-25drm/i915/gt: Move engine setup out of set_default_submissionChris Wilson
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson
2021-03-24drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson
2021-03-24drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson
2021-03-24drm/i915: Make ring submission compatible with obj->mm.lock removal, v2.Maarten Lankhorst
2021-01-19drm/i915/gt: Pull ring submission resume under its caller forcewakeChris Wilson
2021-01-19drm/i915/gt: Disable the ring before resetting HEAD/TAILChris Wilson
2021-01-19drm/i915/gt: Lift stop_ring() to reset_prepareChris Wilson
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson
2021-01-14drm/i915/gt: Prune inlinesChris Wilson
2021-01-14drm/i915/gt: Reapply ppgtt enabling after engine resetsChris Wilson
2021-01-13drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson
2021-01-12drm/i915: Allow the sysadmin to override security mitigationsChris Wilson
2021-01-12drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson
2020-12-10drm/i915/gt: Mark legacy ring context as lostChris Wilson
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie
2020-09-30drm/i915/gt: Signal cancelled requestsChris Wilson
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson
2020-06-02drm/i915/gt: Move legacy context wa to intel_workaroundsChris Wilson
2020-06-02drm/i915/gt: Split low level gen2-7 CS emittersChris Wilson
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson
2020-03-19drm/i915/ring_submission: use drm_device based logging macros.Wambui Karuga
2020-03-15drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson
2020-03-07drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson
2020-03-06drm/i915/gen7: Clear all EU/L3 residual contextsPrathap Kumar Valsan
2020-03-06drm/i915: Add mechanism to submit a context WA on ring submissionMika Kuoppala