summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-08-02drm/amdgpu/sdma5: add placeholder for navi12 golden settingsXiaojie Yuan1-0/+11
2019-08-02drm/amdgpu/sdma5: declare sdma firmwares for navi12Xiaojie Yuan1-0/+6
2019-08-02drm/amdgpu/gfx10: set rlc funcs for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu/gfx10: set number of me(c)/pipe/queue for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu/gfx10: add placeholder for navi12 golden settingsXiaojie Yuan1-0/+13
2019-08-02drm/amdgpu/gfx10: declare cp/rlc firmwares for navi12Xiaojie Yuan1-0/+10
2019-08-02drm/amdgpu/gfx10: add gfx config for navi12Xiaojie Yuan1-8/+2
2019-08-02drm/amdgpu/gfx10: set gfx cg for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: set nbio/hdp cg for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: initialize cg/pg flags and external rev id for navi12Xiaojie Yuan1-0/+5
2019-08-02drm/amdgpu: use front door firmware loading for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: set asic family and ip blocks for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: add gpu_info firmware for navi12Xiaojie Yuan1-0/+4
2019-08-02drm/amdgpu: add navi12 asic typeXiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: initialize reg base for navi12Xiaojie Yuan4-1/+58
2019-08-02drm/amdgpu: update SDMA V4 microcode initJohn Clements1-35/+75
2019-08-02drm/amdgpu: extend PSP FW loading support to 8 SDMA instancesJohn Clements3-3/+41
2019-08-02drm/amdgpu: disable MEC2 JT context init for ArcturusJohn Clements1-5/+11
2019-08-02drm/amdgpu: update PSP CMD fail response status printJohn Clements1-2/+2
2019-08-02drm/amdgpu: add PSP KDB loading support for ArcturusJohn Clements3-0/+29
2019-08-02drm/amdgpu: add PSP SW init support for ArcturusJohn Clements2-0/+4
2019-08-02drm/amdgpu: removed duplicate lineJohn Clements1-1/+0
2019-08-02drm/amd/powerplay: enable SW SMU power profile switch support in KFDEvan Quan1-2/+6
2019-08-02drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESSTao Zhou4-4/+4
2019-08-02drm/amdgpu: only uncorrectable error needs gpu resetTao Zhou1-1/+5
2019-08-02drm/amdgpu: update the calc algorithm of umc ecc error countTao Zhou1-4/+6
2019-08-02drm/amdgpu: implement umc ras init functionTao Zhou2-0/+39
2019-08-02drm/amdgpu: support ce interrupt in ras moduleTao Zhou1-4/+8
2019-08-02drm/amdgpu: add error address query for umc rasTao Zhou2-0/+10
2019-08-02drm/amdgpu: apply umc_for_each_channel macro to umc_6_1Tao Zhou1-56/+28
2019-08-02drm/amdgpu: add macro of umc for each channelTao Zhou1-0/+23
2019-08-02drm/amdgpu: initialize new parameters and functions for amdgpu_umc structureTao Zhou3-3/+17
2019-08-02drm/amdgpu: add more parameters and functions to amdgpu_umc structureTao Zhou2-0/+15
2019-08-02drm/amdgpu: remove the clear of MCA_ADDRTao Zhou1-2/+0
2019-08-02drm/amdgpu: fix unsigned variable instance compared to less than zeroColin Ian King1-1/+2
2019-08-02drm/amdkfd: Extend CU mask to 8 SEs (v3)Jay Cornwall1-0/+4
2019-08-02drm/amdgpu: support get_cu_info for ArcturusLe Ma1-7/+28
2019-08-02drm/amdgpu: Fix pcie_bw on Vega20Kent Russell1-8/+52
2019-08-02drm/amdgpu: Add amdgpu_asic_funcs.reset_method for Vega20Andrey Grodzovsky1-0/+1
2019-08-02drm/amdgpu: Mark KFD VRAM allocations for wipe on releaseFelix Kuehling1-1/+1
2019-08-02drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling4-3/+56
2019-08-02drm/amdgpu: fix double ucode load by PSP(v3)Monk Liu1-21/+38
2019-08-02drm/amdgpu: fix incorrect judge on sos fw versionMonk Liu1-1/+1
2019-08-02drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu11-118/+38
2019-08-02Merge tag 'drm-fixes-5.3-2019-07-31' of git://people.freedesktop.org/~agd5f/l...Dave Airlie4-41/+64
2019-07-31drm/amdkfd: enable KFD support for navi14Alex Deucher1-0/+1
2019-07-31drm/amdgpu: disable inject for failed subblocks of gfxDennis Li1-116/+165
2019-07-31drm/amdgpu: support gfx ras error injection and err_cnt queryDennis Li2-3/+18
2019-07-31drm/amdgpu: add RAS callback for gfxDennis Li2-1/+531
2019-07-31drm/amdgpu: add define for gfx ras subblockDennis Li2-0/+431