aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
AgeCommit message (Expand)Author
2024-02-07drm/amdgpu: skip to program GFXDEC registers for suspend abortPrike Liang
2023-11-29drm/amdgpu: fix memory overflow in the IB testTim Huang
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi
2023-09-06drm/amdgpu: Declare array with strings as pointers constantSrinivasan Shanmugam
2023-07-27drm/amdgpu: set completion status as preempted for the resubmissionJiadong Zhu
2023-07-18drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu
2023-07-12drm/amdgpu/gfx9: move update_spm_vmid() out of rlc_init()Alex Deucher
2023-06-09drm/amdgpu: Implement gfx9 patch functions for resubmissionJiadong Zhu
2023-06-09Revert "drm/amdgpu: switch to golden tsc registers for raven/raven2"Alex Deucher
2023-06-09Revert "drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according ...Alex Deucher
2023-06-09drm/amdgpu: add gfx9.4.1 hw debug mode enable and disable callsJonathan Kim
2023-06-09drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim
2023-06-09drm/amdgpu: Program gds backup address as zero if no gds allocatedJiadong Zhu
2023-06-09drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaledJiadong Zhu
2023-06-09drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen
2023-06-09drm:amd:amdgpu: Fix missing buffer object unlock in failure pathSukrut Bellary
2023-06-09drm/amdgpu: add instance mask for RAS injectTao Zhou
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis
2023-06-09drm/amdgpu: Change num_xcd to xcc_maskLijo Lazar
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang
2023-06-09drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revis...Jesse Zhang
2023-06-09drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx rasGuchun Chen
2023-06-09drm/amdgpu/gfx9: always restore kcq MQDsAlex Deucher
2023-04-20drm/amdgpu: initialize num_xcd to 1 for gfx v9_0Le Ma
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 xcc index argument to soc15_grbm_selectLe 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-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma
2023-04-13drm/amdgpu: switch to golden tsc registers for raven/raven2Jesse Zhang
2023-02-08amd/amdgpu: remove test ib on hw ringJesseZhang
2023-01-17drm/amdgpu: Optimize gfx ras block initialization code for gfx v9_0YiPeng Chai
2023-01-13drm/amd: fix some dead code in `gfx_v9_0_init_cp_compute_microcode`Mario Limonciello
2023-01-09drm/amd: Load GFX9 microcode during early_initMario Limonciello
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for GFX9Mario Limonciello
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu
2022-12-02drm/amdgpu: Modify unmap_queue format for gfx9 (v6)Jiadong.Zhu
2022-12-02drm/amdgpu: Add software ring callbacks for gfx9 (v8)Jiadong.Zhu
2022-11-04drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao
2022-11-04drm/amdgpu: switch to select_se_sh wrapper for gfx v9_0Hawking Zhang
2022-11-04drm/amdgpu/gfx9: set gfx.funcs in early initAlex Deucher
2022-09-29drm/amdgpu: Correct the position in patch_cond_execJiadong.Zhu
2022-09-29drm/amdgpu/gfx9: use common function to init cp fwLikun Gao
2022-09-27drm/amdgpu/gfx9: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang
2022-08-22drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Candice Li
2022-08-16drm/amdgpu: use sjt mec fw on aldebaran for sriovshaoyunl