aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson2-0/+14
2020-09-26drm/i915/gem: Hold request reference for canceling an active contextChris Wilson1-6/+19
2020-09-26drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson1-10/+2
2020-09-24drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson1-0/+2
2020-09-23drm/i915/uc: tune down GuC communication enabled/disabled messagesJani Nikula1-2/+4
2020-09-22drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld1-3/+5
2020-09-21drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst1-0/+1
2020-09-18drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson2-16/+0
2020-09-18drm/i915: Reduce GPU error capture mutex hold timeChris Wilson1-23/+5
2020-09-18drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson1-0/+3
2020-09-18drm/i915/gt: Show engine properties in the pretty printerChris Wilson1-0/+36
2020-09-17drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter1-1/+1
2020-09-15drm/i915/gt: Use a mmio read of the CSB in case of failureChris Wilson2-6/+32
2020-09-15drm/i915/gt: Apply the CSB w/a for allChris Wilson1-28/+51
2020-09-15drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson1-3/+18
2020-09-15drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2-18/+17
2020-09-15drm/i915/gt: Check for a registered driver with IPSChris Wilson1-1/+1
2020-09-15drm/i915/gt: Clear the buffer pool age before useChris Wilson1-0/+2
2020-09-15drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson1-0/+4
2020-09-15drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson1-2/+24
2020-09-07drm/i915: Unlock the shared hwsp_gtt object after pinningThomas Hellström1-0/+9
2020-09-07drm/i915: Filter wake_flags passed to default_wake_functionChris Wilson1-3/+7
2020-09-07drm/i915: Remove i915_request.lock requirement for execution callbacksChris Wilson1-47/+58
2020-09-07drm/i915: Be wary of data races when reading the active execlistsChris Wilson2-6/+34
2020-09-07drm/i915: Add ww locking to pin_to_display_plane, v2.Maarten Lankhorst2-16/+41
2020-09-07drm/i915: Add ww locking to vm_fault_gttMaarten Lankhorst1-18/+33
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst5-96/+125
2020-09-07drm/i915: Use ww pinning for intel_context_create_request()Maarten Lankhorst1-5/+15
2020-09-07drm/i915/selftests: Fix locking inversion in lrc selftest.Maarten Lankhorst1-3/+12
2020-09-07drm/i915: Dirty hack to fix selftests locking inversionMaarten Lankhorst1-0/+12
2020-09-07drm/i915: Convert i915_perf to ww locking as wellMaarten Lankhorst1-15/+42
2020-09-07drm/i915: Kill last user of intel_context_create_request outside of selftestsMaarten Lankhorst1-14/+29
2020-09-07drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.Maarten Lankhorst3-70/+163
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst26-137/+217
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst5-106/+190
2020-09-07drm/i915: Pin engine before pinning all objects, v5.Maarten Lankhorst2-65/+152
2020-09-07drm/i915: Nuke arguments to eb_pin_engineMaarten Lankhorst1-10/+7
2020-09-07drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst2-29/+48
2020-09-07drm/i915: Use ww locking in intel_renderstate.Maarten Lankhorst3-32/+71
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst4-170/+262
2020-09-07drm/i915: Parse command buffer earlier in eb_relocate(slow)Maarten Lankhorst1-31/+37
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst8-27/+59
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst22-39/+170
2020-09-07Revert "drm/i915/gem: Split eb_vma into its own allocation"Maarten Lankhorst1-73/+51
2020-09-07Revert "drm/i915/gem: Drop relocation slowpath".Maarten Lankhorst1-10/+252
2020-09-07drm/i915: Revert relocation chaining commits.Maarten Lankhorst2-144/+35
2020-09-07Revert "drm/i915/gem: Async GPU relocations only"Maarten Lankhorst2-27/+313
2020-09-07drm/i915/gem: Free the fence after a fence-chain lookup failureChris Wilson1-0/+1
2020-09-07drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson1-13/+19
2020-09-07drm/i915/selftests: Prevent selecting 0 for our random width/alignChris Wilson1-3/+3