aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_buffer_pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2021-12-17drm/i915: Introduce to_gt() helperMichaƂ Winiarski1-6/+1
2021-09-24drm/i915: Flush buffer pools on driver removeJanusz Krzysztofik1-2/+0
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-2/+1
2021-03-24drm/i915: Defer pin calls in buffer pool until first use by caller.Maarten Lankhorst1-26/+21
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld1-3/+9
2020-09-30drm/i915/gt: Clear the buffer pool age before useChris Wilson1-0/+2
2020-09-07drm/i915/gt: Pull release of node->age under the spinlockChris Wilson1-1/+1
2020-09-07drm/i915/gt: Fix termination condition for freeing all buffer objectsChris Wilson1-5/+8
2020-09-07drm/i915/gt: Delay taking the spinlock for grabbing from the buffer poolChris Wilson1-41/+59
2020-05-25drm/i915/gt: Cancel the flush worker more thoroughlyChris Wilson1-1/+2
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-0/+228