aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-07-28drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLEGang Ba1-3/+7
2026-07-28drm/amdgpu: move debug_vm handling to amdgpu_cs_parser_finiPierre-Eric Pelloux-Prayer1-14/+16
2026-07-28drm/amdgpu: Update driver if header for SMU V15.0.5Kanala Ramalingeswara Reddy3-7/+253
2026-07-28drm/amdkfd: Handle invalid event type in CRIU event restoreDavid Francis1-0/+3
2026-07-28drm/amdgpu: Update message IDs to PMFW to correctly gather GFXOFF residency logsFares Soliman5-16/+50
2026-07-28drm/amdgpu: Pack nested ucode_info structAlex Hung1-1/+1
2026-07-28drm/amdgpu: Fix __rcu fence pointer accessesAlex Hung2-2/+2
2026-07-28drm/amdkfd: fix QID bit leak in pqm_create_queue()Vladimir Marioukhine1-1/+1
2026-07-28drm/amd/display: Increase HDMI AV mute wait from 2 to 3 framesRay Wu1-5/+11
2026-07-28drm/amdgpu: skip clearing empty freed VM list on GEM closeBob Zhou1-0/+2
2026-07-28drm/amdgpu: dont pin wptr bo instead use eviction fenceSunil Khatri2-12/+24
2026-07-28drm/amdkfd: Add bounds check for CRAT subtype lengthWilliam Palacek1-0/+9
2026-07-28drm/amdgpu : update mmhub eco sec lvl for vcn5_3Suresh Guttula5-0/+79
2026-07-28drm/amd/display: use proper context for loggingJiri Slaby (SUSE)1-11/+9
2026-07-28drm/amdkfd: Evict SVM BOs synchronously from TTM evictionPhilip Yang6-40/+100
2026-07-28drm/amdkfd: Fix signal reset eventAmber Lin1-9/+8
2026-07-28drm/amdgpu: cap GTT size to physical RAM on APUsHarkirat Gill1-0/+12
2026-07-28drm/amd/pm: use milliwatts for GPU power sensorsYang Wang27-51/+65
2026-07-28drm/amdgpu: restore UMD profile pstate after runtime resumeCandice Li1-0/+15
2026-07-28drm/amd/display: Fix DML file discovery for out-of-tree buildsPrike Liang1-2/+5
2026-07-28drm/amdgpu/ttm: Use more optimal copy packet sizes for copy and fillTimur Kristóf1-2/+25
2026-07-28drm/amdgpu: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-313/+313
2026-07-28drm/amdkfd: allow CWSR grace period of 0 on supported firmwareWilliam Palacek1-4/+66
2026-07-28drm/amdgpu: reset VI ASIC on MacBookPro15,1Andre Eikmeyer1-0/+20
2026-07-28drm/amd/display: Silence link_dpms I2C retimer failuresAlan Swanson1-8/+8
2026-07-28drm/amd/display: Don't use tiling flags anymoreTimur Kristóf4-188/+3
2026-07-28drm/amd/display: Support DRM format modifiers on GFX6-8Timur Kristóf3-13/+319
2026-07-28drm/amdgpu: Convert tiling flags to modifiers on GFX6-8Timur Kristóf1-12/+165
2026-07-28drm/amdgpu/gfx12.1: drop all BUG()sAlex Deucher1-6/+10
2026-07-28drm/amdgpu/gfx12: drop all BUG()sAlex Deucher1-7/+10
2026-07-28drm/amdgpu/gfx11: drop all BUG()sAlex Deucher1-8/+11
2026-07-28drm/amdgpu/gfx10: drop all BUG()sAlex Deucher1-9/+13
2026-07-28drm/amdgpu/gfx9.4.3: drop all BUG()sAlex Deucher1-4/+9
2026-07-28drm/amdgpu/gfx9: drop all BUG()sAlex Deucher1-7/+11
2026-07-28drm/amdgpu/gfx8: drop all BUG()sAlex Deucher1-1/+2
2026-07-28drm/amdgpu/gfx7: drop all BUG()sAlex Deucher1-1/+2
2026-07-28drm/amdgpu/gfx6: drop all BUG()sAlex Deucher1-7/+5
2026-07-28drm/amdgpu/psp14: replace BUG() with an errorAlex Deucher1-1/+3
2026-07-28drm/amdgpu/psp13.0.4: replace BUG() with an errorAlex Deucher1-1/+3
2026-07-28drm/amdgpu/psp13: replace BUG() with an errorAlex Deucher1-1/+3
2026-07-28drm/amdgpu/psp11: replace BUG() with an errorAlex Deucher1-1/+3
2026-07-28drm/amdgpu/mes12.1: drop all BUG()sAlex Deucher1-6/+10
2026-07-28drm/amdgpu/mes12: drop all BUG()sAlex Deucher1-6/+9
2026-07-28drm/amdgpu/mes11: drop all BUG()sAlex Deucher1-11/+16
2026-07-28drm/amdgpu/imu12: WARN() rather than BUG()Alex Deucher1-2/+3
2026-07-28drm/amdkfd: hold event_mutex while checkpointing CRIU eventsWilliam Palacek1-3/+17
2026-07-28drm/amdgpu: avoid resource leak on SR-IOV VF with AMDGIM_FEATURE_RAS_CPER enabledCe Sun1-1/+1
2026-07-28drm/amdgpu: normalize error return of RAS command wrapper functionsCe Sun2-4/+4
2026-07-28drm/amd/ras: add device lost check to early exit psp cmd wait loopCe Sun4-0/+22
2026-07-28drm/amdgpu: reduce early full GPU access during SR-IOV initchong li2-7/+88