aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
AgeCommit message (Expand)Author
2021-03-04drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Alex Deucher
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski
2020-05-10drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma
2019-03-13drm/amdgpu: Add missing power attribute to APU checkAlex Deucher
2018-08-27drm/amdgpu: Remove duplicated power source updateRex Zhu
2018-07-31drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva
2018-07-31drm/amdgpu: fix a reversed conditionRex Zhu
2018-07-18drm/amdgpu/pm: Remove VLA usageKees Cook
2018-07-05drm/amdgpu/pm: fix display count in non-DC pathAlex Deucher
2018-07-05drm/amd/pp: Unify powergate_uvd/vce/mmhub to set_powergating_by_smuRex Zhu
2018-07-05drm/amd/amdgpu: Add a GPU_LOAD entry to sysfs (v3)Tom St Denis
2018-06-15drm/amdgpu: Use real power source in powerplay instand of hardcodeRex Zhu
2018-06-15drm/doc: Add amdgpu hwmon/power documentation (v2)Alex Deucher
2018-05-15drm/amdgpu: Fix display corruption on CI with dpm enabledRex Zhu
2018-05-15drm/amd/pp: Skip fan attributes if fan not presentRex Zhu
2018-05-15drm/amdgpu: change pp_dpm clk/mclk/pcie input format.welu
2018-05-15drm/amd/pp: Print out voltage/clock range in sysfsRex Zhu
2018-05-15drm/amdgpu/pm: document pp_od_clk_voltageAlex Deucher
2018-05-15drm/amdgpu/pm: document pp_power_profile_modeAlex Deucher
2018-05-15drm/amdgpu/pm: document pp_dpm_sclk pp_dpm_mclk pp_dpm_pcie (v2)Alex Deucher
2018-05-15drm/amdgpu/pm: document pp_tableAlex Deucher
2018-05-15drm/amdgpu/pm: document power_dpm_stateAlex Deucher
2018-05-15drm/amdgpu/pm: document power_dpm_force_performance_levelAlex Deucher
2018-05-15drm/amd/pp: Remove struct pp_gpu_powerRex Zhu
2018-04-11drm/amdgpu: add documentation on hwmon interfaces exposed (v3)Alex Deucher
2018-04-11drm/amdgpu: Set pm_display_cfg in non-dc modeRex Zhu
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu
2018-02-19drm/amdgpu: Get/set dgpu power cap via hwmon APIRex Zhu
2018-02-19drm/amd/pp: Delete debug info when set power_profile_modeRex Zhu
2018-02-19drm/amdgpu/pm: rework the hwmon visibility settingsAlex Deucher
2018-02-19drm/amdgpu/pp: remove the get_temperature APIAlex Deucher
2018-02-19drm/amdgpu/pm: use read_sensor API to get temperatureAlex Deucher
2018-02-19drm/amdgpu/pm: report gpu average power via hwmon APIAlex Deucher
2018-02-19drm/amdgpu/pm: report gpu voltages via hwmon APIAlex Deucher
2018-02-19drm/amdgpu/pm: handle fan properly when card is powered downAlex Deucher
2018-02-19drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfsRex Zhu
2018-02-19drm/amd/pp: Add stable Pstate clk display support in debugfsRex Zhu
2018-02-19drm/amdgpu: add custom power policy support in sysfsRex Zhu
2018-02-19drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a bet...Evan Quan
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher
2017-12-04drm/amdgpu: add header kgd_pp_interface.hRex Zhu
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-20drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher
2017-10-09Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie
2017-09-28drm/amdgpu: delete pp_enable in adevRex Zhu
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu
2017-09-26drm/amd/dc: Add dc display driver (v2)Harry Wentland