summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2025-01-06drm/amdgpu: Remove unnecessary NULL checkKent Russell-4/+2
2025-01-06drm/amdgpu: Add a lock when accessing the buddy trim functionArunpravin Paneer Selvam-1/+1
2025-01-06drm/amdgpu: reduce RLC safe mode request for gfx clock gatingPrike Liang-20/+6
2025-01-06drm/amdgpu/gfx10: Add cleaner shader for GFX10.3.0Srinivasan Shanmugam-0/+195
2025-01-06drm/amdgpu: Fix error handling in amdgpu_ras_add_bad_pagesSrinivasan Shanmugam-5/+16
2025-01-06drm/amdgpu: Fix for MEC SJT FW Load Fail on VFyfeng1-2/+7
2024-12-20Merge tag 'amd-drm-next-6.14-2024-12-18' of https://gitlab.freedesktop.org/ag...Dave Airlie-1045/+4857
2024-12-19drm/amdgpu: track bo memory stats at runtimeYunxiang Li-139/+232
2024-12-19drm/amdgpu: remove unused function parameterYunxiang Li-12/+7
2024-12-19drm: make drm-active- stats optionalYunxiang Li-0/+1
2024-12-19Merge tag 'v6.13-rc3' into drm-nextDave Airlie-16/+30
2024-12-18drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_updateMichel Dänzer-4/+3
2024-12-18drm/admgpu: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac-3/+1
2024-12-18drm/amdgpu: Show warning message if IH ring overflowPhilip Yang-9/+13
2024-12-18drm/amdgpu: Optimize gfx v9 GPU page fault handlingPhilip Yang-0/+13
2024-12-18drm/amdgpu: partially revert "reduce reset time"Christian König-8/+4
2024-12-18drm/amdgpu: set the VM pointer to NULL in amdgpu_job_prepareChristian König-0/+7
2024-12-18drm/amdgpu: fix amdgpu_coredumpChristian König-3/+2
2024-12-18drm/amdgpu: Enable psp v14_0_3 RAS support for non-SRIOV configurations.Candice Li-1/+1
2024-12-18drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interruptPhilip Yang-3/+5
2024-12-18drm/amdgpu: Fix potential integer overflow in scheduler mask calculationsKarol Przybylski-4/+4
2024-12-18drm/amdgpu/gfx12: fix IP version checkAlex Deucher-1/+1
2024-12-18drm/amdgpu/mmhub4.1: fix IP version checkAlex Deucher-1/+1
2024-12-18drm/amdgpu/nbio7.11: fix IP version checkAlex Deucher-1/+1
2024-12-18drm/amdgpu/nbio7.0: fix IP version checkAlex Deucher-1/+1
2024-12-18drm/amdgpu/nbio7.7: fix IP version checkAlex Deucher-1/+1
2024-12-18drm/amdgpu: Failed to check various return codeAndrew Martin-8/+8
2024-12-18drm/amdgpu: Use dbg level for VBIOS check messagesLijo Lazar-12/+14
2024-12-18drm/amdgpu: remove useless init from amdgpu_job_allocPierre-Eric Pelloux-Prayer-5/+0
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer-45/+40
2024-12-18drm/amdgpu: don't access invalid schedPierre-Eric Pelloux-Prayer-2/+1
2024-12-18drm/amdgpu: simplify return statement in amdgpu_ras_eeprom_initDheeraj Reddy Jonnalagadda-1/+1
2024-12-18drm/amd/display: add non-DC drm_panic supportAlex Deucher-0/+107
2024-12-18drm/amd: Require CONFIG_HOTPLUG_PCI_PCIE for BOCOMario Limonciello-0/+3
2024-12-18drm/amdgpu/vcn: reset fw_shared under SRIOVBokun Zhang-0/+2
2024-12-18drm/amdgpu: add generic display panic helper codeAlex Deucher-0/+85
2024-12-13Merge tag 'amd-drm-fixes-6.13-2024-12-11' of https://gitlab.freedesktop.org/a...Dave Airlie-16/+30
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-4/+2
2024-12-11drm/amdgpu/jpeg5.0.1: use num_jpeg_inst for SR-IOVAlex Deucher-1/+1
2024-12-11drm/amdgpu/jpeg4.0.3: use num_jpeg_inst for SR-IOVAlex Deucher-1/+1
2024-12-11drm/amdgpu: add sysfs reset mask for vcn 5.0.1Alex Deucher-1/+7
2024-12-11drm/amdgpu: add ip_dump support for vcn 5.0.1Alex Deucher-22/+33
2024-12-11drm/amd: Update strapping for NBIO 2.5.0Mario Limonciello-0/+11
2024-12-11drm/amdgpu/gfx11: clean up kcq reset codeJesse.zhang@amd.com-19/+3
2024-12-11drm/amdgpu/gfx12: clean up kcq reset codeJesse.zhang@amd.com-13/+5
2024-12-11drm/amdgpu/sdma7: Add queue reset sysfs for sdmav7Jesse.zhang@amd.com-0/+8
2024-12-11drm/amdgpu/mes12: Implement reset gfx/compute queue function by mmioJesse.zhang@amd.com-1/+89
2024-12-11drm/amdgpu/mes12: Implement reset sdmav7 queue function by mmioJesse.zhang@amd.com-0/+46
2024-12-11drm/amdgpu: Avoid VF for RAS recovery source checkLijo Lazar-0/+1
2024-12-11drm/amdgpu/sdma7: implement queue reset callback for sdma7Jesse.zhang@amd.com-0/+26