summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: Tidy up cz_hwmgr.cTom St Denis2016-08-221-40/+13
* drm/amd/powerplay: enable power containment features for tonga.Rex Zhu2016-08-195-9/+548
* drm/amd/powerplay: change structure variable name.Rex Zhu2016-08-081-2/+2
* drm/amd/powerplay: delete code set/unset deep_sleep/power_containment.Rex Zhu2016-08-083-10/+1
* drm/amd/powrplay: delete code no longer in use on Polaris.Rex Zhu2016-08-081-13/+0
* drm/amd/powrplay: workaround Memory EDC Error for certain partner boards.Rex Zhu2016-08-082-1/+6
* drm/amd/powerplay: pass sub_device_id and sub_vendor_id to powerplay.Rex Zhu2016-08-081-0/+2
* drm/amd/powerplay: delete useless code in hwmgr.Rex Zhu2016-08-082-137/+7
* drm/amdgpu: add module parameters to ctrl powerplay featureRex Zhu2016-08-088-22/+30
* drm/amd/powerplay: fix typos of volt/millivolt symbols in comment.Rex Zhu2016-08-081-2/+2
* drm/amd/powerplay: add DPM running checking backHuang Rui2016-08-081-2/+0
* drm/amd/powerplay: add enabling voltage controller backHuang Rui2016-08-081-2/+0
* drm/amd/powerplay: set the platform capability flags for icelandHuang Rui2016-08-081-0/+51
* drm/amd/powerplay: add deep sleep initializationHuang Rui2016-08-081-0/+34
* drm/amd/powerplay: fix the incorrect checking conditionHuang Rui2016-08-081-1/+1
* drm/amd/powerplay: add iceland HW managerHuang Rui2016-08-0810-1/+7423
* drm/amd/powerplay: add iceland_dyn_defaults headerHuang Rui2016-08-081-0/+41
* drm/amd/powerplay: add iceland SMU manangerHuang Rui2016-08-084-1/+783
* drm/amd/powerplay: add SMU71 header files for iceland (v2)Huang Rui2016-08-082-0/+1141
* drm/amd/powerplay: remove enable_clock_power_gatings_tasks from initialize an...Tom St Denis2016-07-291-2/+0
* drm/amd/powerplay: move clockgating to after ungating power in pp for uvd/vceTom St Denis2016-07-291-7/+7
* drm/amd/powerplay: fix issue can't enable vce dpm.Rex Zhu2016-07-293-28/+22
* drm/amd/powerplay: fix typo error when set clock gate state.Rex Zhu2016-07-292-2/+2
* drm/amd/powerplay: Delete unused functions in ppevvmath.hNils Wallménius2016-07-291-58/+1
* drm/amd/powerplay: Mark functions of ppevvmath.h staticNils Wallménius2016-07-291-64/+64
* drm/amd/powerplay: Delete an unnecessary variable initialisation in phm_dispa...SF Markus Elfring2016-07-291-1/+1
* drm/amd/powerplay: Change assignment for a buffer variable in phm_dispatch_ta...Markus Elfring2016-07-291-1/+3
* drivers/amdgpu: Remove redundant itermediate return valEdward O'Callaghan2016-07-295-14/+7
* drivers/amdgpu: Use canonical boolean form in various predicatesEdward O'Callaghan2016-07-295-48/+53
* drivers/amdgpu: Remove redundant casts on kzalloc() callsEdward O'Callaghan2016-07-293-15/+10
* drivers/amdgpu: Remove redundant NULL check before kfree()Edward O'Callaghan2016-07-291-2/+1
* drivers/amdgpu: Use 'true/false' for bool typed variablesEdward O'Callaghan2016-07-294-24/+24
* drm/amd/powerplay: enable DiDt feature for polaris10/11.Rex Zhu2016-07-293-5/+554
* drm/amd/powerplay: populate SMC ACPI minimum voltage using VBIOS boot SCLK an...Rex Zhu2016-07-291-3/+2
* drm/amdgpu/powerplay: partial revert of endian fixesAlex Deucher2016-07-291-2/+2
* Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-07-276-137/+231
|\
| * drm/amd/powerplay: add pp_tables_get_response_times function in process pptablesHuang Rui2016-07-152-7/+23
| * drm/amd/powerplay: fix the incorrect return valueHuang Rui2016-07-151-2/+2
| * drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrlHuang Rui2016-07-152-0/+47
| * drm/amd/powerplay: add SMU register macro for future useHuang Rui2016-07-151-0/+29
| * drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variableMatthias Beyer2016-07-151-6/+3
| * drm/amdgpu/powerplay: endian fixes for ppatomctrl.cAlex Deucher2016-07-081-122/+127
* | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-269-63/+136
|\ \ | |/ |/|
| * drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculation.Rex Zhu2016-07-061-13/+10
| * drm/amd/powerplay: fix bug that get wrong polaris evv voltage.Rex Zhu2016-07-063-6/+7
| * drm/amd/powerplay: incorrectly use of the function return valueRex Zhu2016-07-061-1/+1
| * drm/amd/powerplay: fix incorrect voltage table value for tongaHuang Rui2016-07-061-1/+1
| * drm/amd/powerplay: fix incorrect voltage table value for polaris10Huang Rui2016-07-061-1/+1
| * drm/amd/powerplay: fix issue uvd dpm can't enabled on Polaris11.Rex Zhu2016-06-291-41/+60
| * drm/amd/powerplay: Workaround for Memory EDC Error on Polaris10.Rex Zhu2016-06-291-0/+26