aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis1-2/+2
2019-07-16drm/amdkfd: Consistently apply noretry settingFelix Kuehling1-0/+4
2019-07-05drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+2
2019-07-01drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEAlex Deucher1-19/+0
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+6
2019-06-20drm/amdgpu: enable gfx eop interrupt per gfx pipeHawking Zhang1-2/+2
2019-06-20drm/amdgpu: rename amdgpu_gfx_compute_mqd_sw_initHawking Zhang1-2/+2
2019-06-20drm/amdgpu: add helper function for gfx queue/bitmap transitionHawking Zhang1-9/+9
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-1/+11
2019-06-17drm/amdgpu: explicitly set mmGDS_VMID0_BASE to 0James Zhu1-18/+17
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-2/+6
2019-06-13amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-06-11drm/amdgpu: Add GDS clearing workaround in later init for gfx9James Zhu1-0/+49
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-1/+11
2019-06-11drm/amdgpu: Fixed missing to clear some EDC countJames Zhu1-45/+40
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+2
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+4
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-1/+11
2019-05-31drm/amdgpu/sriov: Correct some register program methodEmily Deng1-5/+5
2019-05-31drm/amdgpu:Fix the unpin warning about csb bufferEmily Deng1-3/+1
2019-05-24drm/amdgpu: remove static GDS, GWS and OA allocationChristian König1-32/+7
2019-05-24drm/amdgpu: gfx handle ras resumexinhui pan1-1/+19
2019-05-24drm/amdgpu: Fix S3 test issueJames Zhu1-9/+5
2019-05-24drm/amdgpu: RLC to program regs for Vega10 SR-IOVTrigger Huang1-50/+50
2019-05-24drm/amdgpu: Skip setting some regs under Vega10 VFTrigger Huang1-6/+8
2019-05-24drm/amdgpu: gfx support ras gpu resetxinhui pan1-2/+8
2019-05-24drm/amdgpu: add gfx9 gpr EDC workaround when RAS is enabledJames Zhu1-0/+245
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-2/+0
2019-04-10drm/amdgpu: Add a check to avoid panic because of unexpected irqsxinhui pan1-1/+7
2019-04-10drm/amdgpu: gfx use amdgpu_ras_feature_enable_on_bootxinhui pan1-2/+2
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+199
2019-04-02drm/amdgpu: remove unnecessary rlc reset function on gfx9Le Ma1-2/+0
2019-03-20drm/amdgpu: add one rlc version into gfxoff blacklistHuang Rui1-0/+1
2019-03-20drm/amdgpu: enable gfxoff again on raven series (v2)Huang Rui1-0/+21
2019-03-19drm/amdgpu: handle ras resumexinhui pan1-1/+4
2019-03-19drm/amdkfd: add RAS ECC event support (v3)Eric Huang1-0/+1
2019-03-19drm/amdgpu: enable ras on gfx9 (v2)Feifei Xu1-0/+173
2019-03-11drm/amdgpu: Update gc golden setting for vega familyshaoyunl1-0/+1
2019-02-05drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák1-2/+38
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-2/+2
2019-01-14drm/amdgpu: fix CPDMA hang in PRT mode for VEGA20Tao Zhou1-5/+5
2019-01-14drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCGLikun Gao1-0/+4
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-242/+164
2018-12-07drm/amdgpu: both support PCO FP5/AM4 rlc fwAaron Liu1-1/+15
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-4/+4
2018-11-28drm/amdgpu: Add delay after enable RLC ucodeshaoyunl1-3/+4
2018-11-19drm/amdgpu/gfx: use proper offset define for MEC doorbellsAlex Deucher1-1/+1
2018-11-09drm/amdgpu/gfx9: rework lbpw enable codeAlex Deucher1-17/+12
2018-11-09drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao1-141/+42
2018-11-09drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao1-16/+2