summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson2019-11-051-1/+3
* drm/i915/gt: Move user_forcewake application to GTChris Wilson2019-11-051-22/+0
* drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson2019-11-051-30/+0
* drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-051-5/+0
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-2/+0
* drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson2019-10-221-6/+1
* drm/i915: Remove pm park/unpark notificationsChris Wilson2019-10-211-25/+0
* drm/i915: Lift i915_vma_parked() onto the gtChris Wilson2019-10-211-1/+0
* drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson2019-10-041-2/+0
* drm/i915: Move global activity tracking from GEM to GTChris Wilson2019-10-041-10/+1
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-24/+4
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-3/+1
* drm/i915: Remove the GEM idle workerChris Wilson2019-10-041-26/+2
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-28/+17
* drm/i915: Move idle barrier cleanup into engine-pmChris Wilson2019-10-041-19/+0
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-6/+3
* drm/i915: Extract GT render sleep (rc6) managementAndi Shyti2019-09-271-1/+1
* drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson2019-09-121-0/+22
* drm/i915: Move GT init to intel_gt.cTvrtko Ursulin2019-09-111-1/+1
* drm/i915: Perform GGTT restore much earlier during resumeChris Wilson2019-09-101-3/+0
* drm/i915: Hook up GT power managementAndi Shyti2019-09-061-0/+1
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-1/+0
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-10/+3
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-3/+1
* drm/i915/uc: Sanitize uC when GT is sanitizedDaniele Ceraolo Spurio2019-07-231-1/+0
* drm/i915/uc: Move intel functions to intel_ucDaniele Ceraolo Spurio2019-07-131-3/+3
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-12/+13
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-06-261-3/+4
* drm/i915: Rename intel_wakeref_[is]_activeChris Wilson2019-06-251-1/+2
* drm/i915/gt: Pass intel_gt to pm routinesChris Wilson2019-06-251-1/+1
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Avoid tainting i915_gem_park() with wakeref.lockChris Wilson2019-06-151-9/+8
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-1/+19
* drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-131-1/+1
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-3/+27
* drm/i915: Report an earlier wedged event when suspending the enginesChris Wilson2019-06-061-1/+1
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-0/+1
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-3/+4
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+251