aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-25drm/amdgpu: Fix SDMA hang when performing VKexample testchen gong1-0/+1
2019-10-10drm/amdgpu: Do not implement power-on for SDMA after do mode2 reset on Renoirchen gong1-1/+1
2019-10-03drm/amdgpu: add comments in ras interrupt callbackTao Zhou1-0/+4
2019-10-03drm/amdgpu: add common sdma_ras_fini functionTao Zhou1-15/+1
2019-10-03drm/amdgpu: refine sdma4 ras_data_cbTao Zhou1-17/+7
2019-10-03drm/amdgpu: move sdma ecc functions to generic sdma fileTao Zhou1-22/+2
2019-10-03drm/amdgpu: update parameter of ras_ih_cbTao Zhou1-2/+2
2019-09-16drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang1-4/+6
2019-09-13drm/amdgpu/sdma: switch to amdgpu_sdma_ras_late_init helper functionHawking Zhang1-41/+1
2019-09-13drm/amdgpu: set ip specific ras interface pointer to NULL after free itHawking Zhang1-2/+6
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-15/+17
2019-09-13drm/amdgpu: fix memory leak when ras is not supported on specific ip blockHawking Zhang1-1/+2
2019-09-13drm/amdgpu: switch to amdgpu_ras_late_init for sdma v4 block (v2)Hawking Zhang1-74/+24
2019-09-13drm/amdgpu: switch to new amdgpu_nbio structureHawking Zhang1-3/+3
2019-08-29drm/amdgpu: Initialize and update SDMA power gatingPrike Liang1-0/+1
2019-08-27Revert "drm/amdgpu: free up the first paging queue v2"Gang Ba1-15/+8
2019-08-22drm/amdgpu: update gc/sdma goldensetting for rnAaron Liu1-2/+2
2019-08-22drm/amdgpu/sdma4: set sdma clock gating for rnPrike Liang1-0/+1
2019-08-12drm/amdgpu: add sdma golden settings for renoirHuang Rui1-0/+17
2019-08-12drm/amdgpu: add sdma support for renoirHuang Rui1-1/+5
2019-08-12drm/amdgpu: add sdma clock gating for ArcturusLe Ma1-0/+1
2019-08-12drm/amdgpu: support sdma clock gating for more instancesLe Ma1-71/+34
2019-08-02drm/amdgpu: update SDMA V4 microcode initJohn Clements1-35/+75
2019-08-02drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESSTao Zhou1-1/+1
2019-08-02drm/amdgpu: fix unsigned variable instance compared to less than zeroColin Ian King1-1/+2
2019-08-02drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu1-9/+8
2019-07-31drm/amdgpu: update interrupt callback for all ras clientsTao Zhou1-0/+2
2019-07-30drm/amdgpu: correct irq type used for sdma eccHawking Zhang1-2/+2
2019-07-30drm/amdgpu: update more sdma instances irq supportLe Ma1-50/+27
2019-07-22drm/amdgpu: set sdma irq src num according to sdma instancesHawking Zhang1-2/+15
2019-07-18drm/amdgpu: enable all 8 sdma instances for Arcturus siliconLe Ma1-1/+1
2019-07-18drm/amdgpu: limit sdma instances to 2 for Arcturus in BU phaseLe Ma1-1/+1
2019-07-18drm/amdgpu: add arct sdma golden settingsHawking Zhang1-0/+45
2019-07-18drm/amdgpu: declare sdma firmware binary files for ArcturusLe Ma1-0/+8
2019-07-18drm/amdgpu: add paging queue support for 8 SDMA instances on ArcturusLe Ma1-11/+51
2019-07-18drm/amdgpu: add Arcturus chip_name for init sdma microcodeLe Ma1-0/+3
2019-07-18drm/amdgpu: enable 8 SDMA instances for ArcturusLe Ma1-0/+2
2019-07-18drm/amdgpu: correct Arcturus SDMA address space base indexLe Ma1-6/+6
2019-07-18drm/amdgpu: support hdp flush for more sdma instancesLe Ma1-4/+1
2019-07-18drm/amdgpu: specify sdma instance 5~7 with second mmhub typeLe Ma1-1/+42
2019-07-18drm/amdgpu: reorganize sdma v4 code to support more instancesLe Ma1-44/+100
2019-07-18drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub numberLe Ma1-2/+2
2019-06-25drm/amd/amdgpu: sdma_v4_0_start: initialize rErnst Sjöstrand1-1/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+5
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-2/+5
2019-06-13amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-2/+3
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+3
2019-05-24drm/amdgpu: sdma handle ras resumexinhui pan1-1/+18
2019-05-24drm/amdgpu: Skip setting some regs under Vega10 VFTrigger Huang1-6/+8