summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_pm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2023-03-16' of git://anongit.freedesktop.org/drm...Dave Airlie2023-03-221-27/+0
|\
| * drm/i915/mtl: Disable MC6 for MTL A stepBadal Nilawar2023-03-131-27/+0
* | drm/i915: remove unnecessary intel_pm.h includesJani Nikula2023-03-061-1/+0
|/
* drm/i915/gt: Start adding module oriented dmesg outputJohn Harrison2023-01-171-5/+4
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-12-301-0/+1
|\
| * Merge tag 'drm-intel-next-2022-11-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-11-231-0/+1
| |\
| | * drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-111-0/+1
* | | drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn2022-12-091-8/+0
|/ /
* | drm/i915/mtl: Add Wa_14017073508 for SAMediaBadal Nilawar2022-11-141-0/+27
|/
* 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