summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Close deregister-context race against CT-lossAlan Previn2024-01-091-0/+10
* drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta2022-10-311-1/+1
* drm/i915: Make GEM suspend all GTsTvrtko Ursulin2022-09-161-2/+9
* drm/i915: Make GEM resume all enginesTvrtko Ursulin2022-09-161-2/+20
* drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta2022-09-141-1/+1
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-1/+1
|\
| * drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski2022-01-051-1/+1
* | drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula2022-02-101-0/+1
|/
* drm/i915/gem: Use to_gt() helperMichał Winiarski2021-12-171-3/+3
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-241-1/+5
* drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström2021-09-241-0/+87
* drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst2021-03-241-1/+1
* drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_lateChris Wilson2021-02-081-0/+41
* drm/i915/gem: Almagamate clflushes on suspendChris Wilson2021-01-201-27/+14
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-1/+1
* drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-1/+2
* drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson2019-12-221-19/+1
* drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-2/+2
* drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson2019-11-011-1/+3
* drm/i915/gt: Move user_forcewake application to GTChris Wilson2019-11-011-22/+0
* drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson2019-11-011-30/+0
* drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-011-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