summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2024-11-14drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-14drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Lijo Lazar1-1/+1
2024-11-14drm/amdgpu: Adjust debugfs register access permissionsAlex Deucher1-1/+1
2024-11-14drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-14drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher1-3/+3
2024-11-08drm/amdgpu: fix random data corruption for sdma 7Frank Min1-1/+8
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello1-3/+12
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringSrinivasan Shanmugam1-2/+3
2024-10-22drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees1-1/+1
2024-10-22drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipesMichael Chen1-2/+2
2024-10-17drm/amdkfd: Fix an eviction fence leakLang Yu1-2/+2
2024-10-10drm/amdgpu/gfx10: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu/gfx11: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu/gfx12: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu/gfx11: enter safe mode before touching CP_INT_CNTLAlex Deucher1-2/+2
2024-10-10drm/amdgpu/gfx9: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu: Block MMR_READ IOCTL in resetVictor Skvortsov1-12/+31
2024-10-10drm/amdgpu: fix ptr check warning in gfx11 ip_dumpSunil Khatri1-3/+3
2024-10-10drm/amdgpu: fix ptr check warning in gfx10 ip_dumpSunil Khatri1-3/+3
2024-10-10drm/amdgpu: fix ptr check warning in gfx9 ip_dumpSunil Khatri1-2/+2
2024-10-10drm/amdgpu: fix unchecked return value warning for amdgpu_atombiosTim Huang1-14/+21
2024-10-10drm/amdgpu: fix unchecked return value warning for amdgpu_gfxTim Huang1-4/+14
2024-10-10drm/amdgpu/gfx9: properly handle error ints on all pipesAlex Deucher2-5/+89
2024-10-10drm/amdgpu/gfx12: properly handle error ints on all pipesAlex Deucher1-24/+106
2024-10-10drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-10-10drm/amdgpu: add raven1 gfxoff quirkPeng Liu1-0/+2
2024-10-10drm/amdgpu: add list empty check to avoid null pointer issueYang Wang1-0/+10
2024-10-10drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang2-8/+8
2024-10-10drm/amdgpu: disallow multiple BO_HANDLES chunks in one submitPierre-Eric Pelloux-Prayer1-0/+4
2024-10-10drm/amdgpu: Fix get each xcp macroAsad Kamal1-1/+1
2024-10-04drm/amdgpu: Fix selfring initialization sequence on soc24David Belanger1-10/+13
2024-10-04drm/amdgpu/mes12: switch SET_SHADER_DEBUGGER pkt to mes schq pipeJack Xiao1-5/+6
2024-10-04drm/amdgpu: bump driver version for cleared VRAMAlex Deucher1-1/+2
2024-10-04drm/amdgpu: fix PTE copy corruption for sdma 7Frank Min1-2/+5
2024-10-04drm/amdgpu/vcn: enable AV1 on both instancesSaleemkhan Jamadar1-165/+0
2024-10-04drm/amdgpu/mes12: set enable_level_process_quantum_checkJack Xiao1-0/+1
2024-10-04drm/amdgpu: update golden regs for gfx12Frank Min1-3/+11
2024-10-04drm/amdgpu/mes11: reduce timeoutAlex Deucher1-1/+1
2024-10-04drm/amdgpu/mes12: reduce timeoutAlex Deucher1-1/+1
2024-10-04drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flushLang Yu1-2/+4
2024-10-04drm/amd/amdgpu: Properly tune the size of structWangYuli1-2/+2
2024-10-04drm/amdgpu: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-09-11drm/amd/amdgpu: apply command submission parser for JPEG v1David (Ming Qiang) Wu2-1/+86
2024-09-11drm/amd/amdgpu: apply command submission parser for JPEG v2+David (Ming Qiang) Wu10-64/+78
2024-09-02drm/amdgpu: always allocate cleared VRAM for GEM allocationsAlex Deucher1-0/+3
2024-09-02drm/amdgpu/mes: add mes mapping legacy queue switchJack Xiao4-20/+43
2024-08-28drm/amdgpu: support for gc_info table v1.3Likun Gao2-0/+17
2024-08-28drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDsAlex Deucher1-1/+1
2024-08-21drm/amdgpu: fix eGPU hotplug regressionAlex Deucher1-1/+1
2024-08-21drm/amdgpu: Validate TA binary sizeCandice Li1-0/+3