summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * drm/i915: Set rawclk earlier during mmio probeChris Wilson2021-01-051-2/+1
| | * drm/i915/selftests: Set error returnsChris Wilson2021-01-051-2/+6
| | * drm/i915/selftests: Guard against redifinition of SZ_8GChris Wilson2021-01-041-0/+2
| | * drm/i915/gt: Rearrange hsw workaroundsChris Wilson2021-01-041-25/+29
| | * drm/i915/gt: Rearrange snb workaroundsChris Wilson2021-01-041-34/+33
| | * drm/i915: fix shift warningArnd Bergmann2021-01-031-1/+1
| | * drm/i915: Populate logical context during first pin.Maarten Lankhorst2021-01-013-47/+13
| | * drm/i915: Clarify error message on failed workaroundMatt Roper2021-01-011-2/+2
| | * drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson2020-12-315-18/+17
| | * drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson2020-12-312-4/+4
| | * drm/i915/gt: Cancel submitted requests upon context resetChris Wilson2020-12-312-6/+18
| | * drm/i915/gt: Taint the reset mutex with the shrinkerChris Wilson2020-12-301-0/+11
| | * drm/i915/gem: Peek at the inflight contextChris Wilson2020-12-294-0/+16
| | * drm/i915/gt: Define guc firmware blob for older CometlakesChris Wilson2020-12-291-0/+1
| | * drm/i915/gt: Refactor heartbeat request construction and submissionChris Wilson2020-12-241-18/+41
| | * drm/i915: clear the gpu reloc batchMatthew Auld2020-12-241-1/+3
| | * drm/i915: clear the shadow batchMatthew Auld2020-12-241-18/+9
| | * drm/i915/gt: ce->inflight updates are now serialisedChris Wilson2020-12-241-27/+25
| | * drm/i915/gt: Simplify virtual engine handling for execlists_hold()Chris Wilson2020-12-241-29/+0
| | * drm/i915/gt: Resubmit the virtual engine on schedule-outChris Wilson2020-12-242-49/+79
| | * drm/i915/gt: Shrink the critical section for irq signalingChris Wilson2020-12-243-1/+5
| | * drm/i915/gt: Remove virtual breadcrumb before transferChris Wilson2020-12-242-2/+18
| | * drm/i915/gt: Defer schedule_out until after the next dequeueChris Wilson2020-12-242-67/+115
| | * drm/i915/gt: Decouple inflight virtual enginesChris Wilson2020-12-241-16/+12
| | * drm/i915/gt: Use virtual_engine during execlists_dequeueChris Wilson2020-12-241-134/+105
| | * drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-2416-150/+162
| | * drm/i915/gem: Optimistically prune dma-resv from the shrinker.Chris Wilson2020-12-235-5/+37
| | * drm/i915/gt: Prefer recycling an idle fenceChris Wilson2020-12-231-2/+20
| | * drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson2020-12-2317-256/+205
| | * drm/i915/selftests: Confirm CS_TIMESTAMP / CTX_TIMESTAMP share a clockChris Wilson2020-12-231-1/+202
| | * drm/i915/selftests: Remove redundant live_context for evictionChris Wilson2020-12-231-13/+5
| | * drm/i915/uc: Squelch load failure error messageChris Wilson2020-12-231-7/+6
| | * drm/i915: Use cmpxchg64 for 32b compatilibityChris Wilson2020-12-231-5/+2
| | * drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson2020-12-222-0/+6
| | * drm/i915/selftests: Flush the preemption request before waitingChris Wilson2020-12-221-0/+4
| | * drm/i915/selftests: Kick timeslice until selftest yieldsChris Wilson2020-12-221-1/+1
| | * drm/i915/gt: Track all timelines created using the HWSPChris Wilson2020-12-229-15/+101
| | * drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson2020-12-217-117/+45
| | * drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-2114-3422/+3597
| | * drm/i915/gt: Another tweak for flushing the taskletsChris Wilson2020-12-203-7/+12
| | * drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson2020-12-183-19/+39
| | * drm/i915/tgl: Add bound checks and simplify TGL REVID macrosAditya Swarup2020-12-181-10/+24
| | * drm/i915/tgl: Fix REVID macros for TGL to fetch correct steppingAditya Swarup2020-12-181-6/+6
| | * drm/i915/gt: Track the overall awake/busy timeChris Wilson2020-12-176-3/+88
| | * drm/i915/gt: Drain the breadcrumbs just onceChris Wilson2020-12-174-7/+23
| | * drm/i915: Encode fence specific waitqueue behaviour into the wait.flagsChris Wilson2020-12-161-10/+15
| | * drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-1625-87/+117
| | * drm/i915/gem: Drop free_work for GEM contextsChris Wilson2020-12-166-60/+8
| | * drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson2020-12-161-1/+1
| | * drm/i915/pmu: Remove !CONFIG_PM codeTvrtko Ursulin2020-12-141-14/+0