summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2026-04-10drm/ttm/tests: fix lru_count ASSERTMatthew Auld-1/+1
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki-4/+0
2026-04-09drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()Yury Norov-2/+1
2026-04-09drm/atomic: Increase timeout in drm_atomic_helper_wait_for_vblanks()Thomas Zimmermann-1/+1
2026-04-09drm/i915/gem: Drop check for changed VM in EXECBUFJoonas Lahtinen-1/+1
2026-04-09drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docsThadeu Lima de Souza Cascardo-5/+2
2026-04-09drm/fb-helper: Fix a locking bug in an error pathBart Van Assche-1/+3
2026-04-09Merge tag 'drm-rust-next-2026-04-06' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie-58/+91
2026-04-08drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeatSebastian Brzezinka-8/+18
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-457/+809
2026-04-08ttm/pool: track allocated_pages per numa node.Dave Airlie-15/+47
2026-04-08ttm/pool: make pool shrinker NUMA aware (v2)Dave Airlie-17/+21
2026-04-08ttm/pool: drop numa specific poolsDave Airlie-11/+2
2026-04-08ttm/pool: port to list_lru. (v2)Dave Airlie-45/+79
2026-04-08drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)Dave Airlie-6/+15
2026-04-07drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar-2/+1
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter-56/+837
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda-5/+1
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda-3/+0
2026-04-07drm/i915/psr: Do not use pipe_src as borders for SU areaJouni Högander-11/+19
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier-1/+1
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman-4/+4
2026-04-05i915: don't use a vma that didn't match the context VMLinus Torvalds-0/+2
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard-6/+1
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney-3/+2
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot-2/+19
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot-46/+68
2026-04-03drm/amdgpu: dump job ibs in the devcoredumpPierre-Eric Pelloux-Prayer-1/+92
2026-04-03drm/amdgpu: store ib info for devcoredumpPierre-Eric Pelloux-Prayer-1/+20
2026-04-03drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer-29/+54
2026-04-03drm/amdgpu: Use amdgpu by default for CIK APUs tooTimur Kristóf-7/+3
2026-04-03drm/amd/display: Remove unused NUM_ELEMENTS macrosLinus Probert-12/+0
2026-04-03drm/amd/display: Replace inline NUM_ELEMENTS macro with ARRAY_SIZELinus Probert-5/+6
2026-04-03drm/amdgpu: save ring content before resetting the devicePierre-Eric Pelloux-Prayer-18/+80
2026-04-03drm/amdgpu: make userq fence_drv drop explicit in queue destroyPrike Liang-7/+12
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang-52/+28
2026-04-03drm/amdgpu/userq: use dma_fence_wait_timeout without test for signalledSunil Khatri-13/+4
2026-04-03drm/amdgpu/userq: call dma_resv_wait_timeout without test for signalledSunil Khatri-23/+11
2026-04-03drm/amdgpu/userq: add the return code too in error conditionSunil Khatri-5/+4
2026-04-03drm/amdgpu/userq: fence wait for max time in amdgpu_userq_wait_for_signalSunil Khatri-12/+3
2026-04-03drm/amd/display: Change dither policy for 10 bpc output back to ditheringMario Kleiner-1/+1
2026-04-03drm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov-20/+19
2026-04-03drm/amdgpu/userq: dont need check for return values in amdgpu_userq_evictSunil Khatri-12/+4
2026-04-03drm/amd/pm: fix memleak issue in smu_v15_0_8_get_gpu_metrics()Yang Wang-2/+0
2026-04-03drm/amd/pm: optimize logic and remove unnecessary checks in smu v15.0.8Yang Wang-29/+23
2026-04-03drm/amd/pm: fix null pointer dereference issue in smu_v15_0_8_get_power_limit()Yang Wang-1/+1
2026-04-03drm/amd/pm: correct mem_busy_percent display due to calculation errorsYang Wang-15/+32
2026-04-03drm/radeon: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2026-04-03amd/amdkfd: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-1/+2