aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher2-6/+4
2026-02-23drm/amdgpu: Remove a few holes from struct amdgpu_ctxTvrtko Ursulin1-6/+6
2026-02-23drm/amdgpu/gfx12: add CU mask support for compute MQD initializationJesse.Zhang1-0/+33
2026-02-23drm/amdgpu/gfx11: add CU mask support for compute MQD initializationJesse.Zhang1-0/+33
2026-02-23drm/amdgpu: Add CU mask support for MQD propertiesJesse.Zhang3-0/+61
2026-02-23drm/amdgpu: add mqd_update callback to AMDGPU user queue interfaceJesse.Zhang1-0/+2
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer2-9/+9
2026-02-23drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_schedsPierre-Eric Pelloux-Prayer13-249/+113
2026-02-23drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZEPierre-Eric Pelloux-Prayer1-1/+1
2026-02-23drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submitPierre-Eric Pelloux-Prayer1-5/+8
2026-02-23drm/amdgpu: add missing lock in amdgpu_benchmark_do_movePierre-Eric Pelloux-Prayer1-0/+2
2026-02-23amdgpu/gtt: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWSPierre-Eric Pelloux-Prayer2-5/+1
2026-02-23amdgpu/ttm: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer2-24/+43
2026-02-23amdgpu/vce: use amdgpu_gtt_mgr_alloc_entriesPierre-Eric Pelloux-Prayer4-36/+18
2026-02-23drm/amdgpu: add amdgpu_gtt_node_to_byte_offset helperPierre-Eric Pelloux-Prayer1-0/+8
2026-02-23drm/amdgpu: add amdgpu_ttm_buffer_entity_fini funcPierre-Eric Pelloux-Prayer1-35/+38
2026-02-23drm/amdgpu: statically assign gart windows to ttm entitiesPierre-Eric Pelloux-Prayer4-31/+72
2026-02-23drm/amdgpu: remove gart_window_lock usage from gmc v12_1Pierre-Eric Pelloux-Prayer1-2/+0
2026-02-23drm/amd/display: Promote DC to 3.2.370Taimur Hassan1-1/+1
2026-02-23drm/amd/display: Refactor and fix link_dpms infoDominik Kaszewski1-81/+84
2026-02-23drm/amd/display: Refactor and fix link_dpms I2CDominik Kaszewski1-301/+156
2026-02-23drm/amd/display: Add gpuvm and hvm params to dml21Dmytro Laktyushkin3-2/+9
2026-02-23drm/amd/display: Refactor fams2 calculationsDillon Varone2-92/+100
2026-02-23drm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper2-12/+60
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König6-6/+10
2026-02-23dma-buf: abstract fence locking v2Christian König8-21/+25
2026-02-23dma-buf: protected fence ops by RCU v8Christian König2-3/+3
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1177-4166/+5540
2026-02-23drm/i915/alpm: ALPM disable fixesJouni Högander1-6/+1
2026-02-23drm/mcde: dsi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-6/+6
2026-02-23drm/mcde: dsi: mcde_dsi_bind: break when a panel or bridge is foundLuca Ceresoli1-0/+5
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1975-25744/+151164
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook51-120/+80
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds132-492/+246
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds28-32/+32
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds928-1971/+1971
2026-02-21drm/rockchip: dw_dp: Add DisplayPort support for rk3576Andy Yan1-0/+8
2026-02-21drm/bridge: synopsys: dw-dp: Make i2s/spdif clk optionalAndy Yan1-2/+2
2026-02-21drm/bridge: synopsys: dw-dp: Set pixel mode by platform dataAndy Yan2-11/+16
2026-02-21drm/rockchip: vop2: Use drm_err_ratelimited() for wait timeoutsHsieh Hung-En1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1005-2813/+2797
2026-02-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds199-949/+2118
2026-02-21Merge tag 'drm-xe-next-fixes-2026-02-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie13-60/+71
2026-02-21Merge tag 'drm-intel-next-fixes-2026-02-20' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie1-0/+3
2026-02-20drm/xe/sa: Add lockdep annotations for SA manager swap_guardSatyanarayana K V P1-0/+6
2026-02-20drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocationSatyanarayana K V P5-64/+132
2026-02-20drm/sa: Split drm_suballoc_new() into SA alloc and init helpersSatyanarayana K V P1-20/+86
2026-02-20drm/xe/sync: Fix user fence leak on alloc failureShuicheng Lin1-2/+4
2026-02-20drm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin1-7/+17
2026-02-20drm/xe/pf: Skip VRAM auto-provisioning if already provisionedMichal Wajdeczko1-0/+56