summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
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
2025-08-29drm/amdgpu: Avoid vcn v5.0.1 poison irq call trace on sriov guestMangesh Gadre-1/+1
2025-08-29drm/amdgpu: Avoid jpeg v5.0.1 poison irq call trace on sriov guestMangesh Gadre-1/+1
2025-08-29drm/amd/amdgpu: unified amdgpu ip block nameYang Wang-2/+34
2025-08-29drm/amdgpu/sdma: bump firmware version checks for user queue supportJesse.Zhang-3/+3
2025-08-29drm/amdgpu: Notify pmfw bad page threshold exceededXiang Liu-2/+3
2025-08-29drm/amdgpu/vcn: add instance number to VCN version messageDavid (Ming Qiang) Wu-4/+4
2025-08-29drm/amdgpu/vcn: remove unused code in vcn_v4_0.cDavid (Ming Qiang) Wu-1/+0
2025-08-29Merge tag 'amd-drm-fixes-6.17-2025-08-28' of https://gitlab.freedesktop.org/a...Dave Airlie-9/+18
2025-08-27drm/amdgpu/userq: fix error handling of invalid doorbellAlex Deucher-0/+1
2025-08-27drm/amdgpu: update firmware version checks for user queue supportJesse.Zhang-3/+3
2025-08-27Revert "drm/amdgpu: fix incorrect vm flags to map bo"Alex Deucher-2/+2
2025-08-27drm/amdgpu/gfx12: set MQD as appriopriate for queue typesAlex Deucher-2/+6
2025-08-27drm/amdgpu/gfx11: set MQD as appriopriate for queue typesAlex Deucher-2/+6
2025-08-27drm/amdgpu/userq: fix error handling of invalid doorbellAlex Deucher-0/+1
2025-08-27drm/amdgpu: update firmware version checks for user queue supportJesse.Zhang-3/+3
2025-08-27drm/amdgpu/vpe: cancel delayed work in hw_finiAlex Deucher-4/+2
2025-08-27drm/amdgpu/vcn: remove unused code in vcn_v1_0.cDavid (Ming Qiang) Wu-2/+0
2025-08-27drm/amd/amdgpu : Use the MES INV_TLBS API for tlb invalidation on gfx12Shaoyun Liu-0/+68
2025-08-27drm/amdgpu: fix shift-out-of-bounds in amdgpu_debugfs_jpeg_sched_mask_setJesse.Zhang-1/+1
2025-08-27Reapply "drm/amdgpu: fix incorrect vm flags to map bo"Jack Xiao-2/+2
2025-08-27Revert "drm/amdgpu: fix incorrect vm flags to map bo"Alex Deucher-2/+2
2025-08-27drm/amdgpu/vpe: add ring reset supportAlex Deucher-1/+24
2025-08-27drm/amdgpu/vcn: drop extra cancel_delayed_work_sync()Alex Deucher-2/+0
2025-08-27drm/amdgpu: remove redundant AMDGPU_HAS_VRAMYifan Zhang-9/+1
2025-08-27drm/amdgpu: Correct the loss of aca bank reg infoCe Sun-32/+29
2025-08-27drm/amdgpu: Add a mutex lock to protect poison injectionCe Sun-0/+5