summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/amdgpu: cleanup conditional executionChristian König1-20/+8
2024-02-22drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ringMa Jun1-3/+2
2024-01-18drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guestYuanShang1-2/+2
2023-11-30drm/amdgpu: fix memory overflow in the IB testTim Huang1-2/+2
2023-09-12drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-1/+1
2023-06-09drm/amdgpu: Initialize xcc maskLijo Lazar1-0/+1
2023-06-09drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen1-2/+0
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis1-3/+3
2023-06-09drm/amdgpu/gfx8: always restore kcq MQDsAlex Deucher1-4/+2
2023-06-09drm:amd:amdgpu: Fix missing bo unlock in failure pathSukrut Bellary1-1/+3
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma1-10/+10
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-16/+17
2023-04-18drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma1-10/+9
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-3/+4
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-8/+8
2023-01-17drm/amdgpu: Add a missing tabDan Carpenter1-1/+1
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GFX8Mario Limonciello1-61/+33
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-1/+2
2022-11-04drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao1-0/+2
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall1-2/+2
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai1-1/+1
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-20/+4
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-10/+10
2022-04-11drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev1-1/+1
2022-04-09drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
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-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-3/+3
2021-03-24drm/amdgpu: Replace in_task() in gfx_v8_0_parse_sq_irq()Sebastian Andrzej Siewior1-4/+5
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das1-1/+49
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das1-1/+17
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das1-4/+2
2020-12-09drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-12-02drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headersLee Jones1-1/+1
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das1-2/+4
2020-11-02drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-10-27drm/amdgpu: correct CG_ACLK_CNTL settingEvan Quan1-3/+11
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-1/+2
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-34/+27
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-14drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan1-3/+2
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan1-14/+7
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-3/+3
2020-08-05drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu1-14/+15
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+3
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