aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost1-0/+5
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström1-1/+2
2021-08-24drm/i915/dg2: Add new LRI reg offsetsAkeem G Abodunrin1-2/+83
2021-07-29drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi1-41/+1
2021-07-22drm/i915/xehp: New engine context offsetsPrathap Kumar Valsan1-6/+59
2021-07-22drm/i915/xehp: Handle new device context ID formatStuart Summers1-0/+8
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand1-1/+1
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-23/+23
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota1-1/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+5
2021-03-24drm/i915: allocate context from LMEMMatthew Auld1-1/+5
2021-03-24drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3.Maarten Lankhorst1-11/+38
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-2/+2
2021-01-09drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson1-5/+0
2021-01-09drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson1-14/+20
2021-01-08drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-01drm/i915: Populate logical context during first pin.Maarten Lankhorst1-0/+4
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson1-1/+0
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson1-0/+1561
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-6141/+0
2020-12-04drm/i915/gt: Clear the execlists timers upon resetChris Wilson1-0/+5
2020-12-04drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson1-1/+3
2020-12-04drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson1-0/+3
2020-11-26drm/i915/gt: Check for a completed last request onceChris Wilson1-11/+4
2020-11-26drm/i915/gt: Decouple completed requests on unwindChris Wilson1-2/+4
2020-11-23drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson1-7/+53
2020-11-19drm/i915: Lift waiter/signaler iteratorsChris Wilson1-10/+0
2020-11-19drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson1-7/+8
2020-11-19drm/i915: Lift i915_request_show()Chris Wilson1-1/+1
2020-11-18drm/i915/gt: Remember to free the virtual breadcrumbsChris Wilson1-0/+1
2020-11-17drm/i915/gt: Ignore dt==0 for reporting underflowsChris Wilson1-2/+2
2020-11-09drm/i915: Improve record of hung engines in error stateTvrtko Ursulin1-0/+2
2020-11-03drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson1-1/+3
2020-10-23drm/i915/gt: Use the local HWSP offset during submissionChris Wilson1-8/+19
2020-10-16drm/i915/gt: Confirm the context survives executionChris Wilson1-3/+9
2020-10-16drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson1-3/+2
2020-10-16drm/i915/gt: Delay execlist processing for tglChris Wilson1-0/+3
2020-09-30drm/i915/gt: Signal cancelled requestsChris Wilson1-0/+1
2020-09-18drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson1-12/+0
2020-09-15drm/i915/gt: Use a mmio read of the CSB in case of failureChris Wilson1-6/+29
2020-09-15drm/i915/gt: Apply the CSB w/a for allChris Wilson1-28/+51
2020-09-15drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson1-3/+18
2020-09-15drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson1-17/+16
2020-09-07drm/i915: Be wary of data races when reading the active execlistsChris Wilson1-4/+11
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-2/+3
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst1-12/+22
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-3/+8
2020-09-07drm/i915/gt: Only transfer the virtual context to the new engine if activeChris Wilson1-25/+40
2020-09-07drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson1-15/+0
2020-09-07drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson1-14/+0