diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-15 21:57:06 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-15 23:16:05 +0100 |
commit | 531958f6f357cf7f812974152954484ff77d3964 (patch) | |
tree | 200e8e83f2d3049fc59f97d3409f265db5975eff /drivers/gpu/drm/i915/gem/i915_gem_pm.c | |
parent | bfc4c359b2822bd2c457ccab271baeb33181c7c9 (diff) | |
download | linux-531958f6f357cf7f812974152954484ff77d3964.tar.gz linux-531958f6f357cf7f812974152954484ff77d3964.tar.bz2 linux-531958f6f357cf7f812974152954484ff77d3964.zip |
drm/i915/gt: Track timeline activeness in enter/exit
Lift moving the timeline to/from the active_list on enter/exit in order
to shorten the active tracking span in comparison to the existing
pin/unpin.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190815205709.24285-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/gem/i915_gem_pm.c')
-rw-r--r-- | drivers/gpu/drm/i915/gem/i915_gem_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_pm.c b/drivers/gpu/drm/i915/gem/i915_gem_pm.c index 17e3618241c5..92e53c25424c 100644 --- a/drivers/gpu/drm/i915/gem/i915_gem_pm.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_pm.c @@ -37,7 +37,6 @@ static void i915_gem_park(struct drm_i915_private *i915) for_each_engine(engine, i915, id) call_idle_barriers(engine); /* cleanup after wedging */ - intel_timelines_park(i915); i915_vma_parked(i915); i915_globals_park(); |