summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: implement get_clock_by_type for iceland.Rex Zhu2016-11-101-18/+33
* drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)Alex Deucher2016-11-101-7/+10
* drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for icelandAlex Deucher2016-11-101-1/+3
* drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclkAlex Deucher2016-11-101-1/+1
* drm/amd/powerplay: return false instead of -EINVALAndrew Shadura2016-11-081-1/+1
* drm/amdgpu/powerplay/smu7: fix unintialized data usageArnd Bergmann2016-11-081-0/+2
* drm/amd/powerplay: don't succeed in getters if fan is missingGrazvydas Ignotas2016-10-311-3/+3
* 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 bug stop dpm can't work on Vi.Rex Zhu2016-10-141-15/+24
* 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
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-302-7/+7
|\
| * drm/amdgpu: Constify tablesNils Wallménius2016-09-232-7/+7
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-2842-30234/+5379
|\ \ | |/
| * drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2016-09-222-106/+12
| * drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis2016-09-192-0/+132
| * 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-191-14/+0
| * drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu2016-09-193-38/+20
| * 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-191-1/+1
| * drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu2016-09-192-4/+27
| * drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu2016-09-192-4/+36
| * drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu2016-09-1910-10/+6725
| * drm/amd/powerplay: fix potential issue of array access violationRex Zhu2016-09-191-5/+2
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-2017-276/+533
|\ \ | |/
| * 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
| * drm/amd/powerplay: add pp_table_version in hwmgr.Rex Zhu2016-09-161-0/+1
| * drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*.Rex Zhu2016-09-167-32/+32
| * drm/amd/powerplay/polaris10: mark symbols static where possibleBaoyou Xie2016-09-143-35/+44
| * drm/amd/powerplay/fiji: mark symbols static where possibleBaoyou Xie2016-09-142-17/+22
| * drm/amd/powerplay: delete duplicated function and definition.Rex Zhu2016-09-144-24/+5
| * drm/amd/powerplay: move smu related variable definitions to smumgr.Rex Zhu2016-09-142-17/+1
| * drm/amd/powerplay: wrap get evv voltage functionsRex Zhu2016-09-141-0/+17
| * drm/amd/powerplay: add helper function to get voltage id in votage tableRex Zhu2016-09-141-0/+21
| * drm/amd/powerplay: initialize platform caps in hwmgr_init.Rex Zhu2016-09-142-57/+86
| * drm/amd/powerplay: mark symbols static where possible on tonga/iceland.Rex Zhu2016-09-142-8/+8
| * drm/amd/powerplay: calculate flexible array member's address.Rex Zhu2016-09-142-83/+137
| * drm/amd/powerplay: fix issue power containment not enabled on Tonga.Rex Zhu2016-09-121-3/+0
| * drm/amd/powerplay: enable/disable auto thermal throttle for tonga.Rex Zhu2016-09-121-0/+82
| * drm/amd/powerplay: original power state table should not be changed.Rex Zhu2016-09-021-2/+13
| * drm/amd/powerplay: add vce state tables initialize for ppt v1.Rex Zhu2016-09-021-0/+58
| * drm/amd/powerplay: refine struct name for code style reason.Rex Zhu2016-09-021-1/+1