summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson
2020-09-29drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson
2020-09-26drm/i915/gem: Hold request reference for canceling an active contextChris Wilson
2020-09-26drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson
2020-09-24drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson
2020-09-23drm/i915/uc: tune down GuC communication enabled/disabled messagesJani Nikula
2020-09-22drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld
2020-09-21drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst
2020-09-18drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()Chris Wilson
2020-09-18drm/i915: Reduce GPU error capture mutex hold timeChris Wilson
2020-09-18drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson
2020-09-18drm/i915/gt: Show engine properties in the pretty printerChris Wilson
2020-09-17drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter
2020-09-15drm/i915/gt: Use a mmio read of the CSB in case of failureChris Wilson
2020-09-15drm/i915/gt: Apply the CSB w/a for allChris Wilson
2020-09-15drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson
2020-09-15drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson
2020-09-15drm/i915/gt: Check for a registered driver with IPSChris Wilson
2020-09-15drm/i915/gt: Clear the buffer pool age before useChris Wilson
2020-09-15drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson
2020-09-15drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson
2020-09-07drm/i915: Unlock the shared hwsp_gtt object after pinningThomas Hellström
2020-09-07drm/i915: Filter wake_flags passed to default_wake_functionChris Wilson
2020-09-07drm/i915: Remove i915_request.lock requirement for execution callbacksChris Wilson
2020-09-07drm/i915: Be wary of data races when reading the active execlistsChris Wilson
2020-09-07drm/i915: Add ww locking to pin_to_display_plane, v2.Maarten Lankhorst
2020-09-07drm/i915: Add ww locking to vm_fault_gttMaarten Lankhorst
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst
2020-09-07drm/i915: Use ww pinning for intel_context_create_request()Maarten Lankhorst
2020-09-07drm/i915/selftests: Fix locking inversion in lrc selftest.Maarten Lankhorst
2020-09-07drm/i915: Dirty hack to fix selftests locking inversionMaarten Lankhorst
2020-09-07drm/i915: Convert i915_perf to ww locking as wellMaarten Lankhorst
2020-09-07drm/i915: Kill last user of intel_context_create_request outside of selftestsMaarten Lankhorst
2020-09-07drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.Maarten Lankhorst
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst
2020-09-07drm/i915: Pin engine before pinning all objects, v5.Maarten Lankhorst
2020-09-07drm/i915: Nuke arguments to eb_pin_engineMaarten Lankhorst
2020-09-07drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst
2020-09-07drm/i915: Use ww locking in intel_renderstate.Maarten Lankhorst
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst
2020-09-07drm/i915: Parse command buffer earlier in eb_relocate(slow)Maarten Lankhorst
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Split eb_vma into its own allocation"Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Drop relocation slowpath".Maarten Lankhorst
2020-09-07drm/i915: Revert relocation chaining commits.Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Async GPU relocations only"Maarten Lankhorst
2020-09-07drm/i915/gem: Free the fence after a fence-chain lookup failureChris Wilson
2020-09-07drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson