summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guestYuanShang1-2/+2
2023-09-12drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-1/+1
2023-08-09drm/amdgpu: Clean up errors in gfx_v7_0.cRan Sun1-17/+11
2023-06-09drm/amdgpu: Fix missing parameter desc for 'xcc_id' in gfx_v7_0.c & amdgpu_rlc.cSrinivasan Shanmugam1-1/+1
2023-06-09drm/amdgpu: Initialize xcc maskLijo Lazar1-0/+1
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis1-3/+3
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma1-2/+2
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-16/+17
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-2/+3
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GFX7Mario Limonciello1-51/+17
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-1/+2
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-51/+13
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-8/+8
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan1-0/+4
2021-08-06drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse1-0/+1
2021-05-21drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentationLee Jones1-3/+3
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-2/+2
2021-04-09drm/amd/amdgpu/gfx_v7_0: Trivial typo fixesBhaskar Chowdhury1-11/+11
2020-12-09drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-11-24drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issuesLee Jones1-14/+19
2020-11-14drm/amd/amdgpu/gfx_v7_0: Remove unused struct definitionLee Jones1-9/+0
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-1/+2
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-4/+2
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-2/+2
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák1-1/+17
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky1-1/+15
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-2/+5
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-16/+9
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-1/+2
2020-02-29drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He1-1/+18
2020-02-29drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao1-0/+5
2019-12-03drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu1-0/+2
2019-11-13drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...yu kuai1-2/+1
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-0/+9
2019-07-31drm/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-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+4
2019-06-21drm/amdgpu: enable gfx eop interrupt per gfx pipeHawking Zhang1-2/+2
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+4
2019-06-11drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+3
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+1
2019-05-24drm/amdgpu: remove static GDS, GWS and OA allocationChristian König1-28/+4
2019-02-06drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák1-1/+18
2019-01-26drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-3/+3
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-1/+1
2018-11-10drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao1-122/+26
2018-11-10drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao1-12/+4
2018-11-10drm/amdgpu: unify rlc function into structureLikun Gao1-12/+18