index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
include
/
kgd_pp_interface.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-04
drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
Nathan Chancellor
1
-1
/
+2
2022-09-14
drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature info
Li Ma
1
-0
/
+58
2022-05-06
drm/amd/pm: enable workload type change on smu_v13_0_7
Kenneth Feng
1
-0
/
+1
2022-02-03
amdgpu/pm: Implement new API function "emit" that accepts buffer base and wri...
Darren Powell
1
-0
/
+1
2022-01-15
drm/amd/pm: correct the checks for fan attributes support
Evan Quan
1
-2
/
+2
2022-01-15
drm/amd/pm: do not expose the smu_context structure used internally in power
Evan Quan
1
-0
/
+3
2022-01-15
drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations
Evan Quan
1
-1
/
+1
2022-01-15
drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)
Evan Quan
1
-0
/
+1
2022-01-15
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
1
-0
/
+4
2021-12-02
amdgpu/pm: Create shared array of power profile name strings
Darren Powell
1
-0
/
+4
2021-08-16
drm/amd/pm: drop the unnecessary intermediate percent-based transition
Evan Quan
1
-2
/
+2
2021-06-10
drm/amd/pm: Add u64 throttler status field to gpu_metrics
Graham Sider
1
-1
/
+57
2021-06-08
amdgpu/pm: add kernel documentation for smu_get_power_limit
Darren Powell
1
-0
/
+28
2021-06-08
amdgpu/pm: modify Powerplay API get_power_limit to use new pp_power enums
Darren Powell
1
-2
/
+3
2021-06-08
amdgpu/pm: clean up smu_get_power_limit function signature
Darren Powell
1
-0
/
+14
2021-06-04
drm/amd/pm: sysfs attrs to read ss powershare (v6)
Sathishkumar S
1
-0
/
+2
2021-05-21
drm/amdgpu/pm: Update metrics table (v2)
David M Nieto
1
-0
/
+69
2021-05-11
drm/amd/pm: new gpu_metrics structure for pmfw attached timestamp
Evan Quan
1
-0
/
+62
2021-05-11
drm/amd/pm: Add interface to get FW private buffer
Lijo Lazar
1
-0
/
+1
2021-04-09
drm/amd/pm: make DAL communicate with SMU through unified interfaces
Evan Quan
1
-0
/
+14
2021-03-24
drm/amd/pm: add a new sysfs entry for default power limit
Eric Huang
1
-1
/
+2
2021-03-24
drm/amd/pm: add new data in metrics table
Kenneth Feng
1
-0
/
+7
2021-03-24
drm/amd/pm: Enable performance determinism on aldebaran
Lijo Lazar
1
-0
/
+1
2021-03-05
drm/amd/pm: correct gpu metrics related data structures V3
Evan Quan
1
-0
/
+112
2021-02-27
amdgpu/pm: Powerplay API for smu , changes to clock and profile mode functions
Darren Powell
1
-0
/
+4
2021-01-14
drm/amd/pm: implement processor fine grain feature for vangogh (v3)
Huang Rui
1
-0
/
+1
2021-01-14
drm/amd/pm: implement the processor clocks which read by metric
Huang Rui
1
-0
/
+1
2020-12-23
drm/amd/pm: support overdrive vddgfx offset setting(V2)
Evan Quan
1
-1
/
+2
2020-11-14
drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)
Prike Liang
1
-0
/
+1
2020-09-29
drm/amd/powerplay: add one sysfs file to support the feature to modify gfx cl...
Xiaojian Du
1
-0
/
+1
2020-08-06
drm/amd/powerplay: add new sysfs interface for retrieving gpu metrics(V2)
Evan Quan
1
-0
/
+1
2020-08-06
drm/amd/powerplay: define an universal data structure for gpu metrics (V4)
Evan Quan
1
-0
/
+108
2019-11-07
drm/amd/powerplay: support xgmi pstate setting on powerplay routine V2
Evan Quan
1
-0
/
+4
2019-10-15
drm/amd/powerplay: enable df cstate control on powerplay routine
Evan Quan
1
-0
/
+6
2019-08-27
drm/amd/powerplay: Add interface to lock SMU HW I2C.
Andrey Grodzovsky
1
-0
/
+1
2019-08-15
drm/amd/poweplay: Add amd_pm_funcs callback for mode 2
Andrey Grodzovsky
1
-0
/
+1
2019-07-31
drm/amd/powerplay: add new sensor type for VCN powergate status
Evan Quan
1
-0
/
+1
2019-07-31
drm/amdgpu/powerplay: add a new interface to set the mp1 state
Alex Deucher
1
-0
/
+8
2019-07-18
drm/amd/powerplay: correct SW SMU valid mapping check
Evan Quan
1
-0
/
+1
2019-05-24
drm/amd/powerplay: expose Vega20 realtime memory utilization
Evan Quan
1
-0
/
+1
2019-05-24
drm/amd/powerplay: support hwmon temperature channel labels V2
Evan Quan
1
-0
/
+7
2019-05-24
drm/amd/powerplay: expose current hotspot and memory temperatures V2
Evan Quan
1
-0
/
+3
2019-01-26
drm/amd/powerplay: support retrieving and adjusting dcefclock power levels V2
Evan Quan
1
-0
/
+1
2019-01-26
drm/amd/powerplay: support retrieving and adjusting fclock power levels V2
Evan Quan
1
-0
/
+1
2019-01-26
drm/amd/powerplay: support retrieving and adjusting SOC clock power levels V2
Evan Quan
1
-0
/
+1
2019-01-26
drm/amd/powerplay: support enabled ppfeatures retrieving and setting V3
Evan Quan
1
-0
/
+2
2019-01-14
drm/amdgpu: add BACO interfaces in pm and hwmgr function table
Jim Qu
1
-0
/
+3
2019-01-14
drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode
Evan Quan
1
-6
/
+7
2018-12-08
drm/amd/powerplay: rv dal-pplib interface refactor powerplay part
hersen wu
1
-0
/
+4
2018-10-10
drm/amdgpu: Add fan RPM setting via sysfs
Rex Zhu
1
-0
/
+1
[next]