summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: use pr_debug to print function not implemented messageArindam Nath2016-12-081-1/+1
* drm/amd/powerplay: disable cg pg task when pp uninitialize.Rex Zhu2016-12-061-0/+13
* Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-12-065-36/+22
|\
| * drm/amdgpu: refine cz uvd clock gate logic.Rex Zhu2016-11-231-2/+2
| * drm/amd/powerplay: add mask bit for fan control mode.Rex Zhu2016-11-111-2/+3
| * drm/amd/powerplay: partial revert commit 01b0e7fb1.Rex Zhu2016-11-111-2/+2
| * drm/amd/powerplay: delete duplicate code in smu7_hwmgr.cRex Zhu2016-11-111-7/+0
| * drm/amd/powerplay: enable voltage control by default for dgpu.Rex Zhu2016-11-111-6/+3
| * drm/amd/powerplay: fix code styleRex Zhu2016-11-111-2/+3
| * drm/amd/powerplay: use mask bit for deepsleep/power tune feature.Rex Zhu2016-11-111-2/+2
| * drm/amd/powerplay: make CAC feature controlled by module parameter.Rex Zhu2016-11-111-13/+7
| * drm/amd/powerplay: add new bit mask to ctrl clock stretch feature.Rex Zhu2016-11-111-1/+1
* | Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-8/+6
|\ \
| * | drm/amd/powerplay: avoid out of bounds access on array ps.Rex Zhu2016-11-161-6/+6
| * | drm/amdgpu/powerplay: drop a redundant NULL checkAlex Deucher2016-11-151-2/+0
* | | Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-304-31/+53
|\ \ \ | |/ / | | / | |/ |/|
| * 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
* | 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/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie2016-10-251-0/+1
* | drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu2016-10-252-3/+3
* | drm/amd/powerplay: Enable UVD powergating for SMU7Tom St Denis2016-10-252-3/+23
* | drm/amd/powerplay: mark symbols static where possibleBaoyou Xie2016-10-255-36/+41
|/
* 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
OpenPOWER on IntegriCloud