summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_pm.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta1-1/+1
2022-09-16drm/i915: Make GEM suspend all GTsTvrtko Ursulin1-2/+9
2022-09-16drm/i915: Make GEM resume all enginesTvrtko Ursulin1-2/+20
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta1-1/+1
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi1-1/+1
2022-02-10drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula1-0/+1
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski1-1/+1
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski1-3/+3
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-1/+5
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström1-0/+87
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-1/+1
2021-02-08drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_lateChris Wilson1-0/+41
2021-01-20drm/i915/gem: Almagamate clflushes on suspendChris Wilson1-27/+14
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-1/+1
2020-01-22drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-1/+2
2019-12-22drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson1-19/+1
2019-12-13drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota1-2/+2
2019-11-01drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson1-1/+3
2019-11-01drm/i915/gt: Move user_forcewake application to GTChris Wilson1-22/+0
2019-11-01drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson1-30/+0
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-5/+0
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-2/+0
2019-10-22drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson1-6/+1
2019-10-21drm/i915: Remove pm park/unpark notificationsChris Wilson1-25/+0
2019-10-21drm/i915: Lift i915_vma_parked() onto the gtChris Wilson1-1/+0
2019-10-04drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson1-2/+0
2019-10-04drm/i915: Move global activity tracking from GEM to GTChris Wilson1-10/+1
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-24/+4
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson1-3/+1
2019-10-04drm/i915: Remove the GEM idle workerChris Wilson1-26/+2
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-28/+17
2019-10-04drm/i915: Move idle barrier cleanup into engine-pmChris Wilson1-19/+0
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-6/+3
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-1/+1
2019-09-12drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson1-0/+22
2019-09-11drm/i915: Move GT init to intel_gt.cTvrtko Ursulin1-1/+1
2019-09-10drm/i915: Perform GGTT restore much earlier during resumeChris Wilson1-3/+0
2019-09-06drm/i915: Hook up GT power managementAndi Shyti1-0/+1
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson1-1/+0
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson1-10/+3
2019-08-04drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson1-3/+1
2019-07-23drm/i915/uc: Sanitize uC when GT is sanitizedDaniele Ceraolo Spurio1-1/+0
2019-07-13drm/i915/uc: Move intel functions to intel_ucDaniele Ceraolo Spurio1-3/+3
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-12/+13
2019-06-26drm/i915: Lift intel_engines_resume() to callersChris Wilson1-3/+4
2019-06-25drm/i915: Rename intel_wakeref_[is]_activeChris Wilson1-1/+2
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-1/+1
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin1-1/+1
2019-06-15drm/i915: Avoid tainting i915_gem_park() with wakeref.lockChris Wilson1-9/+8
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-1/+19