summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
6 daysdrm/amdgpu: Allocate coredump ring buffers per ringLijo Lazar2-26/+27
6 daysdrm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_formatMikhail Gavrilov3-124/+184
10 daysdrm/amdgpu: disallow multiple FENCE chunks in one submitJunrui Luo1-0/+4
10 daysdrm/amdgpu: Fix UVD decode image min size calculationDavid Rosca1-2/+2
10 daysdrm/amdgpu: Fix UVD dpb min size calculation for H264David Rosca1-58/+4
10 daysdrm/amdgpu: Fix UVD min buffer sizesDavid Rosca1-5/+7
10 daysdrm/amdgpu: Implement insert_end for VCE 3David Rosca1-4/+22
10 daysdrm/amdgpu: Reject UVD message with dimensions above 4096David Rosca1-2/+2
10 daysdrm/amdgpu: validate GEM_CREATE domain combinationsCandice Li1-0/+21
10 daysdrm/amdgpu: check ASPM on the dGPU host linkYang Wang1-1/+49
10 daysdrm/amdgpu: fix missing check in vm_flush()Alex Deucher1-1/+2
10 daysdrm/amdgpu: fix nbif 6.3.1 l1 low power not functionalYang Wang1-25/+17
10 daysdrm/amdgpu: Prefer default discovery offsetLijo Lazar1-0/+13
10 daysdrm/amdgpu: Reject UVD message with invalid number of h265 refsDavid Rosca1-0/+3
10 daysdrm/amdgpu/gmc12.1: fix MMHUB0 check in pasid tlb flushAlex Deucher1-1/+1
10 daysdrm/amdgpu/gmc12.1: implement tlb inv semaphoreAlex Deucher1-0/+46
10 daysdrm/amdgpu: fix aperture iounmap skipped on device removalAsad Kamal1-8/+2
10 daysdrm/amdgpu: fix JPEG v4.0.5 queue reset failure in DPG modeJesse Zhang1-4/+17
10 daysdrm/amdgpu: fix JPEG v5.0.0 queue reset failure in DPG modeJesse Zhang1-4/+17
10 daysdrm/amdgpu: fix JPEG v5.3.0 queue reset failure in DPG modeJesse Zhang1-4/+17
10 daysdrm/amdgpu: Use virtual alloc during coredumpLijo Lazar1-3/+7
10 daysdrm/amdgpu/userq: serialize queue map against GPU resetJesse Zhang1-0/+5
10 daysdrm/amdgpu: read TRUNCATE_COORD_MODE on gfx12Qiang Yu1-0/+5
10 daysdrm/amdgpu: reject oversized IBs with per-ring packet limitsCandice Li1-1/+26
2026-08-19Revert "drm/amdgpu: fix aperture mapping leak"Asad Kamal2-16/+21
2026-08-09drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström2-8/+4
2026-08-09drm/amd/pm: use milliwatts for GPU power sensorsYang Wang2-2/+11
2026-08-09drm/amdgpu: cap GTT size to physical RAM on APUsHarkirat Gill1-0/+12
2026-08-09drm/amdgpu: restore UMD profile pstate after runtime resumeCandice Li1-0/+15
2026-08-09drm/amdgpu: move debug_vm handling to amdgpu_cs_parser_finiPierre-Eric Pelloux-Prayer1-14/+16
2026-08-03drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfxChristian König2-2/+2
2026-08-03drm/amdgpu: fix aperture mapping leakAsad Kamal2-22/+16
2026-08-03drm/amdgpu: reject mapping a reserved doorbell to a new queueZhu Lingshan1-2/+2
2026-08-03drm/amdgpu: invoke pm_genpd_remove() before freeing genpdCe Sun1-0/+2
2026-08-03drm/amdgpu: fix resource leak on ACP reset timeoutCe Sun1-4/+7
2026-08-03drm/amdgpu: Fix kernel panic during driver load failureHarish Kasiviswanathan2-4/+22
2026-08-03drm/amdgpu: fix division by zero with invalid uvd dimensionsBoyuan Zhang1-0/+8
2026-08-03drm/amdgpu/vcn4: avoid rereading IB param lengthBoyuan Zhang1-6/+9
2026-08-03drm/amdgpu/vce: fix integer overflow in image sizeBoyuan Zhang1-3/+14
2026-08-03drm/amdgpu/sdma7.1: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-08-03drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-08-03drm/amdgpu/mes11: set doorbell offset for suspending userqPrike Liang1-0/+2
2026-08-03drm/amdgpu/jpeg: fix jpeg_v5_0_1_is_idle detectionBoyuan Zhang1-1/+1
2026-08-03drm/amdgpu/jpeg: fix jpeg_v4_0_3_is_idle detectionBoyuan Zhang1-1/+1
2026-08-03drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()Alex Deucher1-5/+5
2026-08-03drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()Alex Deucher1-7/+4
2026-08-03drm/amdgpu/gfx8: drop unecessary BUG_ON()Alex Deucher1-3/+0
2026-08-03drm/amdgpu/gfx12: replace BUG_ON() with WARN_ON()Alex Deucher1-8/+5
2026-08-03drm/amdgpu/gfx12: fix EOP interrupt routing for KQ and userqJesse Zhang1-14/+29
2026-08-03drm/amdgpu/gfx11: fix EOP interrupt routing for KQ and userqJesse Zhang1-14/+29