summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2-15/+25
2016-10-14drm/amd/powerplay: notify smu no display by default.Rex Zhu1-1/+1
2016-10-14drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher1-0/+18
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-13drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu1-1/+1
2016-10-04drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher1-6/+0
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie6-21/+20
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie67-32705/+17564
2016-09-23drm/amdgpu: Constify tablesNils Wallménius6-21/+20
2016-09-22drm/amd/powerplay: export function to help to set cg by smu.Rex Zhu2-74/+5
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis5-133/+14
2016-09-22drm/amdgpu:add fw version entry to infoFrank Min1-0/+0
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie29-353/+642
2016-09-19drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis5-0/+165
2016-09-19drm/amd/powerplay: delete useless files.Rex Zhu36-31672/+0
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager icelandRex Zhu2-10/+27
2016-09-19drm/amd/powerplay: implement fw related smu interface for iceland.Rex Zhu6-17/+2673
2016-09-19drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu5-609/+82
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Fiji.Rex Zhu3-635/+68
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Polars10.Rex Zhu4-715/+84
2016-09-19drm/amd/powerplay: use smu7 common functions and data on Tonga.Rex Zhu3-774/+117
2016-09-19drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.Rex Zhu4-1/+678
2016-09-19drm/amd/powerplay: use smu7_hwmgr to manager tonga.Rex Zhu2-6/+30
2016-09-19drm/amd/powerplay: implement fw image related smum interface for tonga.Rex Zhu6-3/+3329
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu2-4/+27
2016-09-19drm/amd/powerplay: implement fw image related smu interface for Fiji.Rex Zhu5-8/+2472
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu3-4/+37
2016-09-19drm/amd/powerplay: implement fw image related smum interface for Polaris.Rex Zhu5-8/+2367
2016-09-19drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu12-10/+7195
2016-09-19drm/amd/powerplay: add common interface in smumgr to help to visit fw image.Rex Zhu2-1/+169
2016-09-19drm/amd/powerplay: add parameter of the mclk switch latency timeRex Zhu1-0/+1
2016-09-19drm/amd/powerplay: fix potential issue of array access violationRex Zhu1-5/+2
2016-09-19drm/amd/powerplay: fix mclk not switching back after multi-head was disabledRex Zhu2-1/+4
2016-09-16drm/amd/powerplay: Partially revert change initialize platform capsRex Zhu1-6/+0
2016-09-16drm/amd/powerplay: add pptable point check before use itRex Zhu1-1/+2
2016-09-16drm/amd/powerplay: add pp_table_version in hwmgr.Rex Zhu2-0/+9
2016-09-16drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*.Rex Zhu7-32/+32
2016-09-14drm/amd/powerplay/polaris10: mark symbols static where possibleBaoyou Xie3-35/+44
2016-09-14drm/amd/powerplay/fiji: mark symbols static where possibleBaoyou Xie2-17/+22
2016-09-14amd/powerplay: use kmemdup instead of kmalloc + memcpyEdward O'Callaghan1-6/+3
2016-09-14drm/amd/powerplay: delete duplicated function and definition.Rex Zhu7-25/+10
2016-09-14drm/amd/powerplay: move smu related variable definitions to smumgr.Rex Zhu3-17/+21
2016-09-14drm/amd/powerplay: wrap get evv voltage functionsRex Zhu2-0/+20
2016-09-14drm/amd/powerplay: add helper function to get voltage id in votage tableRex Zhu2-2/+23
2016-09-14drm/amd/powerplay: initialize platform caps in hwmgr_init.Rex Zhu4-58/+87
2016-09-14drm/amd/powerplay: add feature flags in hwmgr to enable/disable special featu...Rex Zhu1-0/+14
2016-09-14drm/amd/powerplay: mark symbols static where possible on tonga/iceland.Rex Zhu2-8/+8
2016-09-14drm/amd/powerplay: declare functions instand of include header file.Rex Zhu2-5/+6
2016-09-14drm/amd/powerplay: calculate flexible array member's address.Rex Zhu3-83/+140