aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v8_0_get_csb_bufferRodrigo Siqueira1-29/+5
2025-04-07drm/amdgpu/gfx8: fix CSIB handlingAlex Deucher1-2/+0
2025-03-26drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König1-40/+5
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-3/+3
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri1-2/+2
2025-01-06drm/amdgpu: reduce RLC safe mode request for gfx clock gatingPrike Liang1-8/+4
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-2/+2
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+16
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang1-1/+1
2024-12-10drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang1-3/+1
2024-11-08drm/amdgpu: Fix map/unmap queue logicLijo Lazar1-0/+7
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-2/+0
2024-10-08drm/amdgpu: fix typosAndrew Kreimer1-1/+1
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-10/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+4
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-4/+10
2024-10-01drm/amdgpu: update the handle ptr in post_soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in pre_soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in check_soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in late_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-08-16drm/amdgpu/gfx8: add ring reset callback for gfxAlex Deucher1-1/+74
2024-07-23drm/amdgpu/gfx8: enable wave kill for compute queuesAlex Deucher1-0/+1
2024-06-14drm/amdgpu: refine gfx8 firmware loadingYang Wang1-36/+33
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
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-29drm/amdgpu: fix memory overflow in the IB testTim Huang1-2/+2
2023-09-11drm/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