index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
powerplay
/
hwmgr
/
hwmgr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-14
drm/amd/pm: optimize the power related source code layout
Evan Quan
1
-564
/
+0
2019-12-19
drm/amd/powerplay: fix various dereferences of a pointer before it is null ch...
Colin Ian King
1
-12
/
+3
2019-12-11
drm/amd/powerplay: enable pp one vf mode for vega10
Yintian Tao
1
-0
/
+16
2019-11-19
drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)
Alex Deucher
1
-0
/
+9
2019-06-28
drm/amdgpu: Don't skip display settings in hwmgr_resume()
Lyude Paul
1
-1
/
+1
2019-06-17
drm/amd/powerplay: detect version of smu backend (v2)
Prike Liang
1
-0
/
+1
2019-06-11
drm/amd/powerplay: add set_power_profile_mode for raven1_refresh
Chengming Gui
1
-0
/
+1
2019-01-26
drm/amd/powerplay: enforce display related settings only on needed
Evan Quan
1
-5
/
+5
2019-01-14
drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode
Evan Quan
1
-11
/
+13
2018-12-03
drm/amd/powerplay: issue pre-display settings for display change event
Evan Quan
1
-0
/
+3
2018-10-10
drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2
Rex Zhu
1
-20
/
+0
2018-10-10
drm/amd/pp: Refine smu7/8 request_smu_load_fw callback function
Rex Zhu
1
-0
/
+1
2018-09-14
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Alex Deucher
1
-1
/
+0
2018-09-14
drm/amdgpu: Add support of powerplay for picasso
Likun Gao
1
-0
/
+1
2018-08-27
drm/amd/powerplay: add the hw manager for vega20 (v3)
Evan Quan
1
-1
/
+7
2018-07-13
drm/amd/powerplay: no need to mask workable gfxoff feature for vega12
Evan Quan
1
-1
/
+1
2018-06-15
drm/amdgpu: Use real power source in powerplay instand of hardcode
Rex Zhu
1
-1
/
+0
2018-06-15
drm/amd/pp: Make sure clock_voltage_limit_table on dc is valid
Rex Zhu
1
-0
/
+5
2018-05-17
drm/amdgpu/powerplay: Add initial vega20 support v2
Feifei Xu
1
-0
/
+1
2018-05-15
drm/amd/pp: Skip fan attributes if fan not present
Rex Zhu
1
-0
/
+3
2018-05-15
drm/amd/powerplay: add smumgr support for VEGAM (v2)
Eric Huang
1
-0
/
+6
2018-05-15
drm/amdgpu: clear gfxoff feature mask if the asic is not raven
Huang Rui
1
-1
/
+5
2018-04-11
drm/amdgpu: Use dpm_enabled as dpm state flag
Rex Zhu
1
-1
/
+2
2018-04-11
drm/amd/pp: Add hwmgr_sw_init/fini functioins
Rex Zhu
1
-17
/
+57
2018-03-21
drm/amd/pp: Add smu irq handlers in sw_init instand of hw_init
Rex Zhu
1
-4
/
+0
2018-03-21
drm/amd/pp: Refine register_thermal_interrupt function
Rex Zhu
1
-1
/
+1
2018-03-21
drm/amdgpu: Remove wrapper layer of cgs irq handling
Rex Zhu
1
-45
/
+1
2018-03-21
drm/amd/powerplay: add the hw manager for vega12 (v4)
Evan Quan
1
-0
/
+6
2018-03-15
drm/amd/pp: Replace function/struct name cz_* with smu8_*
Rex Zhu
1
-4
/
+4
2018-03-15
drm/amdgpu: Remove wrapper layer of smu ip functions
Rex Zhu
1
-38
/
+12
2018-03-15
drm/amd/pp: Move helper functions to smu_help.c
Rex Zhu
1
-509
/
+4
2018-03-15
drm/amd/pp: Replace rv_* with smu10_*
Rex Zhu
1
-3
/
+3
2018-03-08
drm/amd/pp: Add #ifdef checks for CONFIG_ACPI
Rex Zhu
1
-0
/
+2
2018-03-08
drm/amd/pp: Add auto power profilng switch based on workloads (v2)
Rex Zhu
1
-0
/
+16
2018-03-05
drm/amd/pp: Add a helper to set field in u32
Rex Zhu
1
-0
/
+16
2018-03-05
drm/amd/pp: Remove cgs_query_system_info
Rex Zhu
1
-39
/
+15
2018-03-05
drm/amd/pp: Use amdgpu acpi helper functions in powerplay
Rex Zhu
1
-3
/
+1
2018-03-05
drm/amd/pp: Refine powerplay instance
Rex Zhu
1
-3
/
+4
2018-02-19
drm/amd/pp: Disable OD feature on APU/Iceland
Rex Zhu
1
-0
/
+4
2018-02-19
drm/amd/pp: Add a new pp feature mask bit for OD feature
Rex Zhu
1
-0
/
+3
2018-02-19
drm/amd/pp: Add a helper to convert VID to voltage value
Rex Zhu
1
-0
/
+5
2018-02-19
drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a bet...
Evan Quan
1
-5
/
+3
2018-02-19
drm/amd/powerplay: remove unused parameter of phm_start_thermal_controller (v2)
Evan Quan
1
-2
/
+2
2017-12-19
drm/amd/pp: delete repeated call of force_dpm_level
Rex Zhu
1
-0
/
+1
2017-10-07
drm/amd/powerplay: fix mclk can't switch on Tonga
Rex Zhu
1
-1
/
+0
2017-09-28
drm/amdgpu: use designated initialiser for thermal_irq_src.
Dave Airlie
1
-3
/
+3
2017-09-26
drm/amd/powerplay: add new helper functions in hwmgr.h
Rex Zhu
1
-3
/
+39
2017-09-26
drm/amd/powerplay: refine powerplay code.
Rex Zhu
1
-1
/
+18
2017-09-26
drm/amd/powerplay: refine interface in struct pp_smumgr_func
Rex Zhu
1
-1
/
+1
2017-09-26
drm/amd/powerplay: add register thermal interrupt in hwmgr_hw_init
Eric Huang
1
-1
/
+74
[next]