summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2020-09-07drm/i915/selftests: Prevent selecting 0 for our random width/alignChris Wilson
2020-09-07drm/i915/gt: Hold context/request reference while breadcrumbs are activeChris Wilson
2020-09-07drm/i915/gt: Move intel_breadcrumbs_arm_irq earlierChris Wilson
2020-09-07drm/i915/gt: Shrink i915_page_directory's slab bucketChris Wilson
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson
2020-09-07drm/i915/gt: Only transfer the virtual context to the new engine if activeChris Wilson
2020-09-07drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson
2020-09-07drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson
2020-09-07drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()Chris Wilson
2020-09-07drm/i915: Make the stale cached active node available for any timelineChris Wilson
2020-09-07drm/i915: Keep the most recently used active-fence upon discardChris Wilson
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson
2020-09-07drm/i915: Skip taking acquire mutex for no ref->active callbackChris Wilson
2020-09-07drm/i915/selftests: Drop stale timeline constructor assertChris Wilson
2020-09-07drm/i915/gt: Pull release of node->age under the spinlockChris Wilson
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson
2020-09-07drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson
2020-09-07drm/i915/gt: Fix termination condition for freeing all buffer objectsChris Wilson
2020-09-07drm/i915/selftests: Flush the active barriers before assertingChris Wilson
2020-09-07drm/i915/gt: Delay taking the spinlock for grabbing from the buffer poolChris Wilson
2020-09-07drm/i915/gt: Disable preparser around xcs invalidations on tglChris Wilson
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson
2020-09-07drm/i915: Soften the tasklet flush frequency before waitsChris Wilson
2020-09-07drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson
2020-09-07drm/i915: Reduce i915_request.lock contention for i915_request_waitChris Wilson
2020-08-28Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-08-27drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King