aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)Author
2023-11-29drm/amdgpu: fix memory overflow in the IB testTim Huang
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi
2023-06-09drm/amdgpu: Initialize xcc maskLijo Lazar
2023-06-09drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis
2023-06-09drm/amdgpu/gfx8: always restore kcq MQDsAlex Deucher
2023-06-09drm:amd:amdgpu: Fix missing bo unlock in failure pathSukrut Bellary
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma
2023-04-18drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma
2023-01-17drm/amdgpu: Add a missing tabDan Carpenter
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GFX8Mario Limonciello
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König
2022-11-04drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao
2022-04-11drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan
2021-08-05drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König
2021-03-23drm/amdgpu: Replace in_task() in gfx_v8_0_parse_sq_irq()Sebastian Andrzej Siewior
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das
2020-12-01drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headersLee Jones
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das
2020-11-02drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma
2020-10-27drm/amdgpu: correct CG_ACLK_CNTL settingEvan Quan
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao
2020-04-22drm/amdgpu: change how we update mmRLC_SPM_MC_CNTLChristian König
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das