aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-1/+2
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa1-4/+5
2022-03-21drm/i915: Prepare for multiple GTsTvrtko Ursulin1-1/+8
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-1/+2
2021-11-23drm/i915/gt: Hold RPM wakelock during PXP suspendTejas Upadhyay1-3/+4
2021-10-28drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa1-0/+2
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z1-1/+15
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström1-2/+2
2021-09-24drm/i915/gt: Increase suspend timeoutThomas Hellström1-1/+3
2021-07-28drm/i915: Remove i915_globalsDaniel Vetter1-1/+0
2021-07-27drm/i915/guc: Reset implementation for new GuC interfaceMatthew Brost1-2/+4
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter1-4/+0
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2020-12-17drm/i915/gt: Track the overall awake/busy timeChris Wilson1-0/+49
2020-07-06drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski1-1/+1
2020-06-03drm/i915/gt: Suppress the error message for GT init failure on error injectionChris Wilson1-2/+2
2020-05-13drm/i915/gt: Suspend tasklets before resume sanitizationChris Wilson1-4/+4
2020-05-03drm/i915/gt: Sanitize RPS interrupts upon resumeChris Wilson1-0/+2
2020-04-27drm/i915/gt: Sanitize GT firstChris Wilson1-1/+2
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson1-0/+3
2020-04-17drm/i915/gt: Scrub execlists state on resumeChris Wilson1-0/+4
2020-04-08drm/i915/gt: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-03-16drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson1-0/+1
2020-01-31drm/i915: extract engine WA programming to common resume functionDaniele Ceraolo Spurio1-1/+1
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