summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2025-09-09drm/amdgpu: fix a memory leak in fence cleanup when unloadingAlex Deucher-2/+0
2025-09-09amd/amdkfd: correct mem limit calculation for small APUsYifan Zhang-12/+32
2025-09-08drm/amdgpu: Wait for bootloader after PSPv11 resetLijo Lazar-15/+4
2025-09-05drm/amdgpu: Fix error codes if copy_to_user() failsDan Carpenter-2/+4
2025-09-05drm/amdgpu: Correct misnamed function in amdgpu_gem.cSrinivasan Shanmugam-1/+1
2025-09-05drm/amdgpu: print root PD address in PDE format instead of GPUSunil Khatri-1/+1
2025-09-05drm/amdgpu: Add vbios build number interfaceLijo Lazar-3/+54
2025-09-05drm/amdgpu/userq: add a detect and reset callbackJesse.Zhang-0/+51
2025-09-05drm/amdgpu: don't enable SMU on cyan skillfishAlex Deucher-1/+4
2025-09-05drm/amdgpu: add support for cyan skillfish gpu_infoAlex Deucher-0/+4
2025-09-05drm/amdgpu: add support for cyan skillfish without IP discoveryAlex Deucher-0/+30
2025-09-05drm/amdgpu: add ip offset support for cyan skillfishAlex Deucher-1/+59
2025-09-05drm/amdgpu: Fix function header names in amdgpu_connectors.cSrinivasan Shanmugam-3/+12
2025-09-05amd/amdkfd: correct mem limit calculation for small APUsYifan Zhang-12/+32
2025-09-05drm/amdgpu/userq: add force completion helpersAlex Deucher-0/+43
2025-09-05drm/amdgpu: add user queue reset sourceAlex Deucher-0/+4
2025-09-05drm/amdgpu/mes12: implement detect and reset callbackJesse.Zhang-0/+31
2025-09-05drm/amdgpu/mes11: implement detect and reset callbackJesse.Zhang-0/+31
2025-09-05drm/amdgpu/mes: add front end for detect and reset hung queueJesse.Zhang-0/+86
2025-09-05drm/amd/amdgpu: Implement MES suspend/resume gang functionality for v12Jesse.Zhang-2/+30
2025-09-05drm/amdgpu: Add preempt and restore callbacks to userq funcsJesse.Zhang-0/+4
2025-09-05drm/amdgpu: fix the formating for debugfs printSunil Khatri-1/+1
2025-09-05drm/amd: add more cyan skillfish PCI idsAlex Deucher-0/+5
2025-09-05drm/amdgpu: add more information in debugfs to pagetable dumpSunil Khatri-0/+6
2025-09-05drm/amdgpu: Correct info field of bad page threshold exceed CPERXiang Liu-1/+3
2025-09-05drm/amdgpu/vcn: Remove redundant ternary operatorsLiao Yuanhong-2/+2
2025-09-05drm/amdgpu/jpeg: Remove redundant ternary operatorsLiao Yuanhong-3/+3
2025-09-05drm/amdgpu/ih: Remove redundant ternary operatorsLiao Yuanhong-6/+3
2025-09-05drm/amdgpu/gmc: Remove redundant ternary operatorsLiao Yuanhong-6/+3
2025-09-05drm/amdgpu/gfx: Remove redundant ternary operatorsLiao Yuanhong-4/+2
2025-09-05drm/amdgpu/amdgpu_cper: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-09-05drm/amd/amdgpu: Fix a less than zero check on a uint32_t struct fieldColin Ian King-2/+4
2025-09-05Merge tag 'drm-misc-next-2025-09-04' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-40/+82
2025-09-03drm/amd/amdgpu: Fix missing error return on kzalloc failureColin Ian King-1/+1
2025-09-02drm/amdgpu/amdkfd: Avoid a couple hundred -Wflex-array-member-not-at-end warn...Gustavo A. R. Silva-6/+10
2025-09-02drm/amd/amdgpu: Fix missing error return on kzalloc failureColin Ian King-1/+1
2025-09-02drm/amd/pm: Remove wm_low and wm_high fields from amdgpu_crtc (v2)Timur Kristóf-9/+3
2025-09-02drm/amdgpu: Power up UVD 3 for FW validation (v2)Timur Kristóf-4/+25
2025-09-02drm/amdgpu: Add mapping info option for GEM_OP ioctlDavid Francis-13/+80
2025-09-02drm/amdgpu: Add ioctl to get all gem handles for a processDavid Francis-0/+82
2025-09-02drm/amdgpu: Allow more flags to be set on gem create.David Francis-9/+15
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie-1140/+1481
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer-40/+82
2025-08-29drm/amdgpu: drop hw access in non-DC audio finiAlex Deucher-20/+0
2025-08-29drm/amdgpu/mes11: make MES_MISC_OP_CHANGE_CONFIG failure non-fatalAlex Deucher-2/+3
2025-08-29drm/amdgpu/sdma: bump firmware version checks for user queue supportJesse.Zhang-3/+3
2025-08-29drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)Timur Kristóf-13/+44
2025-08-29drm/amdgpu: drop hw access in non-DC audio finiAlex Deucher-20/+0
2025-08-29drm/amdgpu/mes11: make MES_MISC_OP_CHANGE_CONFIG failure non-fatalAlex Deucher-2/+3
2025-08-29drm/amdgpu: Check vcn state before profile switchLijo Lazar-54/+56