index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
powerplay
/
hwmgr
/
processpptables.c
Age
Commit message (
Expand
)
Author
2018-09-14
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Alex Deucher
2018-09-14
drm/amdgpu: Add support of powerplay for picasso
Likun Gao
2018-08-27
drm/amdgpu/pp: endian fixes for processpptables.c
Alex Deucher
2018-05-31
drm/amd/pp: Allow underclocking when od table is empty in vbios
Rex Zhu
2018-04-11
drm/amd/pp: Use atombios api directly in powerplay (v2)
Rex Zhu
2018-02-19
drm/amd/powerplay: delete some dead code
Dan Carpenter
2018-02-19
drm/amd/pp: Disable OD feature if VBIOS limits
Rex Zhu
2017-12-06
drm/amd/powerplay: Minor fixes in processpptables.c (v2)
Ernst Sjöstrand
2017-09-29
amdgpu/pp: constify soft_dummy_pp_table.
Dave Airlie
2017-08-29
drm/amd/powerplay/hwmgr: Remove null check before kfree
Himanshu Jha
2017-08-29
drm/amd/powerplay: add dummy pp table for raven. (v2)
Rex Zhu
2017-05-25
drm/amd/powerplay: bypass pptable process on raven
Hawking Zhang
2017-05-24
drm/amd/powerplay: add raven support in hwmgr. (v2)
Rex Zhu
2017-01-27
drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>
Huang Rui
2016-10-25
drm/amdgpu: use same vce state definition in dpm and powerplay
Rex Zhu
2016-10-25
drm/amd/powerplay: mark symbols static where possible
Baoyou Xie
2016-09-02
drm/amd/powerplay: refine struct name for code style reason.
Rex Zhu
2016-07-15
drm/amd/powerplay: add pp_tables_get_response_times function in process pptables
Huang Rui
2016-07-07
amdgpu: use NULL instead of 0 for pointer
Arnd Bergmann
2016-07-07
drm/amd/powerplay: keep soft_pp_table pointer value for re-uploading
Eric Huang
2016-01-08
drm/amd/powerplay: fix Smatch static checker warnings
Rex Zhu
2016-01-04
drm/amd/powerplay: precedence bug in init_non_clock_fields()
Dan Carpenter
2015-12-21
drm/powerplay: add debugging output to processpptables.c
Alex Deucher
2015-12-21
drm/amd/powerplay: implement smc state upload for CZ
Alex Deucher
2015-12-21
drm/amd/powerplay: add hardware manager sub-component
Jammy Zhou