index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
pm
/
swsmu
/
amdgpu_smu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
drm/amd/pm: fix the issue of uploading powerplay table
Kenneth Feng
1
-1
/
+1
2021-08-16
drm/amd/pm: drop the unnecessary intermediate percent-based transition
Evan Quan
1
-24
/
+16
2021-08-16
drm/amd/pm: correct the fan speed RPM retrieving
Evan Quan
1
-5
/
+2
2021-08-16
drm/amd/pm: record the RPM and PWM based fan speed settings
Evan Quan
1
-6
/
+25
2021-08-16
drm/amd/pm: correct the fan speed RPM setting
Evan Quan
1
-4
/
+5
2021-08-12
drm/amd/pm: graceful exit on restore fan mode failure (v2)
Ryan Taylor
1
-2
/
+3
2021-08-12
drm/amd/pm: restore fan_mode AMD_FAN_CTRL_NONE on resume (v2)
Ryan Taylor
1
-1
/
+3
2021-07-28
drm/amd/pm: restore user customized OD settings properly for NV1x
Evan Quan
1
-0
/
+9
2021-07-23
drm/amdgpu: enable SMU for cyan_skilfish
Lang Yu
1
-0
/
+4
2021-06-30
drm/amdgpu: Power down VCN and JPEG before disabling SMU features
Chengzhe Liu
1
-2
/
+6
2021-06-11
drm/amd/pm: correct the power limits reporting on OOB supported
Evan Quan
1
-1
/
+13
2021-06-11
drm/amd/pm: correct the dpm features disablement for Navi1x
Evan Quan
1
-1
/
+2
2021-06-11
drm/amd/pm: update the cached dpm feature status
Evan Quan
1
-2
/
+7
2021-06-08
amdgpu/pm: add kernel documentation for smu_get_power_limit
Darren Powell
1
-0
/
+10
2021-06-08
amdgpu/pm: modify and add smu_get_power_limit to Powerplay API
Darren Powell
1
-1
/
+3
2021-06-08
amdgpu/pm: clean up smu_get_power_limit function signature
Darren Powell
1
-2
/
+32
2021-06-08
amdgpu/pm: reorder definition of swsmu_pm_funcs for readability
Darren Powell
1
-24
/
+24
2021-06-04
drm/amdgpu/pm: support smu_post_init for yellow carp
Aaron Liu
1
-3
/
+3
2021-06-04
drm/amdgpu/pm: enable smu_hw_init for yellow carp
Aaron Liu
1
-3
/
+0
2021-06-04
drm/amdgpu: add smu ip block for yellow carp(V3)
Aaron Liu
1
-0
/
+4
2021-06-04
drm/amd/pm: partially enable swsmu for yellow carp(V2)
Aaron Liu
1
-0
/
+6
2021-05-20
drm/amd/amdgpu: add smu support for beige_goby
Chengming Gui
1
-0
/
+1
2021-05-20
drm/amdgpu: Fill adev->unique_id with data from PF2VF msg
Jiawei Gu
1
-1
/
+2
2021-05-11
drm/amd/pm: Add interface to get FW private buffer
Lijo Lazar
1
-0
/
+21
2021-04-15
drm/amd/pm: fix error code in smu_set_power_limit()
Dan Carpenter
1
-0
/
+1
2021-04-09
drm/amd/pm: unify the interface for gfx state setting
Evan Quan
1
-1
/
+4
2021-04-09
drm/amd/pm: unify the interface for power gating
Evan Quan
1
-3
/
+3
2021-04-09
drm/amd/pm: fix missing static declarations
Evan Quan
1
-7
/
+7
2021-04-09
drm/amd/pm: unify the interface for loading SMU microcode
Evan Quan
1
-21
/
+20
2021-04-09
drm/amd/pm: Add function to wait for smu events
Lijo Lazar
1
-0
/
+15
2021-04-09
drm/amd/pm: drop redundant and unneeded BACO APIs V2
Evan Quan
1
-95
/
+0
2021-04-09
drm/amd/pm: label these APIs used internally as static
Evan Quan
1
-66
/
+93
2021-04-09
drm/amd/pm: make DAL communicate with SMU through unified interfaces
Evan Quan
1
-13
/
+55
2021-04-09
drm/amd/pm: fix Navi1x runtime resume failure V2
Evan Quan
1
-24
/
+4
2021-04-09
drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspend
Alex Deucher
1
-1
/
+2
2021-04-09
drm/amdgpu: rework S3/S4/S0ix state handling
Alex Deucher
1
-1
/
+1
2021-03-24
drm/amd/pm: add a new sysfs entry for default power limit
Eric Huang
1
-0
/
+3
2021-03-24
drm/amd/pm: Add LightSBR SMU MSG support
shaoyunl
1
-0
/
+13
2021-03-24
drm/amd/pm: Enable pp_od_clk_voltage node on aldebaran
Lijo Lazar
1
-2
/
+2
2021-03-24
drm/amd/pm: Enable performance determinism on aldebaran
Lijo Lazar
1
-2
/
+4
2021-03-24
drm/amdgpu/pm: Remove unsupported MP1 messages from aldebaran
Lijo Lazar
1
-3
/
+0
2021-03-24
drm/amd/pm: Set no fan control flag as needed.
Lijo Lazar
1
-0
/
+4
2021-03-24
drm/amdgpu:add smu mode1/2 support for aldebaran
Feifei Xu
1
-0
/
+20
2021-03-24
drm/amd/swsmu: add aldebaran smu13 ip support (v3)
Kevin Wang
1
-0
/
+15
2021-03-05
drm/amd/pm/swsmu: clean up user profile function
Arunpravin
1
-22
/
+12
2021-03-05
drm/amdgpu: enable one vf mode on sienna cichlid vf
Horace Chen
1
-4
/
+6
2021-02-27
amdgpu/pm: Powerplay API for smu , updates to some pm functions
Darren Powell
1
-8
/
+9
2021-02-27
amdgpu/pm: Powerplay API for smu , changed 4 dpm functions to use API
Darren Powell
1
-2
/
+47
2021-02-27
amdgpu/pm: Powerplay API for smu , changes to clock and profile mode functions
Darren Powell
1
-18
/
+112
2021-02-27
amdgpu/pm: Powerplay API for smu , changed 5 dpm powergating & sensor functio...
Darren Powell
1
-4
/
+68
[next]