summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2026-03-11drm/amdgpu: fix shift-out-of-bounds when updating umc active maskHawking Zhang-2/+2
2026-03-11drm/amdgpu: bypass IMU ucode loading for MP0 15.0.8Le Ma-0/+7
2026-03-11drm/amdgpu: update GFX CGCG/LS flags for gfx 12.1Le Ma-1/+2
2026-03-11drm/amd/amdgpu: Disable reset on init for soc_v1_0Asad Kamal-11/+0
2026-03-11drm/amdgpu: Add default reset method for soc_v1_0Asad Kamal-0/+24
2026-03-11drm/amdgpu: use common defines for GMC 12.1 HUB faultsAlex Deucher-1/+5
2026-03-11drm/amdgpu: Handle IH v7_1 reg offset differencesHawking Zhang-7/+29
2026-03-11drm/amdgpu: fix DF NULL pointer issue for soc24Likun Gao-1/+1
2026-03-11drm/amdgpu: add support for lsdma v7_1Likun Gao-1/+135
2026-03-11drm/amdgpu: Use memcpy to update IPD table for sriov guestHawking Zhang-5/+15
2026-03-11drm/amdgpu: New interface to get IP discovery binary v3Hawking Zhang-73/+93
2026-03-11drm/amdgpu/discovery: use common function to check discovery tableLikun Gao-122/+84
2026-03-11drm/amdgpu/discovery: support new discovery binary headerLikun Gao-37/+91
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie-1989/+2218
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello-0/+6
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea-8/+8
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello-0/+4
2026-03-06drm/amdgpu: push userq debugfs function in amdgpu_debugfs filesSunil Khatri-48/+58
2026-03-06drm/amdgpu/userq: declutter the code with gotoSunil Khatri-22/+18
2026-03-06drm/amdgpu/userq: defer queue publication until create completesSunil Khatri-33/+33
2026-03-06drm/amdgpu: fix warning for potentially insecure stringSunil Khatri-1/+1
2026-03-06drm/amdgpu: include ip discovery data in devcoredumpPierre-Eric Pelloux-Prayer-0/+47
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea-8/+8
2026-03-06drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edidJoshua Peisach-15/+7
2026-03-06drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edidJoshua Peisach-23/+23
2026-03-06drm/amdgpu/gfx12.1: add support for disable_kqAlex Deucher-19/+71
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello-0/+6
2026-03-06drm/amdgpu: gfx 12.1 cleanupsAlex Deucher-15/+4
2026-03-06drm/amdgpu: Move test for fbdev GEM object into generic helperThomas Zimmermann-18/+3
2026-03-06drm/amdgpu/userq: remove queue from doorbell xa during clean upSunil Khatri-0/+1
2026-03-06drm/amdgpu/userq: remove queue from doorbell xarraySunil Khatri-0/+1
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello-0/+4
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-2/+2
2026-03-04drm/amdgpu/userq: refcount userqueues to avoid any race conditionsSunil Khatri-39/+95
2026-03-04drm/amdgpu/userq: Consolidate wait ioctl exit pathTvrtko Ursulin-23/+5
2026-03-04drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailboxsguttula-10/+10
2026-03-04drm/amdgpu: Fix use-after-free race in VM acquireAlysa Liu-1/+5
2026-03-04drm/amdgpu: Fix mutex handling in amdgpu_benchmark_do_move() v3Srinivasan Shanmugam-1/+1
2026-03-04drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailboxsguttula-10/+10
2026-03-04drm/amdgpu: Remove redundant missing hw ip handlingTvrtko Ursulin-7/+0
2026-03-04drm/amdgpu: Reject impossible entities earlyTvrtko Ursulin-0/+5
2026-03-04drm/amdgpu/userq: refcount userqueues to avoid any race conditionsSunil Khatri-39/+95
2026-03-04drm/amdgpu: Fix use-after-free race in VM acquireAlysa Liu-1/+5
2026-03-04drm/amdgpu: GFX12.1 scratch memory limit up to 57-bitPhilip Yang-3/+9
2026-03-02drm/amdgpu: Enable DPG support for VCN5sguttula-1/+3
2026-03-02drm/amdgpu: Use get_smn_base in aqua_vanjaramLijo Lazar-45/+90
2026-03-02drm/amdgpu: Add smn callbacks to register blockLijo Lazar-0/+24
2026-03-02drm/amdgpu: Move pcie lock to register blockLijo Lazar-57/+56