aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-25drm/i915/gvt: filter cmds "srm" and "lrm" in cmd_handlerYan Zhao1-0/+11
2020-12-25drm/i915/gvt: scan VM ctx pagesYan Zhao4-4/+74
2020-12-25drm/i915/gvt: parse init context to update cmd accessible reg whitelistYan Zhao4-4/+148
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
2020-12-23drm/i915/uc: Squelch load failure error messageChris Wilson1-7/+6
2020-12-23drm/i915: Use cmpxchg64 for 32b compatilibityChris Wilson1-5/+2
2020-12-22drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson2-0/+6
2020-12-22drm/i915/selftests: Flush the preemption request before waitingChris Wilson1-0/+4
2020-12-22drm/i915/selftests: Kick timeslice until selftest yieldsChris Wilson1-1/+1
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson9-15/+101
2020-12-21drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson7-117/+45
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson14-3422/+3597
2020-12-20drm/i915/gt: Another tweak for flushing the taskletsChris Wilson3-7/+12
2020-12-18drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson3-19/+39
2020-12-17drm/i915/tgl: Add bound checks and simplify TGL REVID macrosAditya Swarup1-10/+24
2020-12-17drm/i915/tgl: Fix REVID macros for TGL to fetch correct steppingAditya Swarup1-6/+6
2020-12-17drm/i915/gt: Track the overall awake/busy timeChris Wilson7-3/+89
2020-12-17drm/i915/gt: Drain the breadcrumbs just onceChris Wilson4-7/+23
2020-12-16drm/i915: Encode fence specific waitqueue behaviour into the wait.flagsChris Wilson1-10/+15
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson25-87/+117
2020-12-16drm/i915/gem: Drop free_work for GEM contextsChris Wilson6-60/+8
2020-12-16drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson1-1/+1
2020-12-15doc: Fix build of documentation after i915 file renameJosé Roberto de Souza1-1/+1
2020-12-14drm/i915/pmu: Remove !CONFIG_PM codeTvrtko Ursulin1-14/+0
2020-12-14drm/i915/pmu: Use raw clock for rc6 estimationTvrtko Ursulin1-5/+5
2020-12-14drm/i915/pmu: Don't grab wakeref when enabling eventsTvrtko Ursulin1-23/+16
2020-12-10drm/i915/gt: Wean workaround selftests off GEM contextChris Wilson1-101/+88
2020-12-10drm/i915/gt: Mark legacy ring context as lostChris Wilson1-0/+1
2020-12-10drm/i915: Correct location of Wa_1408615072John Harrison1-4/+5
2020-12-09drm/i915: split gen8+ flush and bb_start emission functionsDaniele Ceraolo Spurio4-621/+664
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson13-58/+16
2020-12-09drm/i915/gt: Move move context layout registers and offsets to lrc_reg.hChris Wilson5-40/+43
2020-12-09drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idleChris Wilson1-6/+1
2020-12-09drm/i915: Sleep around performing iommu unmaps on TigerlakeChris Wilson1-2/+16