aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03drm/i915/gt: Discard stale context state from across idlingChris Wilson1-8/+0
2019-12-30drm/i915/gt: Avoid using the GPU before initialisationChris Wilson1-1/+5
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson1-17/+14
2019-12-22drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson1-1/+11
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-0/+5
2019-12-18drm/i915/gt: Ratelimit display power w/aChris Wilson1-1/+2
2019-12-13drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota1-8/+7
2019-12-02drm/i915/gt: Use soft-rc6 for w/a protectionChris Wilson1-8/+0
2019-11-27drm/i915/gt: Manual rc6 entry upon parkingChris Wilson1-0/+2
2019-11-20drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson1-1/+1
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-1/+0
2019-11-19drm/i915/gt: Flush the requests after wedging on suspendChris Wilson1-0/+1
2019-11-15drm/i915/gt: Use gt locals for accessing rc6Chris Wilson1-3/+3
2019-11-14drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak1-0/+8
2019-11-05drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson1-1/+0
2019-11-05drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson1-6/+38
2019-11-05drm/i915/gt: Move user_forcewake application to GTChris Wilson1-0/+22
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-1/+35
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-15/+13
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-1/+0
2019-10-22drm/i915: Drop assertion that ce->pin_mutex guards state updatesChris Wilson1-2/+0
2019-10-21drm/i915: Remove pm park/unpark notificationsChris Wilson1-10/+0
2019-10-21drm/i915: Lift i915_vma_parked() onto the gtChris Wilson1-0/+1
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-4/+4
2019-10-14drm/i915/execlists: Assert tasklet is locked for process_csb()Chris Wilson1-3/+10
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-2/+2
2019-10-04drm/i915: Move global activity tracking from GEM to GTChris Wilson1-0/+5
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-1/+4
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson1-2/+1
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-20/+8
2019-09-27drm/i915/selftests: Do not try to sanitize mock HWChris Wilson1-1/+2
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-30/+62
2019-09-11drm/i915: Make pm_notify take intel_gtTvrtko Ursulin1-4/+4
2019-09-11drm/i915: Avoid round-trip via i915 in intel_gt_parkTvrtko Ursulin1-3/+3
2019-09-06drm/i915: Hook up GT power managementAndi Shyti1-0/+36
2019-08-31drm/i915/perf: Assert locking for i915_init_oa_perf_state()Chris Wilson1-1/+6
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson1-16/+12
2019-08-01drm/i915/gt: Introduce intel_gt_runtime_suspend/resumeDaniele Ceraolo Spurio1-0/+12
2019-07-23drm/i915/uc: Sanitize uC when GT is sanitizedDaniele Ceraolo Spurio1-0/+2
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-10/+12
2019-07-11drm/i915/guc: Remove preemption support for current fwChris Wilson1-4/+0
2019-06-26drm/i915: Lift intel_engines_resume() to callersChris Wilson1-1/+20
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-10/+14
2019-06-21drm/i915: Move intel_gt_pm_init under intel_gt_init_earlyTvrtko Ursulin1-3/+3
2019-06-14drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio1-2/+2
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-0/+143