summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/mes10.1: enable mes FW backdoor loadingJack Xiao2019-06-221-0/+36
* drm/amdgpu/mes10.1: implement mes enablement functionJack Xiao2019-06-221-0/+33
* drm/amdgpu/mes10.1: implement MES firmware backdoor loadingJack Xiao2019-06-221-0/+67
* drm/amdgpu/mes10.1: implement ucode buffers destructionJack Xiao2019-06-221-0/+11
* drm/amdgpu/mes10.1: upload mes data ucode to gpu bufferJack Xiao2019-06-221-0/+32
* drm/amdgpu/mes10.1: upload mes ucode to gpu bufferJack Xiao2019-06-221-0/+34
* drm/amdgpu/mes10.1: implement ucode CPU buffer destructionJack Xiao2019-06-221-0/+6
* drm/amdgpu/mes10.1: load mes firmware file to CPU bufferJack Xiao2019-06-221-0/+43
* drm/amdgpu/mes10.1: add mes firmware info fieldsJack Xiao2019-06-221-0/+16
* drm/amdgpu/ucode: add mes firmware file supportJack Xiao2019-06-221-0/+15
* drm/amdgpu/ucode: add the definitions of MES ucode and ucode dataJack Xiao2019-06-221-0/+2
* drm/amdgpu/sdma5: incorrect variable type for gpu addressJack Xiao2019-06-221-1/+2
* drm/amdgpu/sdma5: fix a sdma potential hang in VK_Examples testtiancyin2019-06-221-1/+2
* drm/amd/powerplay: remove uvd_gated/vce_gated from smu_power_context (v2)Hawking Zhang2019-06-221-10/+4Star
* drm/amdgpu/nv: set vcn pg flagJack Xiao2019-06-221-1/+1
* drm/amdgpu: enable vcn dpm scheme for naviJack Xiao2019-06-221-2/+2
* drm/amdgpu/vcn2: don't access register when power gatedJack Xiao2019-06-221-1/+2
* drm/amd/powerplay: add new interface for vcn powergatingKenneth Feng2019-06-222-0/+32
* drm/amd/powerplay: enable vcn powergating v2Kenneth Feng2019-06-221-0/+3
* drm/amdgpu/vcn2: notify SMU power up/down VCNJack Xiao2019-06-221-0/+7
* drm/amdgpu/gfx10: fix issues for suspend/resumeJack Xiao2019-06-221-5/+30
* drm/amd/powerplay: set dpm_enabled flag but don't enable vcn dpmHuang Rui2019-06-222-6/+3Star
* drm/amd/powerplay: update smu11_driver_if_navi10.hKenneth Feng2019-06-221-11/+6Star
* drm/amdgpu/gfx10: fix resume failure when enabling async gfx ringXiaojie Yuan2019-06-221-12/+14
* drm/amdgpu: disable some gfx light sleepTianci Yin2019-06-221-4/+0Star
* drm/amdgpu/gfx10: update gfx golden settingsTianci Yin2019-06-221-0/+3
* drm/amd/powerplay: do not set dpm_enabled flag before VCN/DCN DPM is workableHuang Rui2019-06-221-0/+3
* drm/amd/powerplay: fix the incorrect type of pptableKenneth Feng2019-06-221-1/+1
* drm/amd/powerplay: don't include the smu11 driver if header in smu v11 (v2)Huang Rui2019-06-223-4/+6
* drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui2019-06-222-6/+6
* drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui2019-06-225-1/+52
* drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui2019-06-223-61/+67
* drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui2019-06-223-50/+62
* drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui2019-06-223-32/+35
* drm/amd/powerplay: use the table size member in the structure instead of gett...Huang Rui2019-06-221-2/+4
* drm/amd/powerplay: modify smu_update_table to use SMU_TABLE_xxx as the inputHuang Rui2019-06-222-14/+18
* drm/amd/powerplay/smu11: remove smu_update_table_with_argAlex Deucher2019-06-222-7/+3Star
* drm/amd/powerplay: add tables_init interface for each asicHuang Rui2019-06-225-15/+42
* drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui2019-06-223-3/+9
* drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui2019-06-224-0/+79
* drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui2019-06-227-61/+251
* drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui2019-06-225-35/+113
* drm/amdgpu: enable sw smu driver for navi10 by defaultHawking Zhang2019-06-222-7/+8
* drm/amd/powerplay: enable DCEFCLK dpm supportKenneth Feng2019-06-221-1/+2
* drm/amd/powerplay: gfxoff-seperate the Vega20 caseKenneth Feng2019-06-221-6/+17
* drm/amd/amdgpu: fw version check with gfxoffKenneth Feng2019-06-222-1/+11
* drm/amd: add gfxoff support on navi10Kenneth Feng2019-06-225-6/+46
* drm/amd/powerplay: add allowed feature mask for navi10Kevin Wang2019-06-221-2/+5
* drm/amd/powerplay: optimization feature mask function for asicKevin Wang2019-06-224-17/+57
* drm/amd/powerplay: remove duplicate code from smu hw initKevin Wang2019-06-221-4/+0Star