summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Lift i915_request_show()Chris Wilson2020-11-191-1/+1
* drm/i915/gt: Remember to free the virtual breadcrumbsChris Wilson2020-11-181-0/+1
* drm/i915/gt: Ignore dt==0 for reporting underflowsChris Wilson2020-11-171-2/+2
* drm/i915: Improve record of hung engines in error stateTvrtko Ursulin2020-11-091-0/+2
* drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson2020-11-031-1/+3
* drm/i915/gt: Use the local HWSP offset during submissionChris Wilson2020-10-231-8/+19
* drm/i915/gt: Confirm the context survives executionChris Wilson2020-10-161-3/+9
* drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson2020-10-161-3/+2
* drm/i915/gt: Delay execlist processing for tglChris Wilson2020-10-161-0/+3
* drm/i915/gt: Signal cancelled requestsChris Wilson2020-09-301-0/+1
* drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson2020-09-181-12/+0
* drm/i915/gt: Use a mmio read of the CSB in case of failureChris Wilson2020-09-151-6/+29
* drm/i915/gt: Apply the CSB w/a for allChris Wilson2020-09-151-28/+51
* drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson2020-09-151-3/+18
* drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2020-09-151-17/+16
* drm/i915: Be wary of data races when reading the active execlistsChris Wilson2020-09-071-4/+11
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-2/+3
* drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst2020-09-071-12/+22
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-3/+8
* drm/i915/gt: Only transfer the virtual context to the new engine if activeChris Wilson2020-09-071-25/+40
* drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson2020-09-071-15/+0
* drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson2020-09-071-14/+0
* drm/i915/gt: Support multiple pinned timelinesChris Wilson2020-09-071-7/+13
* drm/i915/gt: Disable preparser around xcs invalidations on tglChris Wilson2020-09-071-2/+13
* Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2020-08-281-1/+1
|\
| * drm/i915/kbl: Fix revision ID checksMatt Roper2020-08-171-1/+1
* | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-051-47/+83
|\|
| * drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson2020-07-131-14/+4
| * drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson2020-07-131-0/+1
| * drm/i915/gt: Always reset the engine, even if inactive, on execlists failureChris Wilson2020-07-131-9/+6
| * drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson2020-07-101-6/+39
| * drm/i915: Release shortlived maps of longlived objectsChris Wilson2020-07-081-1/+1
| * drm/i915/gt: Replace opencoded i915_gem_object_pin_map()Chris Wilson2020-07-081-6/+5
| * drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-1/+1
| * drm/i915/execlists: Lift opportunistic process_csb to before engine lockChris Wilson2020-06-131-7/+14
| * drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-101-1/+20
| * drm/i915: Adjust the sentinel assert to match implementationTvrtko Ursulin2020-06-081-11/+3
| * drm/i915/gt: Always check to enable timeslicing if not submittingChris Wilson2020-06-051-3/+2
| * drm/i915/gt: Set timeslicing priority from queueChris Wilson2020-06-051-1/+1
| * drm/i915/gt: Track if an engine requires forcewake w/aChris Wilson2020-06-041-0/+4
| * drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-3/+3
| * drm/i915/gt: Start timeslice on partial submissionChris Wilson2020-05-281-1/+3
| * drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson2020-05-281-0/+1
| * drm/i915/execlists: Shortcircuit queue_prio() for no internal levelsChris Wilson2020-05-261-0/+3
| * drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson2020-05-191-6/+24
| * drm/i915/gt: Kick virtual siblings on timeslice outChris Wilson2020-05-191-1/+1
| * drm/i915/gt: Reuse the tasklet priority for virtual as their siblingsChris Wilson2020-05-181-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson2020-07-141-14/+4