summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c
AgeCommit message (Expand)Author
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström
2021-08-24drm/i915/dg2: Add new LRI reg offsetsAkeem G Abodunrin
2021-07-29drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi
2021-07-22drm/i915/xehp: New engine context offsetsPrathap Kumar Valsan
2021-07-22drm/i915/xehp: Handle new device context ID formatStuart Summers
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-24drm/i915: allocate context from LMEMMatthew Auld
2021-03-24drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3.Maarten Lankhorst
2021-01-14drm/i915/gt: Prune inlinesChris Wilson
2021-01-09drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson
2021-01-09drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson
2021-01-08drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson
2021-01-01drm/i915: Populate logical context during first pin.Maarten Lankhorst
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson
2020-12-04drm/i915/gt: Clear the execlists timers upon resetChris Wilson
2020-12-04drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson
2020-12-04drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson
2020-11-26drm/i915/gt: Check for a completed last request onceChris Wilson
2020-11-26drm/i915/gt: Decouple completed requests on unwindChris Wilson
2020-11-23drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson
2020-11-19drm/i915: Lift waiter/signaler iteratorsChris Wilson
2020-11-19drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson
2020-11-19drm/i915: Lift i915_request_show()Chris Wilson
2020-11-18drm/i915/gt: Remember to free the virtual breadcrumbsChris Wilson
2020-11-17drm/i915/gt: Ignore dt==0 for reporting underflowsChris Wilson
2020-11-09drm/i915: Improve record of hung engines in error stateTvrtko Ursulin
2020-11-03drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson
2020-10-23drm/i915/gt: Use the local HWSP offset during submissionChris Wilson
2020-10-16drm/i915/gt: Confirm the context survives executionChris Wilson
2020-10-16drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson
2020-10-16drm/i915/gt: Delay execlist processing for tglChris Wilson
2020-09-30drm/i915/gt: Signal cancelled requestsChris Wilson
2020-09-18drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson
2020-09-15drm/i915/gt: Use a mmio read of the CSB in case of failureChris Wilson
2020-09-15drm/i915/gt: Apply the CSB w/a for allChris Wilson
2020-09-15drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson
2020-09-15drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson
2020-09-07drm/i915: Be wary of data races when reading the active execlistsChris Wilson
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: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson
2020-09-07drm/i915/gt: Only transfer the virtual context to the new engine if activeChris Wilson
2020-09-07drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson
2020-09-07drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson