aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-31drm/amd: Don't init MEC2 firmware when it fails to loadDavid McFarland1-2/+0
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher1-1/+1
2024-01-18drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guestYuanShang1-1/+1
2024-01-15drm/amdgpu: Fix the null pointer when load rlc firmwareMa Jun1-9/+6
2023-12-13drm/amdgpu: Enable tunneling on high-priority compute queuesFriedrich Vock1-1/+2
2023-11-03drm/amdgpu: ungate power gating when system suspendPerry Yuan1-0/+9
2023-11-03drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDsAlex Deucher1-6/+6
2023-11-03drm/amdgpu doorbell range should be set when gpu recoveryLin.Cao1-0/+7
2023-10-04drm/amdgpu: correct gpu clock counter query on cyan skilfishLang Yu1-0/+21
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-44/+54
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-1/+1
2023-08-30drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtimeZhenGuo Yin1-10/+3
2023-07-18drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu1-1/+1
2023-07-12drm/amdgpu/gfx10: move update_spm_vmid() out of rlc_init()Alex Deucher1-8/+16
2023-07-10drm/amdgpu: Fix errors & warnings in gfx_v10_0.cSrinivasan Shanmugam1-87/+81
2023-07-10drm/amdgpu: Remove else after return statement in 'gfx_v10_0_check_grbm_cam_remapping'Srinivasan Shanmugam1-6/+4
2023-06-30drm/amdgpu: make mcbp a per device settingAlex Deucher1-2/+2
2023-06-09drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim1-0/+26
2023-06-09drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen1-20/+4
2023-06-09drm:amd:amdgpu: Fix missing buffer object unlock in failure pathSukrut Bellary1-1/+3
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis1-4/+4
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-3/+3
2023-06-09drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.Bas Nieuwenhuizen1-1/+7
2023-06-09drm/amdgpu/gfx10: always restore kcq/kgq MQDsAlex Deucher1-9/+4
2023-06-09drm/amdgpu/gfx10: drop unused variableAlex Deucher1-3/+1
2023-06-09drm/amdgpu/gfx10: use generic [en/dis]able_kgq() helpersAlex Deucher1-46/+2
2023-06-09drm/amdgpu/gfx10: drop old bring up codeAlex Deucher1-67/+3
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma1-6/+6
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-8/+8
2023-04-18drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma1-12/+11
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-3/+3
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-16/+16
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-3/+2
2023-03-07drm/amdgpu: remove unused variablebobzhou1-1/+0
2023-03-06drm/amdgpu: Stop clearing kiq position during finileiyaoyao1-11/+3
2023-01-09drm/amd: Load GFX10 microcode during early_initMario Limonciello1-66/+18
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for GFX10Mario Limonciello1-51/+20
2022-11-04drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao1-0/+2
2022-11-04drm/amdgpu/gfx10: set gfx.funcs in early initAlex Deucher1-2/+2
2022-11-04drm/amdgpu: Disable MCBP from soc21 for SRIOVYiqing Yao1-2/+2
2022-09-29drm/amdgpu/gfx10: use common function to init CP fwLikun Gao1-78/+8
2022-09-29drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang1-187/+9
2022-08-30drm/amdgpu: only init tap_delay ucode when it's included in ucode binaryHawking Zhang1-25/+35
2022-08-16drm/amdgpu: reduce reset timeVictor Zhao1-2/+7
2022-08-16Revert "drm/amd/amdgpu: add pipe1 hardware support"Michel Dänzer1-1/+1
2022-07-25drm/amd/amdgpu: add TAP_DELAYS upload support for gfx10Chengming Gui1-1/+52
2022-07-13drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma1-11/+71
2022-06-08drm/amdgpu: fix scratch register access method in SRIOVZhenGuo Yin1-3/+4