summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
AgeCommit message (Expand)AuthorFilesLines
2016-11-16drm/amd/powerplay: avoid out of bounds access on array ps.Rex Zhu1-6/+6
2016-11-15drm/amdgpu/powerplay: drop a redundant NULL checkAlex Deucher1-2/+0
2016-11-10drm/amd/powerplay: implement get_clock_by_type for iceland.Rex Zhu1-18/+33
2016-11-10drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)Alex Deucher1-7/+10
2016-11-10drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for icelandAlex Deucher1-1/+3
2016-11-10drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclkAlex Deucher1-1/+1
2016-11-08drm/amd/powerplay: return false instead of -EINVALAndrew Shadura1-1/+1
2016-11-08drm/amdgpu/powerplay/smu7: fix unintialized data usageArnd Bergmann1-0/+2
2016-10-31drm/amd/powerplay: don't succeed in getters if fan is missingGrazvydas Ignotas1-3/+3
2016-10-27drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.Rex Zhu2-2/+3
2016-10-21drm/amd/powerplay: don't give up if DPM is already runningGrazvydas Ignotas1-2/+2
2016-10-21drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.cRex Zhu1-3/+6
2016-10-21drm/amdgpu/powerplay/smu7: fix static checker warningAlex Deucher1-5/+8
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu1-15/+24
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-14drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-14drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-7/+7
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie42-30234/+5379
2016-09-23drm/amdgpu: Constify tablesNils Wallménius2-7/+7
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2-106/+12
2016-09-19Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie17-276/+533
2016-09-19drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis2-0/+132
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 Zhu1-14/+0
2016-09-19drm/amd/powerplay: use smu7 common functions and data on icelannd.Rex Zhu3-38/+20
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 Zhu1-1/+1
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager fijiRex Zhu2-4/+27
2016-09-19drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11Rex Zhu2-4/+36
2016-09-19drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu10-10/+6725
2016-09-19drm/amd/powerplay: fix potential issue of array access violationRex Zhu1-5/+2
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 Zhu1-0/+1
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-14drm/amd/powerplay: delete duplicated function and definition.Rex Zhu4-24/+5
2016-09-14drm/amd/powerplay: move smu related variable definitions to smumgr.Rex Zhu2-17/+1
2016-09-14drm/amd/powerplay: wrap get evv voltage functionsRex Zhu1-0/+17
2016-09-14drm/amd/powerplay: add helper function to get voltage id in votage tableRex Zhu1-0/+21
2016-09-14drm/amd/powerplay: initialize platform caps in hwmgr_init.Rex Zhu2-57/+86
2016-09-14drm/amd/powerplay: mark symbols static where possible on tonga/iceland.Rex Zhu2-8/+8
2016-09-14drm/amd/powerplay: calculate flexible array member's address.Rex Zhu2-83/+137
2016-09-13drm/amd/powerplay: fix issue power containment not enabled on Tonga.Rex Zhu1-3/+0
2016-09-13drm/amd/powerplay: enable/disable auto thermal throttle for tonga.Rex Zhu1-0/+82
2016-09-02drm/amd/powerplay: original power state table should not be changed.Rex Zhu1-2/+13