index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
pm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
drm/amd/pm: optimize AC timing programming
Evan Quan
1
-1
/
+1
2020-10-27
drm/amd/powerplay: separate Polaris fan table setup from Tonga
Evan Quan
2
-1
/
+87
2020-10-27
drm/amd/pm: add PWR_CKS_CNTL setting
Evan Quan
1
-4
/
+11
2020-10-27
drm/amd/pm: drop arb table first byte workaround
Evan Quan
1
-31
/
+0
2020-10-27
drm/amd/pm: add pptable VRHotLevel setting
Evan Quan
1
-0
/
+3
2020-10-27
drm/amd/pm: correct the BootLinkLevel setup
Evan Quan
1
-1
/
+1
2020-10-27
drm/amd/pm: correct the ACPI table setup V2
Evan Quan
1
-1
/
+2
2020-10-27
drm/amd/pm: correct mclk table setup
Evan Quan
1
-12
/
+8
2020-10-27
drm/amd/pm: correct sclk table setup
Evan Quan
1
-2
/
+21
2020-10-27
drm/amd/pm: correct vddci table setup
Evan Quan
1
-2
/
+2
2020-10-27
drm/amd/pm: populate smc samu table
Evan Quan
1
-0
/
+53
2020-10-27
drm/amd/pm: populate smc vddc table
Evan Quan
1
-0
/
+26
2020-10-26
drm/amd/pm: update driver if version for dimgrey_cavefish
Tao Zhou
1
-1
/
+1
2020-10-23
drm/amd/pm: remove the average clock value in sysfs
Kenneth Feng
1
-4
/
+8
2020-10-21
drm/amd/pm: fix pp_dpm_fclk
Kenneth Feng
1
-0
/
+3
2020-10-21
drm/amd/pm: fix the wrong fan speed in fan1_input
Kenneth Feng
1
-8
/
+3
2020-10-21
drm/amd/pm: update driver if file for sienna cichlid
Likun Gao
2
-3
/
+13
2020-10-21
drm/amd/pm: fix pcie information for sienna cichlid
Likun Gao
1
-2
/
+2
2020-10-21
drm/amd/swsmu: correct wrong feature bit mapping
Kevin Wang
1
-10
/
+17
2020-10-16
drm/amd/pm: drop navy_flounder hardcode of using soft pptable
Jiansong Chen
1
-1
/
+0
2020-10-16
drm/amd/swsmu: add missing feature map for sienna_cichlid
Kevin Wang
2
-0
/
+4
2020-10-15
drm/amd/pm: properly setting GPO feature on UMD pstate entering/exiting
Evan Quan
5
-0
/
+27
2020-10-15
drm/amd/pm: correct gfx and pcie settings on umd pstate switching(V2)
Evan Quan
1
-0
/
+2
2020-10-15
drm/amd/pm: populate Arcturus PCIE link state
Evan Quan
2
-3
/
+18
2020-10-15
drm/amd/pm: populate the bootup LCLK frequency
Evan Quan
2
-0
/
+6
2020-10-15
drm/amdgpu: add missing newline at eof
Tom Rix
1
-1
/
+1
2020-10-14
drm/amd/pm: increase mclk switch threshold to 200 us
Evan Quan
1
-1
/
+1
2020-10-14
drm/amdgpu/swsmu: init the baco mutex in early_init
Alex Deucher
1
-4
/
+3
2020-10-12
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Tao Zhou
1
-1
/
+1
2020-10-12
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish(v2)
Tao Zhou
1
-1
/
+1
2020-10-12
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Tao Zhou
1
-1
/
+1
2020-10-12
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Tao Zhou
1
-1
/
+1
2020-10-12
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Tao Zhou
1
-1
/
+1
2020-10-12
drm/amdgpu/swsmu: add smu support for dimgrey_cavefish(v2)
Tao Zhou
3
-3
/
+16
2020-10-12
drm/amdgpu/swsmu: increase size for smu fw_name string
Tao Zhou
2
-1
/
+2
2020-10-09
drm/amdgpu/swsmu: clean up a bunch of stale interfaces
Alex Deucher
4
-253
/
+4
2020-10-09
drm/amd/pm: setup APU dpm clock table in SMU HW initialization
Evan Quan
1
-11
/
+11
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_pcie_table
Gustavo A. R. Silva
3
-21
/
+13
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_voltage_lookup_table
Gustavo A. R. Silva
3
-15
/
+7
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_mm_clock_voltage_dependency_table
Gustavo A. R. Silva
3
-14
/
+8
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_clock_voltage_dependency_table
Gustavo A. R. Silva
3
-56
/
+27
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_samu_clock_voltage_dependency_table
Gustavo A. R. Silva
2
-8
/
+5
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_cac_leakage_table
Gustavo A. R. Silva
2
-9
/
+6
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_vce_clock_voltage_dependency_table
Gustavo A. R. Silva
2
-8
/
+5
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_phase_shedding_limits_table
Gustavo A. R. Silva
2
-9
/
+5
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_acp_clock_voltage_dependency_table
Gustavo A. R. Silva
2
-8
/
+5
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_uvd_clock_voltage_dependency_table
Gustavo A. R. Silva
2
-8
/
+5
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array in struct phm_clock_array
Gustavo A. R. Silva
4
-18
/
+11
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array member in struct vi_dpm_table
Gustavo A. R. Silva
1
-1
/
+1
2020-10-09
drm/amd/pm: Replace one-element array with flexible-array member
Gustavo A. R. Silva
4
-12
/
+8
[prev]
[next]