summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2026-03-23drm/amdgpu/gfx11: look at the right prop for gfx queue priorityAlex Deucher-1/+1
2026-03-23drm/amdgpu/gfx10: look at the right prop for gfx queue priorityAlex Deucher-1/+1
2026-03-23drm/amdgpu: Skip discovery dump when topology is unavailableSrinivasan Shanmugam-5/+3
2026-03-23drm/amdgpu: annotate eviction fence signaling pathChristian König-0/+10
2026-03-23drm/amdgpu: Avoid NULL dereference in discovery topology coredump path v3Srinivasan Shanmugam-1/+10
2026-03-23drm/amdgpu: make amdgpu_user_wait_ioctl more resilent v2Christian König-21/+27
2026-03-23drm/amdgpu: replace WARN with DRM_ERROR for invalid sched priorityJesse.Zhang-3/+1
2026-03-17drm/amdgpu: rework how we handle TLB fencesAlex Deucher-1/+8
2026-03-17drm/amdgpu: Add client ids for gmcv9 mmhubsLijo Lazar-36/+49
2026-03-17drm/amdgpu: Add client ids for mmhub v2.xLijo Lazar-32/+35
2026-03-17drm/amdgpu: Add client ids for mmhub v3.xLijo Lazar-51/+49
2026-03-17drm/amdgpu: Add client ids for mmhub v4.xLijo Lazar-20/+12
2026-03-17drm/amdgpu: Add client id helpers to mmhubLijo Lazar-0/+25
2026-03-17drm/amdgpu: Remove dead negative offset check in amdgpu_virt_init_critical_re...Srinivasan Shanmugam-5/+0
2026-03-17drm/amdgpu: Move amdgpu_vm_is_bo_always_valid() before first useSrinivasan Shanmugam-14/+14
2026-03-17drm/amdgpu: Drop redundant queue NULL check in hang detect workerSrinivasan Shanmugam-1/+1
2026-03-17drm/amdgpu : Update psp 13_0_15 ip block supportMangesh Gadre-1/+6
2026-03-17drm/amdgpu: rework amdgpu_userq_wait_ioctl v4Christian König-259/+323
2026-03-17drm/amdgpu: fix adding eviction fenceChristian König-8/+24
2026-03-17drm/amdgpu: fix eviction fence and userq manager shutdownChristian König-1/+16
2026-03-17drm/amdgpu: completely rework eviction fence handling v2Christian König-206/+110
2026-03-17drm/amdgpu: rework how we handle TLB fencesAlex Deucher-1/+8
2026-03-17drm/amdgpu: Add JPEG_v5_0_2 IP blockSonny Jiang-0/+954
2026-03-17drm/amdgpu: Set VCN_5_0_2 DPG modeSonny Jiang-1/+1
2026-03-17drm/amdgpu: Add VCN_5_0_2 codecs capabilities supportSonny Jiang-0/+34
2026-03-17drm/amdgpu: Add VCN v5_0_2Sonny Jiang-2/+1259
2026-03-17drm/amd/pm: Add fru eeprom info supportAsad Kamal-0/+1
2026-03-17drm/amdgpu: Fix ISP segfault issue in kernel v7.0Pratap Nirujogi-2/+2
2026-03-17drm/amdgpu/gmc9.0: add bounds checking for cidAlex Deucher-7/+14
2026-03-17drm/amdgpu/mmhub4.2.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub4.1.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0.2: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0.1: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub2.3: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub2.0: add bounds checking for cidAlex Deucher-3/+6
2026-03-17drm/amdgpu: Limit BO list entry count to prevent resource exhaustionJesse.Zhang-0/+4
2026-03-17drm/amdgpu: Fix ISP segfault issue in kernel v7.0Pratap Nirujogi-2/+2
2026-03-17drm/amdgpu/gmc9.0: add bounds checking for cidAlex Deucher-7/+14
2026-03-17drm/amdgpu/mmhub4.2.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub4.1.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0.2: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub3.0.1: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub2.3: add bounds checking for cidAlex Deucher-1/+2
2026-03-17drm/amdgpu/mmhub2.0: add bounds checking for cidAlex Deucher-3/+6
2026-03-17drm/amdgpu: Add default case in DVI mode validationSrinivasan Shanmugam-0/+2
2026-03-17drm/amdgpu: Drop unreachable return in amdgpu_reg_get_smn_base64()Srinivasan Shanmugam-1/+0
2026-03-17drm/amdgpu: validate fence_count in wait_fences ioctlJesse.Zhang-0/+7
2026-03-17drm/amdgpu: move devcoredump generation to a workerPierre-Eric Pelloux-Prayer-7/+91