aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14drm/amd/pm: optimize the power related source code layoutEvan Quan1-3613/+0
2020-08-14drm/amd/powerplay: put those exposed power interfaces in amdgpu_dpm.cEvan Quan1-423/+0
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-284/+69
2020-08-06drm/amd/powerplay: add new sysfs interface for retrieving gpu metrics(V2)Evan Quan1-0/+57
2020-07-30Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Alex Deucher1-3/+6
2020-07-30drm/amdgpu: skip crit temperature values on APU (v2)Huang Rui1-0/+6
2020-07-27drm/amd/powerplay: revise the outputs layout of amdgpu_pm_info debugfsEvan Quan1-8/+11
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-68/+282
2020-07-23drm/amdgpu/powerplay: add some documentation about memory clockAlex Deucher1-0/+46
2020-07-21drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski1-6/+3
2020-07-15drm/amd/powerplay: drop unused APIs and parametersEvan Quan1-6/+6
2020-07-08drm/amdgpu: Move the mutex lock/unlock outAlex Jivin1-8/+4
2020-07-02drm/amdgpu: use %u rather than %d for sclk/mclkAlex Deucher1-2/+2
2020-07-02drm/amdgpu: SI support for UVD and VCE power managmentAlex Jivin1-18/+49
2020-07-01drm/amdgpu: remove perf level dpm in one-VFWenhui Sheng1-1/+1
2020-07-01drm/amdgpu: remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-01drm/amdgpu/pm: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-55/+165
2020-07-01drm/amdgpu: fix documentation around busy_percentageAlex Deucher1-1/+1
2020-07-01drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher1-1/+1
2020-07-01drm/amd/powerplay: drop unused code around power limitEvan Quan1-2/+2
2020-06-02drm/amdgpu: Add unique_id and serial_number for Arcturus v3Kent Russell1-1/+3
2020-05-29drm/amdgpu: added a sysfs interface for thermal throttling related V4Evan Quan1-0/+68
2020-05-29drm/amdgpu/pm: return an error during GPU reset or suspend (v2)Alex Deucher1-0/+171
2020-05-26drm/amdgpu: fix device attribute node create failed with multi gpuKevin Wang1-36/+49
2020-05-22drm/amdgpu: add apu flags (v2)Alex Deucher1-1/+1
2020-05-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong1-0/+9
2020-05-22drm/amdgpu: fix pm sysfs node handling (v2)Alex Deucher1-4/+4
2020-05-21drm/amdgpu: improve error handling in pcie_bwAlex Deucher1-1/+7
2020-05-21drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handlingDan Carpenter1-2/+1
2020-05-21drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attributeKevin Wang1-105/+0
2020-05-18drm/amdgpu: optimize amdgpu device attribute codeKevin Wang1-278/+216
2020-04-24drm/amdgpu: skip sysfs node not belong to one vf modeMonk Liu1-20/+28
2020-04-23drm/amdgpu: Init data to avoid oops while reading pp_num_states.limingyu1-1/+4
2020-04-09drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-03-25drm/amdgpu/swSMU: handle manual AC/DC notificationsAlex Deucher1-0/+3
2020-02-26drm/amdgpu/pm: move debugfs init into core amdgpu debugfsAlex Deucher1-8/+1
2020-01-16drm/amdgpu/pm: clean up return typesAlex Deucher1-15/+24
2020-01-14drm/amdgpu/pm: properly handle runtime pmAlex Deucher1-208/+614
2020-01-07drm/amd/powerplay: cleanup the interfaces for powergate setting through SMUEvan Quan1-28/+15
2019-12-11drm/amd/powerplay: enable pp one vf mode for vega10Yintian Tao1-62/+120
2019-11-19drm/amdgpu: enable JPEG2.0 dpmLeo Liu1-0/+12
2019-10-25drm/amd/powerplay: skip unsupported clock limit settings on Arcturus V2Evan Quan1-0/+13
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan1-11/+12
2019-10-03drm/amdgpu: fix documentation for amdgpu_pm.cAlex Deucher1-4/+9
2019-10-03docs: drm/amdgpu: Resolve build warningsAdam Zerella1-2/+2
2019-08-29drm/amd/amdgpu: hide voltage and power sensors on SI and KV partsJean Delvare1-1/+9
2019-08-21drm/amd/powerplay: expose supported clock domains only through sysfsEvan Quan1-10/+16
2019-07-30drm/amd/powerplay: correct UVD/VCE/VCN power status retrievalEvan Quan1-20/+36
2019-07-30drm/amd/powerplay: implment sysfs feature status function in smuKevin Wang1-12/+12
2019-07-30drm/amd/powerplay: fix null pointer dereference around dpm state relatesEvan Quan1-5/+13