summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2025-08-04drm/amd/amdgpu: Release xcp drm memory after unplugMeng Li-0/+1
2025-08-04drm/amdgpu: Retain job->vm in amdgpu_job_prepare_jobYuanShang-7/+0
2025-08-04drm/amd: Use drm_*() macros instead of DRM_*() for amdgpu_csMario Limonciello-10/+10
2025-08-04drm/amdgpu: use kmalloc_array() instead of kmalloc()Yunshui Jiang-2/+2
2025-08-04drm/amdgpu: Fix unintended error log in VCN5_0_0Sathishkumar S-2/+3
2025-08-04drm/amdgpu: Effective health check before resetCe Sun-18/+8
2025-08-04drm/amdgpu: Avoid rma causes GPU duplicate resetCe Sun-7/+11
2025-08-04drm/amdgpu: Update IPID value for bad page threshold CPERXiang Liu-2/+6
2025-08-04drm/amdgpu: Fix kdoc style in amdgpu_fence.cSrinivasan Shanmugam-1/+1
2025-08-04drm/amdgpu: Fix build error when CONFIG_SUSPEND is disabledPerry Yuan-0/+4
2025-08-04drm/amdgpu: rework how PTE flags are generated v3Christian König-179/+152
2025-07-31Merge tag 'drm-next-2025-08-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-35/+43
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1870/+3194
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2025-07-28drm/amdgpu: fix module parameter descriptionYann Dirson-1/+1
2025-07-28drm/amdgpu: Add chain runlists support to GC9.4.2Amber Lin-0/+16
2025-07-28drm/amdgpu: Update external revid for GC v9.5.0Lijo Lazar-0/+2
2025-07-28drm/amdgpu: add critical address check for bad page retirementYiPeng Chai-0/+8
2025-07-28drm/amdgpu: Check vcn sram load return valueSathishkumar S-18/+63
2025-07-28drm/amdgpu: Update supported modes for GC v9.5.0Lijo Lazar-1/+4
2025-07-28drm/amdgpu: support ras critical address checkYiPeng Chai-0/+103
2025-07-28drm/amdgpu: adjust the update of RAS bad page numberTao Zhou-20/+30
2025-07-28drm/amdgpu: add range check for RAS bad page addressTao Zhou-30/+28
2025-07-28drm/amdgpu: add command to check address validityYiPeng Chai-0/+66
2025-07-28drm/amdgpu: query the allocated vram address block infoYiPeng Chai-0/+55
2025-07-28drm/amdgpu: update mmhub 4.1.0 client id mappingsAlex Deucher-21/+13
2025-07-28drm/amdgpu: add kicker fws loading for gfx12/smu14/psp14Frank Min-7/+21
2025-07-28drm/amd/amdgpu: fix missing lock for cper.ring->rptr/wptr accessYang Wang-2/+4
2025-07-28drm/amdgpu: Avoid extra evict-restore process.Gang Ba-4/+2
2025-07-28drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_propAlex Deucher-0/+2
2025-07-28drm/amdgpu: Initialize data to NULL in imu_v12_0_program_rlc_ram()Nathan Chancellor-1/+1
2025-07-24Merge tag 'drm-misc-fixes-2025-07-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-0/+20
2025-07-21Merge tag 'amd-drm-next-6.17-2025-07-17' of https://gitlab.freedesktop.org/ag...Dave Airlie-374/+910
2025-07-21Merge tag 'drm-misc-next-2025-07-17' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-9/+38
2025-07-17drm/amdgpu: move reset support type checks into the callerAlex Deucher-79/+37
2025-07-17drm/amdgpu/sdma7: re-emit unprocessed state on ring resetAlex Deucher-4/+3
2025-07-17drm/amdgpu/sdma6: re-emit unprocessed state on ring resetAlex Deucher-4/+3
2025-07-17drm/amdgpu/sdma5.2: re-emit unprocessed state on ring resetAlex Deucher-2/+6
2025-07-17drm/amdgpu/sdma5: re-emit unprocessed state on ring resetAlex Deucher-2/+6
2025-07-17drm/amdgpu/gfx12: re-emit unprocessed state on ring resetAlex Deucher-31/+4
2025-07-17drm/amdgpu/gfx11: re-emit unprocessed state on ring resetAlex Deucher-31/+4
2025-07-17drm/amdgpu/gfx10: re-emit unprocessed state on ring resetAlex Deucher-31/+4
2025-07-17drm/amdgpu/gfx9.4.3: re-emit unprocessed state on kcq resetAlex Deucher-7/+2
2025-07-17drm/amdgpu/gfx9: re-emit unprocessed state on kcq resetAlex Deucher-8/+2
2025-07-17drm/amdgpu: Add WARN_ON to the resource clear functionArunpravin Paneer Selvam-1/+4
2025-07-16drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resumeEeli Haapalainen-0/+1
2025-07-16drm/amdgpu: Increase reset counter only on successLijo Lazar-2/+7
2025-07-16drm/amdgpu: Replace HQD terminology with slots namingJesse Zhang-5/+5
2025-07-16drm/amdgpu: Add user queue instance count in HW IP infoJesse Zhang-0/+20
2025-07-16drm/amd/amdgpu: Add helper functions for isp buffersPratap Nirujogi-10/+176