summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-4/+2
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-1/+1
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák1-1/+18
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky1-1/+16
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao1-4/+4
2020-04-22drm/amdgpu: change how we update mmRLC_SPM_MC_CNTLChristian König1-2/+8
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-5/+6
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-7/+0
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-2/+4
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das1-99/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-3/+20
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu1-1/+1
2020-02-28drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He1-1/+18
2020-02-28drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao1-0/+5
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register...chen gong1-2/+3
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui1-2/+5
2019-12-05drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer1-3/+19
2019-12-02drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu1-39/+1
2019-11-13drm/amdgpu: remove set but not used variable 'mc_shared_chmap'yu kuai1-2/+1
2019-10-25drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das1-1/+1
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-0/+9
2019-08-06drm/amdgpu: pin the csb buffer on hw init for gfx v8Likun Gao1-0/+40
2019-07-30drm/amdgpu: Default disable GDS for compute+gfxJoseph Greathouse1-7/+17
2019-07-18drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse1-0/+9
2019-07-18drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse1-0/+9
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis1-2/+2
2019-07-05drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+2
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-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+6
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-05-24drm/amdgpu: remove static GDS, GWS and OA allocationChristian König1-28/+4
2019-03-19drm/amdgpu/gfx_v8_0: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-05drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák1-2/+19
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-2/+2
2019-01-14drm/amdgpu: Cleanup 2 compiler warningsKent Russell1-2/+0
2019-01-14drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequenceTiecheng Zhou1-13/+35
2018-12-10drm/amdgpu: remove set but not used variable 'grbm_soft_reset'YueHaibing1-4/+2
2018-12-10drm/amdgpu: bypass RLC init under sriov for Tonga (v2)Tiecheng Zhou1-0/+5
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-5/+5
2018-11-19drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-09drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao1-143/+58
2018-11-09drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao1-9/+2
2018-11-09drm/amdgpu: unify rlc function into structureLikun Gao1-11/+17
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-3/+7
2018-11-05drm/amdgpu: remove messages from IB testsChristian König1-13/+5
2018-11-05drm/amdgpu: cleanup skipping IB test on KIQChristian König1-2/+0