summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-1/+1
* drm/amdgpu: Clean up errors in gfx_v7_0.cRan Sun2023-08-091-17/+11
* drm/amdgpu: Fix missing parameter desc for 'xcc_id' in gfx_v7_0.c & amdgpu_rlc.cSrinivasan Shanmugam2023-06-091-1/+1
* drm/amdgpu: Initialize xcc maskLijo Lazar2023-06-091-0/+1
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-3/+3
* drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma2023-04-181-2/+2
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-16/+17
* drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma2023-04-181-2/+3
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX7Mario Limonciello2023-01-101-51/+17
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-1/+2
* drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König2022-05-061-51/+13
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-8/+8
* drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan2021-11-051-0/+4
* drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse2021-08-051-0/+1
* drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentationLee Jones2021-05-211-3/+3
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-2/+2
* drm/amd/amdgpu/gfx_v7_0: Trivial typo fixesBhaskar Chowdhury2021-04-091-11/+11
* drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das2020-12-081-1/+1
* drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issuesLee Jones2020-11-241-14/+19
* drm/amd/amdgpu/gfx_v7_0: Remove unused struct definitionLee Jones2020-11-131-9/+0
* drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher2020-10-161-1/+2
* drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-4/+2
* drm/amdgpu: label internally used symbols as staticNirmoy Das2020-07-011-2/+2
* drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák2020-05-181-1/+17
* drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky2020-05-181-1/+15
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-2/+5
* drm/amdgpu: stop disable the scheduler during HW finiChristian König2020-04-011-16/+9
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-1/+2
* drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He2020-02-281-1/+18
* drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao2020-02-281-0/+5
* drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu2019-12-021-0/+2
* drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...yu kuai2019-11-131-2/+1
* Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher2019-08-091-0/+9
|\
| * drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse2019-07-181-0/+9
* | drm/amdgpu: Default disable GDS for compute+gfxJoseph Greathouse2019-07-301-7/+17
* | drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse2019-07-181-0/+9
|/
* drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis2019-07-161-2/+2
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-2/+4
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-2/+4
| |\
| | * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+3
| | * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+1
* | | drm/amdgpu: enable gfx eop interrupt per gfx pipeHawking Zhang2019-06-201-2/+2
|/ /
* / drm/amdgpu: remove static GDS, GWS and OA allocationChristian König2019-05-241-28/+4
|/
* drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák2019-02-051-1/+18
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-3/+3
* drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng2018-11-281-1/+1
* drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao2018-11-091-122/+26
* drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao2018-11-091-12/+4
* drm/amdgpu: unify rlc function into structureLikun Gao2018-11-091-12/+18
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-3/+7