aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resumeEeli Haapalainen2025-07-161-0/+1
* drm/amdgpu/gfx8: drop reset_kgqAlex Deucher2025-06-181-71/+0
* drm/amdgpu/gfx: Use CSB helpers in gfx_v8_0_get_csb_bufferRodrigo Siqueira2025-04-301-29/+5
* drm/amdgpu/gfx8: fix CSIB handlingAlex Deucher2025-04-071-2/+0
* drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König2025-03-261-40/+5
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-3/+3
* drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri2025-02-191-2/+2
* drm/amdgpu: reduce RLC safe mode request for gfx clock gatingPrike Liang2025-01-061-8/+4
* drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer2024-12-181-2/+2
* drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello2024-12-101-0/+16
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-2/+2
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-2/+2
* drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang2024-12-101-3/+1
* drm/amdgpu: Fix map/unmap queue logicLijo Lazar2024-11-081-0/+7
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-2/+0
* drm/amdgpu: fix typosAndrew Kreimer2024-10-081-1/+1
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-10/+3
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+4
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-4/+10
* drm/amdgpu: update the handle ptr in post_soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in pre_soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in check_soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in late_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu/gfx8: add ring reset callback for gfxAlex Deucher2024-08-161-1/+74
* drm/amdgpu/gfx8: enable wave kill for compute queuesAlex Deucher2024-07-231-0/+1
* drm/amdgpu: refine gfx8 firmware loadingYang Wang2024-06-141-36/+33
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: cleanup conditional executionChristian König2024-03-041-20/+8
* drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ringMa Jun2024-02-221-3/+2
* drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guestYuanShang2024-01-181-2/+2
* drm/amdgpu: fix memory overflow in the IB testTim Huang2023-11-291-2/+2
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-1/+1
* drm/amdgpu: Initialize xcc maskLijo Lazar2023-06-091-0/+1
* drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen2023-06-091-2/+0
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-3/+3
* drm/amdgpu/gfx8: always restore kcq MQDsAlex Deucher2023-06-091-4/+2
* drm:amd:amdgpu: Fix missing bo unlock in failure pathSukrut Bellary2023-06-091-1/+3
* drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma2023-04-181-10/+10
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-16/+17
* drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma2023-04-181-10/+9
* drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma2023-04-181-3/+4
* drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma2023-04-181-8/+8