summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan2022-01-142-3/+5
* drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan2022-01-147-1029/+1085
* drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan2022-01-143-26/+24
* drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan2022-01-144-88/+83
* drm/amd/pm: do not expose those APIs used internally only in amdgpu_dpm.cEvan Quan2022-01-142-25/+23
* drm/amd/pm: do not expose power implementation details to displayEvan Quan2022-01-142-0/+256
* drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan2022-01-144-431/+712
* drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan2022-01-144-19/+133
* drm/amdgpu/swsmu: make sienna cichlid function staticAlex Deucher2022-01-141-3/+3
* drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)Tao Zhou2022-01-111-4/+12
* drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan2022-01-071-1/+7
* Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5...Dave Airlie2021-12-3111-25/+49
|\
| * amdgpu/pm: Make sysfs pm attributes as read-only for VFsMarina Nikolic2021-12-301-0/+6
| * drm/amdgpu: Only overwrite serial if field is emptyKent Russell2021-12-301-1/+2
| * drm/amdgpu: Enable unique_id for AldebaranKent Russell2021-12-301-1/+2
| * drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye2021-12-288-11/+24
| * drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar2021-12-161-1/+1
| * drm/amd/pm: restore SMU version print statement for dGPUsMario Limonciello2021-12-161-0/+5
| * drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2021-12-162-6/+4
| * drivers/amd/pm: smu13: use local variable adevMario Limonciello2021-12-161-5/+5
* | Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-2318-116/+75
|\|
| * drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu2021-12-141-0/+3
| * drm/amd/pm: Skip power state allocationLijo Lazar2021-12-142-20/+0
| * drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan2021-12-141-1/+6
| * drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan2021-12-143-15/+17
| * drivers/amd/pm: drop statement to print FW version for smu_v13Mario Limonciello2021-12-131-3/+0
| * drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello2021-12-131-0/+3
| * drm/amdgpu: add support for SMU debug optionLang Yu2021-12-132-1/+30
| * drm/amdgpu: remove power on/off SDMA in SMU hw_init/fini()Lang Yu2021-12-131-5/+0
| * drm/amd: fix improper docstring syntaxIsabella Basso2021-12-131-1/+1
| * drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar2021-12-011-1/+1
| * amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell2021-12-018-73/+12
| * amdgpu/pm: Create shared array of power profile name stringsDarren Powell2021-12-012-9/+11
| * drm/amd/pm: Add warning for unexpected PG requestsLijo Lazar2021-12-011-1/+5
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-1/+1
|\ \
| * | drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar2021-12-011-1/+1
| * | drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher2021-11-246-79/+67
* | | Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-1016-113/+423
|\ \ \ | |/ / |/| / | |/
| * drm/amdgpu/pm: fix powerplay OD interfaceAlex Deucher2021-11-246-79/+67
| * drm/amd/pm: add new fields for Sienna Cichlid.Surbhi Kakarya2021-11-241-0/+10
| * drm/amd/pm: Print the error on command submissionLuben Tuikov2021-11-241-1/+1
| * drm/amd/pm: Sienna: Print failed BTCLuben Tuikov2021-11-241-1/+7
| * drm/amd/pm: Add debug printsLuben Tuikov2021-11-242-5/+7
| * drm/amd/pm: Add debugfs info for STBAndrey Grodzovsky2021-11-223-0/+89
| * drm/amd/pm: Add STB support in sienna_cichlidAndrey Grodzovsky2021-11-221-0/+55
| * drm/amd/pm: Add STB accessors interfaceAndrey Grodzovsky2021-11-222-0/+33
| * drm/amdgpu/pm: clean up some inconsistent indentingJiapeng Chong2021-11-221-1/+1
| * drm/amd/pm: add message smu to get ecc_table v2Stanley.Yang2021-11-224-0/+96
| * drm/amd/pm: Update smu driver interface for aldebaranStanley.Yang2021-11-222-2/+18
| * drm/amdgpu: support new mode-1 reset interface (v2)Tao Zhou2021-11-223-23/+38