summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-10-24Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/xe/...Simona Vetter-69/+49
2025-10-24Merge tag 'drm-intel-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/...Simona Vetter-12/+13
2025-10-24Merge tag 'drm-misc-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/m...Simona Vetter-10/+62
2025-10-23drm/xe: Check return value of GGTT workqueue allocationMatthew Brost-0/+3
2025-10-21drm/amd/display: use GFP_NOWAIT for allocation in interrupt handlerAurabindo Pillai-2/+2
2025-10-21drm/amd/display: increase max link count and fix link->enc NULL pointer accessCharlene Liu-1/+10
2025-10-21drm/amd/display: Fix NULL pointer dereferenceMeenakshikumar Somasundaram-1/+2
2025-10-21drm/panic: Fix 24bit pixel crossing page boundariesJocelyn Falempe-2/+44
2025-10-21drm/panic: Fix divide by 0 if the screen width < font widthJocelyn Falempe-1/+1
2025-10-21drm/panic: Fix kmsg text drawing rectangleJocelyn Falempe-1/+1
2025-10-21drm/panic: Fix qr_code, ensure vmargin is positiveJocelyn Falempe-1/+4
2025-10-21drm/panic: Fix overlap between qr code and logoJocelyn Falempe-1/+1
2025-10-21drm/panic: Fix drawing the logo on a small narrow screenJocelyn Falempe-0/+3
2025-10-20drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström-3/+15
2025-10-20drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström-67/+32
2025-10-20drm/i915/panic: fix panic structure allocation memory leakJani Nikula-12/+13
2025-10-17drm/panthor: Fix kernel panic on partial unmap of a GPU VA regionAkash Goel-3/+7
2025-10-17Merge tag 'drm-xe-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-31/+99
2025-10-17Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-19/+23
2025-10-17Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/a...Dave Airlie-123/+166
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari-1/+1
2025-10-16drm/sched: Fix potential double free in drm_sched_job_add_resv_dependenciesTvrtko Ursulin-6/+7
2025-10-15drm/xe/evict: drop bogus assertMatthew Auld-8/+0
2025-10-15drm/xe/migrate: don't misalign current bytesMatthew Auld-1/+3
2025-10-15drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper-0/+5
2025-10-15drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström-1/+3
2025-10-15drm/i915/psr: Deactivate PSR only on LNL and when selective fetch enabledJouni Högander-2/+10
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann-8/+11
2025-10-14Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-19291/+40342
2025-10-14drm/rockchip: vop2: use correct destination rectangle height checkAlok Tiwari-1/+1
2025-10-14drm/draw: fix color truncation in drm_draw_fill24Francesco Valla-2/+2
2025-10-13drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin-1/+12
2025-10-13drm/xe: Enable media sampler power gatingVinay Belgaumkar-0/+9
2025-10-13drm/xe: Handle mixed mappings and existing VRAM on atomic faultsMatthew Brost-1/+12
2025-10-13drm/xe/migrate: Fix an error pathThomas Hellström-1/+1
2025-10-13drm/xe: Move rebar to be done earlierLucas De Marchi-8/+29
2025-10-13drm/xe: Don't allow evicting of BOs in same VM in array of VM bindsMatthew Brost-9/+24
2025-10-13drm/xe: Increase global invalidation timeout to 1000usKenneth Graunke-1/+1
2025-10-13drm/amdkfd: fix suspend/resume all calls in mes based eviction pathJonathan Kim-52/+21
2025-10-13drm/amdgpu: enable suspend/resume all for gfx 12Jonathan Kim-7/+4
2025-10-13drm/amdgpu: fix hung reset queue array memory allocationJonathan Kim-10/+20
2025-10-13drm/amdgpu: fix initialization of doorbell array for detect and hangJonathan Kim-1/+1
2025-10-13drm/amdgpu: fix gfx12 mes packet status return checkJonathan Kim-1/+6
2025-10-13drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devicesJesse.Zhang-6/+7
2025-10-13drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAMChristian König-0/+3
2025-10-13drm/amdgpu: fix bit shift logicSathishkumar S-1/+1
2025-10-13drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf-2/+1
2025-10-13drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han-11/+8
2025-10-13drm/amdgpu: set an error on all fences from a bad contextAlex Deucher-6/+37
2025-10-13drm/amdgpu: handle wrap around in reemit handlingAlex Deucher-5/+10