summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix the ring buffer size for queue VM flushPrike Liang2024-04-261-2/+0
* drm/amdgpu: Fix truncation issues in gfx_v9_0.cSrinivasan Shanmugam2024-03-221-3/+3
* drm/amdgpu: disable ring_muxer if mcbp is offPierre-Eric Pelloux-Prayer2024-03-061-9/+12
* 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/amdgpu: skip to program GFXDEC registers for suspend abortPrike Liang2024-02-071-0/+8
* drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guestYuanShang2024-01-181-1/+1
* drm/amdgpu: fix memory overflow in the IB testTim Huang2023-11-291-2/+2
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-40/+43
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-2/+2
* drm/amdgpu: Declare array with strings as pointers constantSrinivasan Shanmugam2023-09-061-3/+3
* drm/amdgpu: set completion status as preempted for the resubmissionJiadong Zhu2023-07-271-0/+3
* drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu2023-07-181-1/+1
* drm/amdgpu/gfx9: move update_spm_vmid() out of rlc_init()Alex Deucher2023-07-121-19/+15
* drm/amdgpu: Implement gfx9 patch functions for resubmissionJiadong Zhu2023-06-091-0/+80
* Revert "drm/amdgpu: switch to golden tsc registers for raven/raven2"Alex Deucher2023-06-091-40/+0
* Revert "drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according ...Alex Deucher2023-06-091-14/+19
* drm/amdgpu: add gfx9.4.1 hw debug mode enable and disable callsJonathan Kim2023-06-091-2/+2
* drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim2023-06-091-0/+30
* drm/amdgpu: Program gds backup address as zero if no gds allocatedJiadong Zhu2023-06-091-5/+8
* drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaledJiadong Zhu2023-06-091-4/+4
* drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen2023-06-091-2/+0
* drm:amd:amdgpu: Fix missing buffer object unlock in failure pathSukrut Bellary2023-06-091-1/+3
* drm/amdgpu: add instance mask for RAS injectTao Zhou2023-06-091-3/+3
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-4/+4
* drm/amdgpu: Change num_xcd to xcc_maskLijo Lazar2023-06-091-1/+1
* drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang2023-06-091-4/+4
* drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revis...Jesse Zhang2023-06-091-19/+14
* drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx rasGuchun Chen2023-06-091-1/+2
* drm/amdgpu/gfx9: always restore kcq MQDsAlex Deucher2023-06-091-5/+2
* drm/amdgpu: initialize num_xcd to 1 for gfx v9_0Le Ma2023-04-201-0/+1
* 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-15/+15
* drm/amdgpu: add xcc index argument to soc15_grbm_selectLe Ma2023-04-181-13/+13
* drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma2023-04-181-13/+12
* drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma2023-04-181-2/+3
* drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma2023-04-181-12/+12
* drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma2023-04-141-4/+3
* drm/amdgpu: switch to golden tsc registers for raven/raven2Jesse Zhang2023-04-131-0/+40
* amd/amdgpu: remove test ib on hw ringJesseZhang2023-02-081-1/+0
* drm/amdgpu: Optimize gfx ras block initialization code for gfx v9_0YiPeng Chai2023-01-171-21/+5
* drm/amd: fix some dead code in `gfx_v9_0_init_cp_compute_microcode`Mario Limonciello2023-01-131-5/+6
* drm/amd: Load GFX9 microcode during early_initMario Limonciello2023-01-091-49/+9
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX9Mario Limonciello2023-01-091-61/+21
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-1/+2
* drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu2022-12-021-3/+4
* drm/amdgpu: Modify unmap_queue format for gfx9 (v6)Jiadong.Zhu2022-12-021-29/+153
* drm/amdgpu: Add software ring callbacks for gfx9 (v8)Jiadong.Zhu2022-12-021-1/+112