aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2023-04-24drm/amdgpu: add gfx shadow CS IOCTL supportChristian König4-1/+63
2023-04-24drm/amdgpu/gfx11: check the CP FW version CP GFX shadow supportAlex Deucher1-0/+5
2023-04-24drm/amdgpu: fix memory leak in mes self testJack Xiao1-0/+2
2023-04-24drm/amdgpu/gfx11: add FW version check for new CP GFX shadow featureAlex Deucher2-0/+15
2023-04-21drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1hackyzh0021-1/+1
2023-04-21drm/amd/amdgpu: Fix style issues in amdgpu_discovery.cSrinivasan Shanmugam1-4/+4
2023-04-21drm/amdgpu: allocate doorbell index for multi-die caseLe Ma5-2/+22
2023-04-21drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.cSrinivasan Shanmugam2-33/+34
2023-04-21drm/amd/amdgpu: Fix spaces in array indexing and indentations in amdgpu_kms.cSrinivasan Shanmugam1-2/+2
2023-04-21drm/amdgpu: Drop pcie_bif ras check from fatal error handlerCandice Li1-2/+1
2023-04-21drm/amdgpu: fix calltrace warning in amddrm_buddy_finiLonglong Yao1-2/+2
2023-04-20drm/amdgpu: initialize num_xcd to 1 for gfx v9_0Le Ma1-0/+1
2023-04-20drm/amdgpu: add master/slave check in init phaseLe Ma4-26/+50
2023-04-18drm/amdgpu: Fix desktop freezed after gpu-resetAlan Liu1-0/+3
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma10-63/+63
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma18-106/+110
2023-04-18drm/amdgpu: add xcc index argument to gfx v9_4_3 functionsLe Ma1-11/+11
2023-04-18drm/amdgpu: add multi-XCC initial support in gfx_v9_4_3.cLe Ma1-327/+394
2023-04-18drm/amdgpu: add xcc index argument to soc15_grbm_selectLe Ma6-36/+36
2023-04-18drm/amdgpu: split gc v9_4_3 functionality from gc v9_0Le Ma2-15/+2634
2023-04-18drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma6-88/+93
2023-04-18drm/amdgpu: separate the mqd_backup for kiq from kcqLe Ma1-1/+2
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma9-33/+48
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma16-122/+122
2023-04-18drm/amdgpu: Fix desktop freezed after gpu-resetAlan Liu1-0/+3
2023-04-18drm/amdgpu: Add support for querying the max ibs in a submission. (v3)Bas Nieuwenhuizen1-0/+9
2023-04-18drm/amdgpu: Add a max ibs per submission limit.Bas Nieuwenhuizen3-0/+33
2023-04-18drm/amdgpu: Increase GFX6 graphics ring size.Bas Nieuwenhuizen1-1/+1
2023-04-18drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Chong Li1-15/+17
2023-04-18drm/amdgpu/vcn: fix mmsch ctx table sizeJane Jian1-1/+1
2023-04-14drm/amdgpu: add some basic elements for multiple XCD caseLe Ma3-2/+18
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma31-220/+93
2023-04-14Revert "drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV"Jane Jian1-1/+0
2023-04-14drm/amdgpu: add common ip block for GC 9.4.3Hawking Zhang1-0/+1
2023-04-14drm/amdgpu: add common early init support for GC 9.4.3Hawking Zhang1-0/+5
2023-04-14drm/amdgpu: switch to v9_4_3 gfx_funcs callbacks for GC 9.4.3Hawking Zhang2-29/+126
2023-04-14drm/amdgpu: reserve the old gc_11_0_*_mes.binLi Ma1-0/+5
2023-04-14drm/amdgpu: change the reference clock for raven/raven2Jesse Zhang1-4/+3
2023-04-14drm/amdgpu: skip kfd-iommu suspend/resume for S0ixAaron Liu1-3/+5
2023-04-14drm/amdgpu: add gc v9_4_3 rlc_funcs implementationHawking Zhang3-0/+364
2023-04-13drm/amdgpu: drop temp programming for pagefault handlingHawking Zhang1-22/+0
2023-04-13drm/amdgpu: include protection for doorbell.hShashank Sharma1-0/+4
2023-04-13drm/amdgpu: rename num_doorbellsShashank Sharma3-15/+17
2023-04-13drm/amdgpu: switch to golden tsc registers for raven/raven2Jesse Zhang1-0/+40
2023-04-13drm/amdgpu: add gfx v11_0_3 fed irq handling for sriovYiPeng Chai1-3/+11
2023-04-13drm/amdgpu: Rework retry fault removalMukul Joshi2-3/+34
2023-04-13drm/amdgpu: Enable IH retry CAM on GFX9Mukul Joshi4-48/+62
2023-04-13drm/amdgpu: simplify amdgpu_ras_eeprom.cAlex Deucher1-52/+20
2023-04-11drm/amdgpu: Enable GFX11 SDMA context empty interruptGraham Sider1-10/+18
2023-04-11drm/amdkfd: Check PCIe atomics support on GFX11 to set CP_HQD_HQ_STATUS0[29]Sreekant Somasekharan1-1/+1