summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c
AgeCommit message (Expand)AuthorFilesLines
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-09drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-02drm/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-10drm/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-19drm/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
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson1-7/+13
2020-09-07drm/i915/gt: Disable preparser around xcs invalidations on tglChris Wilson1-2/+13
2020-08-28Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-1/+1
2020-08-17drm/i915/kbl: Fix revision ID checksMatt Roper1-1/+1
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-47/+83
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-14drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1
2020-07-13drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-13drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1