aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-11drm/i915/selftests: Fix some error codesDan Carpenter1-1/+3
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson5-33/+21
2021-01-09drm/i915/gt: Mark up a debug-only functionChris Wilson1-0/+1
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 Wilson3-22/+22
2021-01-08drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2-3/+6
2021-01-08drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson5-41/+15
2021-01-08drm/i915/gt: Only retire on the last breadcrumb if the last requestChris Wilson3-6/+13
2021-01-08drm/i915/gt: Restore ce->signal flush before releasing virtual engineChris Wilson3-15/+47
2021-01-08drm/i915/selftests: Rearrange ktime_get to reduce latency against CSChris Wilson1-2/+2
2021-01-08drm/i915/selftests: Skip unstable timing measurementsChris Wilson1-6/+14
2021-01-08drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-07drm/i915/gt: Remove timeslice suppressionChris Wilson2-108/+111
2021-01-07drm/i915: Wrap our timer_list.expires checkingChris Wilson2-2/+7
2021-01-06drm/i915/selftests: Improve handling of iomem around stolenChris Wilson1-5/+5
2021-01-06drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson1-4/+6
2021-01-05drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson1-2/+3
2021-01-05drm/i915/gt: Check the virtual still matches upon lockingChris Wilson1-4/+5
2021-01-05drm/i915/gt: Allow failed resets without assertionChris Wilson4-1/+85
2021-01-05drm/i915: Set rawclk earlier during mmio probeChris Wilson1-2/+1
2021-01-05drm/i915/selftests: Set error returnsChris Wilson1-2/+6
2021-01-04drm/i915/selftests: Guard against redifinition of SZ_8GChris Wilson1-0/+2
2021-01-04drm/i915/gt: Rearrange hsw workaroundsChris Wilson1-25/+29
2021-01-04drm/i915/gt: Rearrange snb workaroundsChris Wilson1-34/+33
2021-01-03drm/i915: fix shift warningArnd Bergmann1-1/+1
2021-01-01drm/i915: Populate logical context during first pin.Maarten Lankhorst3-47/+13
2021-01-01drm/i915: Clarify error message on failed workaroundMatt Roper1-2/+2
2020-12-31drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson5-18/+17
2020-12-31drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson2-4/+4
2020-12-31drm/i915/gt: Cancel submitted requests upon context resetChris Wilson2-6/+18
2020-12-30drm/i915/gt: Taint the reset mutex with the shrinkerChris Wilson1-0/+11
2020-12-29drm/i915/gem: Peek at the inflight contextChris Wilson4-0/+16
2020-12-29drm/i915/gt: Define guc firmware blob for older CometlakesChris Wilson1-0/+1
2020-12-24drm/i915/gt: Refactor heartbeat request construction and submissionChris Wilson1-18/+41
2020-12-24drm/i915: clear the gpu reloc batchMatthew Auld1-1/+3
2020-12-24drm/i915: clear the shadow batchMatthew Auld1-18/+9
2020-12-24drm/i915/gt: ce->inflight updates are now serialisedChris Wilson1-27/+25
2020-12-24drm/i915/gt: Simplify virtual engine handling for execlists_hold()Chris Wilson1-29/+0
2020-12-24drm/i915/gt: Resubmit the virtual engine on schedule-outChris Wilson2-49/+79
2020-12-24drm/i915/gt: Shrink the critical section for irq signalingChris Wilson3-1/+5
2020-12-24drm/i915/gt: Remove virtual breadcrumb before transferChris Wilson2-2/+18
2020-12-24drm/i915/gt: Defer schedule_out until after the next dequeueChris Wilson2-67/+115
2020-12-24drm/i915/gt: Decouple inflight virtual enginesChris Wilson1-16/+12
2020-12-24drm/i915/gt: Use virtual_engine during execlists_dequeueChris Wilson1-134/+105
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson16-150/+162
2020-12-23drm/i915/gem: Optimistically prune dma-resv from the shrinker.Chris Wilson5-5/+37
2020-12-23drm/i915/gt: Prefer recycling an idle fenceChris Wilson1-2/+20
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson17-256/+205
2020-12-23drm/i915/selftests: Confirm CS_TIMESTAMP / CTX_TIMESTAMP share a clockChris Wilson1-1/+202
2020-12-23drm/i915/selftests: Remove redundant live_context for evictionChris Wilson1-13/+5