summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao2022-11-041-0/+2
* drm/amdgpu: switch to select_se_sh wrapper for gfx v9_0Hawking Zhang2022-11-041-14/+14
* drm/amdgpu/gfx9: set gfx.funcs in early initAlex Deucher2022-11-041-2/+2
* drm/amdgpu: Correct the position in patch_cond_execJiadong.Zhu2022-09-291-1/+1
* drm/amdgpu/gfx9: use common function to init cp fwLikun Gao2022-09-291-88/+10
* drm/amdgpu/gfx9: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang2022-09-271-103/+3
* drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Candice Li2022-08-221-1/+2
* drm/amdgpu: use sjt mec fw on aldebaran for sriovshaoyunl2022-08-161-2/+12
* drm/amdgpu: fix scratch register access method in SRIOVGavin Wan2022-07-201-4/+4
* drm/amdgpu/gfx: fix typos in commentsJulia Lawall2022-05-261-1/+1