| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | drm/i915: Lift i915_request_show() | Chris Wilson | 2020-11-19 | 1 | -1/+1 |
* | drm/i915/gt: Remember to free the virtual breadcrumbs | Chris Wilson | 2020-11-18 | 1 | -0/+1 |
* | drm/i915/gt: Ignore dt==0 for reporting underflows | Chris Wilson | 2020-11-17 | 1 | -2/+2 |
* | drm/i915: Improve record of hung engines in error state | Tvrtko Ursulin | 2020-11-09 | 1 | -0/+2 |
* | drm/i915/gt: Flush xcs before tgl breadcrumbs | Chris Wilson | 2020-11-03 | 1 | -1/+3 |
* | drm/i915/gt: Use the local HWSP offset during submission | Chris Wilson | 2020-10-23 | 1 | -8/+19 |
* | drm/i915/gt: Confirm the context survives execution | Chris Wilson | 2020-10-16 | 1 | -3/+9 |
* | drm/i915/gt: Undo forced context restores after trivial preemptions | Chris Wilson | 2020-10-16 | 1 | -3/+2 |
* | drm/i915/gt: Delay execlist processing for tgl | Chris Wilson | 2020-10-16 | 1 | -0/+3 |
* | drm/i915/gt: Signal cancelled requests | Chris Wilson | 2020-09-30 | 1 | -0/+1 |
* | drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling() | Chris Wilson | 2020-09-18 | 1 | -12/+0 |
* | drm/i915/gt: Use a mmio read of the CSB in case of failure | Chris Wilson | 2020-09-15 | 1 | -6/+29 |
* | drm/i915/gt: Apply the CSB w/a for all | Chris Wilson | 2020-09-15 | 1 | -28/+51 |
* | drm/i915/gt: Wait for CSB entries on Tigerlake | Chris Wilson | 2020-09-15 | 1 | -3/+18 |
* | drm/i915/gt: Widen CSB pointer to u64 for the parsers | Chris Wilson | 2020-09-15 | 1 | -17/+16 |
* | drm/i915: Be wary of data races when reading the active execlists | Chris Wilson | 2020-09-07 | 1 | -4/+11 |
* | drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin. | Maarten Lankhorst | 2020-09-07 | 1 | -2/+3 |
* | drm/i915: Rework intel_context pinning to do everything outside of pin_mutex | Maarten Lankhorst | 2020-09-07 | 1 | -12/+22 |
* | drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs | Chris Wilson | 2020-09-07 | 1 | -3/+8 |
* | drm/i915/gt: Only transfer the virtual context to the new engine if active | Chris Wilson | 2020-09-07 | 1 | -25/+40 |
* | drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs | Chris Wilson | 2020-09-07 | 1 | -15/+0 |
* | drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs | Chris Wilson | 2020-09-07 | 1 | -14/+0 |
* | drm/i915/gt: Support multiple pinned timelines | Chris Wilson | 2020-09-07 | 1 | -7/+13 |
* | drm/i915/gt: Disable preparser around xcs invalidations on tgl | Chris Wilson | 2020-09-07 | 1 | -2/+13 |
* | Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/... | Dave Airlie | 2020-08-28 | 1 | -1/+1 |
|\ |
|
| * | drm/i915/kbl: Fix revision ID checks | Matt Roper | 2020-08-17 | 1 | -1/+1 |
* | | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-08-05 | 1 | -47/+83 |
|\| |
|
| * | drm/i915/gt: Only swap to a random sibling once upon creation | Chris Wilson | 2020-07-13 | 1 | -14/+4 |
| * | drm/i915/gt: Ignore irq enabling on the virtual engines | Chris Wilson | 2020-07-13 | 1 | -0/+1 |
| * | drm/i915/gt: Always reset the engine, even if inactive, on execlists failure | Chris Wilson | 2020-07-13 | 1 | -9/+6 |
| * | drm/i915/gt: Be defensive in the face of false CS events | Chris Wilson | 2020-07-10 | 1 | -6/+39 |
| * | drm/i915: Release shortlived maps of longlived objects | Chris Wilson | 2020-07-08 | 1 | -1/+1 |
| * | drm/i915/gt: Replace opencoded i915_gem_object_pin_map() | Chris Wilson | 2020-07-08 | 1 | -6/+5 |
| * | drm/i915/sseu: Move sseu_info under gt_info | Venkata Sandeep Dhanalakota | 2020-07-08 | 1 | -1/+1 |
| * | drm/i915/execlists: Lift opportunistic process_csb to before engine lock | Chris Wilson | 2020-06-13 | 1 | -7/+14 |
| * | drm/i915/gt: Incrementally check for rewinding | Chris Wilson | 2020-06-10 | 1 | -1/+20 |
| * | drm/i915: Adjust the sentinel assert to match implementation | Tvrtko Ursulin | 2020-06-08 | 1 | -11/+3 |
| * | drm/i915/gt: Always check to enable timeslicing if not submitting | Chris Wilson | 2020-06-05 | 1 | -3/+2 |
| * | drm/i915/gt: Set timeslicing priority from queue | Chris Wilson | 2020-06-05 | 1 | -1/+1 |
| * | drm/i915/gt: Track if an engine requires forcewake w/a | Chris Wilson | 2020-06-04 | 1 | -0/+4 |
| * | drm/i915: Drop i915_request.i915 backpointer | Chris Wilson | 2020-06-03 | 1 | -3/+3 |
| * | drm/i915/gt: Start timeslice on partial submission | Chris Wilson | 2020-05-28 | 1 | -1/+3 |
| * | drm/i915/gt: Prevent timeslicing into unpreemptable requests | Chris Wilson | 2020-05-28 | 1 | -0/+1 |
| * | drm/i915/execlists: Shortcircuit queue_prio() for no internal levels | Chris Wilson | 2020-05-26 | 1 | -0/+3 |
| * | drm/i915/gt: Incorporate the virtual engine into timeslicing | Chris Wilson | 2020-05-19 | 1 | -6/+24 |
| * | drm/i915/gt: Kick virtual siblings on timeslice out | Chris Wilson | 2020-05-19 | 1 | -1/+1 |
| * | drm/i915/gt: Reuse the tasklet priority for virtual as their siblings | Chris Wilson | 2020-05-18 | 1 | -2/+2 |
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
* | | | drm/i915/gt: Only swap to a random sibling once upon creation | Chris Wilson | 2020-07-14 | 1 | -14/+4 |