summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-074-12/+19
|\
| * drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.Rex Zhu2016-10-272-2/+3
| * drm/amd/powerplay: don't give up if DPM is already runningGrazvydas Ignotas2016-10-211-2/+2
| * drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.cRex Zhu2016-10-211-3/+6
| * drm/amdgpu/powerplay/smu7: fix static checker warningAlex Deucher2016-10-211-5/+8
* | drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printksColin Ian King2016-10-254-8/+8
* | drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie2016-10-252-6/+4
* | drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)Alex Deucher2016-10-251-0/+16
* | drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)Alex Deucher2016-10-251-0/+1
* | drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu2016-10-254-26/+5
* | drm/amd/powerplay: Enable UVD powergating for SMU7Tom St Denis2016-10-252-3/+23
* | drm/amdgpu:add MEC_STORAGE ucode id for sriovMonk Liu2016-10-251-0/+7
* | drm/amdgpu:use smc_index_11 for VIMonk Liu2016-10-251-2/+0
* | drm/amd/powerplay: mark symbols static where possibleBaoyou Xie2016-10-259-47/+54
|/
* drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2016-10-142-15/+25
* drm/amd/powerplay: notify smu no display by default.Rex Zhu2016-10-141-1/+1
* drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher2016-10-141-0/+18
* drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
* drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
* drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu2016-10-131-1/+1
* drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher2016-10-041-6/+0
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-306-21/+20
|\
| * drm/amdgpu: Constify tablesNils Wallménius2016-09-236-21/+20
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-2867-32705/+17564
|\ \ | |/
| * drm/amd/powerplay: export function to help to set cg by smu.Rex Zhu2016-09-222-74/+5
| * drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2016-09-225-133/+14
| * drm/amdgpu:add fw version entry to infoFrank Min2016-09-221-0/+0
| * drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis2016-09-195-0/+165
| * drm/amd/powerplay: delete useless files.Rex Zhu2016-09-1936-31672/+0
| * drm/amd/powerplay: use smu7 hwmgr to manager icelandRex Zhu2016-09-192-10/+27
| * drm/amd/powerplay: implement fw related smu interface for iceland.Rex Zhu2016-09-196-17/+2673
| * drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu2016-09-195-609/+82
| * drm/amd/powerplay: use smu7 common functions and data on Fiji.Rex Zhu2016-09-193-635/+68
| * drm/amd/powerplay: use smu7 common functions and data on Polars10.Rex Zhu2016-09-194-715/+84
| * drm/amd/powerplay: use smu7 common functions and data on Tonga.Rex Zhu2016-09-193-774/+117
| * drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.Rex Zhu2016-09-194-1/+678
| * drm/amd/powerplay: use smu7_hwmgr to manager tonga.Rex Zhu2016-09-192-6/+30
| * drm/amd/powerplay: implement fw image related smum interface for tonga.Rex Zhu2016-09-196-3/+3329
| * drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu2016-09-192-4/+27
| * drm/amd/powerplay: implement fw image related smu interface for Fiji.Rex Zhu2016-09-195-8/+2472
| * drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu2016-09-193-4/+37
| * drm/amd/powerplay: implement fw image related smum interface for Polaris.Rex Zhu2016-09-195-8/+2367
| * drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu2016-09-1912-10/+7195
| * drm/amd/powerplay: add common interface in smumgr to help to visit fw image.Rex Zhu2016-09-192-1/+169
| * drm/amd/powerplay: add parameter of the mclk switch latency timeRex Zhu2016-09-191-0/+1
| * drm/amd/powerplay: fix potential issue of array access violationRex Zhu2016-09-191-5/+2
| * drm/amd/powerplay: fix mclk not switching back after multi-head was disabledRex Zhu2016-09-192-1/+4
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-2029-353/+642
|\ \ | |/
| * drm/amd/powerplay: Partially revert change initialize platform capsRex Zhu2016-09-161-6/+0
| * drm/amd/powerplay: add pptable point check before use itRex Zhu2016-09-161-1/+2
OpenPOWER on IntegriCloud