summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-44/+54
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-1/+1
* drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtimeZhenGuo Yin2023-08-301-10/+3
* drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu2023-07-181-1/+1
* drm/amdgpu/gfx10: move update_spm_vmid() out of rlc_init()Alex Deucher2023-07-121-8/+16
* drm/amdgpu: Fix errors & warnings in gfx_v10_0.cSrinivasan Shanmugam2023-07-101-87/+81
* drm/amdgpu: Remove else after return statement in 'gfx_v10_0_check_grbm_cam_r...Srinivasan Shanmugam2023-07-101-6/+4
* drm/amdgpu: make mcbp a per device settingAlex Deucher2023-06-301-2/+2
* drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim2023-06-091-0/+26
* drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfxGuchun Chen2023-06-091-20/+4
* drm:amd:amdgpu: Fix missing buffer object unlock in failure pathSukrut Bellary2023-06-091-1/+3
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-4/+4
* drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang2023-06-091-3/+3
* drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.Bas Nieuwenhuizen2023-06-091-1/+7
* drm/amdgpu/gfx10: always restore kcq/kgq MQDsAlex Deucher2023-06-091-9/+4
* drm/amdgpu/gfx10: drop unused variableAlex Deucher2023-06-091-3/+1
* drm/amdgpu/gfx10: use generic [en/dis]able_kgq() helpersAlex Deucher2023-06-091-46/+2
* drm/amdgpu/gfx10: drop old bring up codeAlex Deucher2023-06-091-67/+3
* drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma2023-04-181-6/+6
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-8/+8
* drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma2023-04-181-12/+11
* drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma2023-04-181-3/+3
* drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma2023-04-181-16/+16
* drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma2023-04-141-3/+2
* drm/amdgpu: remove unused variablebobzhou2023-03-071-1/+0
* drm/amdgpu: Stop clearing kiq position during finileiyaoyao2023-03-061-11/+3
* drm/amd: Load GFX10 microcode during early_initMario Limonciello2023-01-091-66/+18
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX10Mario Limonciello2023-01-091-51/+20
* drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao2022-11-041-0/+2
* drm/amdgpu/gfx10: set gfx.funcs in early initAlex Deucher2022-11-041-2/+2
* drm/amdgpu: Disable MCBP from soc21 for SRIOVYiqing Yao2022-11-041-2/+2
* drm/amdgpu/gfx10: use common function to init CP fwLikun Gao2022-09-291-78/+8
* drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang2022-09-291-187/+9
* drm/amdgpu: only init tap_delay ucode when it's included in ucode binaryHawking Zhang2022-08-301-25/+35
* drm/amdgpu: reduce reset timeVictor Zhao2022-08-161-2/+7
* Revert "drm/amd/amdgpu: add pipe1 hardware support"Michel Dänzer2022-08-161-1/+1
* drm/amd/amdgpu: add TAP_DELAYS upload support for gfx10Chengming Gui2022-07-251-1/+52
* drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma2022-07-131-11/+71
* drm/amdgpu: fix scratch register access method in SRIOVZhenGuo Yin2022-06-081-3/+4
* drm/amd/amdgpu: add pipe1 hardware supportArunpravin Paneer Selvam2022-06-061-1/+1
* drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam2022-06-061-7/+25
* drm/amdgpu/gfx: fix typos in commentsJulia Lawall2022-05-261-1/+1
* drm/amdgpu/gfx10: rework KIQ programmingHaohui Mai2022-05-261-14/+13
* drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai2022-05-261-1/+1
* drm/amdgpu: Clean up of initializing doorbells for gfx_v9 and gfx_v10Haohui Mai2022-05-261-17/+0
* drm/amdgpu: Unmap legacy queue when MES is enabledLuben Tuikov2022-05-181-1/+1
* drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König2022-05-061-23/+4
* drm/amdgpu: simplify the return expressionMinghao Chi2022-05-051-11/+2
* drm/amdgpu/gfx10: Avoid uninitialised variable 'index'Mike Lothian2022-05-051-1/+2
* drm/amdgpu/gfx10: enable kiq to map mes ringJack Xiao2022-05-041-1/+15