summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2026-02-23drm/amdgpu/sdma4.0: adjust SDMA limitsAlex Deucher-3/+16
2026-02-23drm/amdgpu: Add xgmi link status for VFsSimon Louis-0/+3
2026-02-23drm/amdgpu: Print full vbios infoLijo Lazar-2/+26
2026-02-23drm/amdgpu: rework ring reset backup and reemit v9Alex Deucher-117/+74
2026-02-23drm/amdgpu/discovery: Enable DM for DCN42Roman Li-0/+1
2026-02-23drm/amdgpu: Use DC by default on CIK APUsTimur Kristóf-11/+0
2026-02-23drm/amdgpu: Make amdgpu_vm_flush() non-failing in submission pathSrinivasan Shanmugam-15/+6
2026-02-23drm/amdgpu: Make amdgpu_fence_emit() non-failing v2Srinivasan Shanmugam-24/+13
2026-02-23drm/amdgpu: reorder IB schedule sequenceAlex Deucher-11/+22
2026-02-23drm/amdgpu: Remove duplicate struct memberTvrtko Ursulin-3/+2
2026-02-23drm/amdgpu: add a helper to calculate ring distanceAlex Deucher-6/+12
2026-02-23drm/amdgpu: remove some retired module parametersAlex Deucher-22/+0
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher-6/+4
2026-02-23drm/amdgpu: Remove a few holes from struct amdgpu_ctxTvrtko Ursulin-6/+6
2026-02-23drm/amdgpu/gfx12: add CU mask support for compute MQD initializationJesse.Zhang-0/+33
2026-02-23drm/amdgpu/gfx11: add CU mask support for compute MQD initializationJesse.Zhang-0/+33
2026-02-23drm/amdgpu: Add CU mask support for MQD propertiesJesse.Zhang-0/+61
2026-02-23drm/amdgpu: add mqd_update callback to AMDGPU user queue interfaceJesse.Zhang-0/+2
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer-9/+9
2026-02-23drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_schedsPierre-Eric Pelloux-Prayer-249/+113
2026-02-23drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZEPierre-Eric Pelloux-Prayer-1/+1
2026-02-23drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submitPierre-Eric Pelloux-Prayer-5/+8
2026-02-23drm/amdgpu: add missing lock in amdgpu_benchmark_do_movePierre-Eric Pelloux-Prayer-0/+2
2026-02-23amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWSPierre-Eric Pelloux-Prayer-5/+1
2026-02-23amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer-24/+43
2026-02-23amdgpu/vce: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer-36/+18
2026-02-23drm/amdgpu: add amdgpu_gtt_node_to_byte_offset helperPierre-Eric Pelloux-Prayer-0/+8
2026-02-23drm/amdgpu: add amdgpu_ttm_buffer_entity_fini funcPierre-Eric Pelloux-Prayer-35/+38
2026-02-23drm/amdgpu: statically assign gart windows to ttm entitiesPierre-Eric Pelloux-Prayer-25/+66
2026-02-23drm/amdgpu: remove gart_window_lock usage from gmc v12_1Pierre-Eric Pelloux-Prayer-2/+0
2026-02-23dma-buf: abstract fence locking v2Christian König-5/+5
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-346/+417
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-20/+13
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-42/+21
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-127/+127
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-204/+211
2026-02-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-126/+224
2026-02-19drm/amdgpu: fix 4-level paging if GMC supports 57-bit VA v2Christian König-4/+6
2026-02-19drm/amdgpu: keep vga memory on MacBooks with switchable graphicsAlex Deucher-0/+10
2026-02-19drm/amdgpu: Set atomics to true for xgmiHarish Kasiviswanathan-3/+4
2026-02-19drm/amdkfd: Check for NULL return valuesAndrew Martin-1/+1
2026-02-19drm/amdgpu: Set vmid0 PAGE_TABLE_DEPTH for GFX12.1Harish Kasiviswanathan-1/+4
2026-02-12drm/amdgpu: lock both VM and BO in amdgpu_gem_object_openChristian König-11/+42
2026-02-12drm/amdgpu:Add psp v13_0_15 ip blockMangesh Gadre-6/+18
2026-02-12drm/amdgpu: set family for GC 11.5.4Alex Deucher-1/+3
2026-02-12drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notifyPierre-Eric Pelloux-Prayer-1/+8
2026-02-12drm/amdgpu: Move xgmi status to interface headerLijo Lazar-4/+2
2026-02-12drm/amdgpu: return when ras table checksum is errorGangliang Xie-1/+3
2026-02-12drm/amdgpu: Adjust usleep_range in fence waitCe Sun-1/+1