aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_pm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-211-1/+2
|\
| * drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-1/+2
* | drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa2022-04-191-4/+5
* | drm/i915: Prepare for multiple GTsTvrtko Ursulin2022-03-211-1/+8
|/
* drm/i915/gt: Hold RPM wakelock during PXP suspendTejas Upadhyay2021-11-231-3/+4
* drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa2021-10-281-0/+2
* drm/i915/pxp: Enable PXP power managementHuang, Sean Z2021-10-041-1/+15
* drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström2021-09-241-2/+2
* drm/i915/gt: Increase suspend timeoutThomas Hellström2021-09-241-1/+3
* drm/i915: Remove i915_globalsDaniel Vetter2021-07-281-1/+0
* drm/i915/guc: Reset implementation for new GuC interfaceMatthew Brost2021-07-271-2/+4
* drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter2021-07-221-4/+0
* drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* drm/i915/gt: Track the overall awake/busy timeChris Wilson2020-12-171-0/+49
* drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski2020-07-061-1/+1
* drm/i915/gt: Suppress the error message for GT init failure on error injectionChris Wilson2020-06-031-2/+2
* drm/i915/gt: Suspend tasklets before resume sanitizationChris Wilson2020-05-131-4/+4
* drm/i915/gt: Sanitize RPS interrupts upon resumeChris Wilson2020-05-031-0/+2
* drm/i915/gt: Sanitize GT firstChris Wilson2020-04-271-1/+2
* drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson2020-04-241-0/+3
* drm/i915/gt: Scrub execlists state on resumeChris Wilson2020-04-171-0/+4
* drm/i915/gt: prefer struct drm_device based loggingJani Nikula2020-04-081-2/+2
* drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson2020-03-161-0/+1
* drm/i915: extract engine WA programming to common resume functionDaniele Ceraolo Spurio2020-01-311-1/+1
* drm/i915/gt: Discard stale context state from across idlingChris Wilson2020-01-031-8/+0
* drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-301-1/+5
* drm/i915/gt: Apply sanitiization just before resumeChris Wilson2019-12-261-17/+14
* drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson2019-12-221-1/+11
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-0/+5
* drm/i915/gt: Ratelimit display power w/aChris Wilson2019-12-181-1/+2
* drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-8/+7
* drm/i915/gt: Use soft-rc6 for w/a protectionChris Wilson2019-12-021-8/+0
* drm/i915/gt: Manual rc6 entry upon parkingChris Wilson2019-11-271-0/+2
* drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-201-1/+1
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-201-1/+0
* drm/i915/gt: Flush the requests after wedging on suspendChris Wilson2019-11-191-0/+1
* drm/i915/gt: Use gt locals for accessing rc6Chris Wilson2019-11-151-3/+3
* drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak2019-11-141-0/+8
* drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson2019-11-051-1/+0
* drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson2019-11-051-6/+38
* drm/i915/gt: Move user_forcewake application to GTChris Wilson2019-11-051-0/+22
* drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-051-1/+35
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-15/+13
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-1/+0
* drm/i915: Drop assertion that ce->pin_mutex guards state updatesChris Wilson2019-10-221-2/+0
* drm/i915: Remove pm park/unpark notificationsChris Wilson2019-10-211-10/+0
* drm/i915: Lift i915_vma_parked() onto the gtChris Wilson2019-10-211-0/+1
* drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin2019-10-181-4/+4
* drm/i915/execlists: Assert tasklet is locked for process_csb()Chris Wilson2019-10-141-3/+10
* drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson2019-10-071-2/+2