aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
8 daysdrm/panthor: Check debugfs GEM lock initializationLinmao Li1-1/+4
8 daysdrm/panthor: return error on truncated firmwareOsama Abdelkader1-0/+1
8 daysdrm/ttm: Account for NULL and handle pages in ttm_pool_backupMatthew Brost1-4/+30
9 daysdrm/gpusvm: publish dpagemap early to avoid device mapping leak on errorHonglei Huang1-5/+11
9 daysdrm/gpusvm: do not route system pages to device_unmap() on IOVA unmapHonglei Huang1-6/+12
9 daysdrm/gpusvm: free the whole IOVA reservation on unmapHonglei Huang1-5/+14
9 daysdrm/i915/display: Fix NV12 ceiling division for bigjoiner caseVidya Srinivas1-20/+13
10 daysdrm/i915/gt: use correct selftest config symbolPengpeng Hou1-1/+1
10 daysdrm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue ...Ryosuke Yasuoka2-4/+4
10 daysdrm/virtio: Don't detach GEM from a non-created contextJason Macnak1-6/+8
13 daysMerge tag 'tegra-for-7.2-pmc-fixes' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-4/+2
13 daysnouveau/vmm: fix another SPT/LPT raceDave Airlie1-17/+14
13 daysMerge tag 'drm-xe-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-10/+34
13 daysMerge tag 'amd-drm-fixes-7.2-2026-07-09' of https://gitlab.freedesktop.org/ag...Dave Airlie17-50/+94
13 daysMerge tag 'drm-misc-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-32/+175
14 daysdrm/imagination: fix error checking of pvr_vm_context_lookup()Luigi Santivetti1-2/+2
14 daysdrm/imagination: make pvr_fw_trace_init_mask_ops staticBen Dooks1-1/+1
14 daysgpu/buddy: bail out of try_harder when alignment cannot be honouredArunpravin Paneer Selvam1-19/+44
14 daysdrm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin1-0/+5
14 daysdrm/xe: free madvise VMA array on L2 flush failureGuangshuo Li1-1/+1
14 daysdrm/xe: remove duplicate <kunit/test-bug.h> includeAnas Khan1-1/+0
14 daysdrm/xe: Wait on external BO kernel fences in exec IOCTLMatthew Brost1-6/+16
14 daysdrm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost1-2/+12
2026-07-09drm/fb-helper: Only consider active CRTCs for vblank syncThomas Zimmermann1-1/+91
2026-07-08drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis4-8/+27
2026-07-08drm/amd/pm: fix smu14 power limit range calculationYang Wang1-12/+16
2026-07-08drm/amdkfd: Check bounds in allocate_event_notification_slotDavid Francis1-0/+3
2026-07-08amdkfd: properly free secondary context idZhu Lingshan1-1/+1
2026-07-08drm/amdkfd: Don't acquire buffers during CRIU queue restore.David Francis1-8/+5
2026-07-08drm/amdkfd: Check bounds on CRIU restore event idDavid Francis1-1/+1
2026-07-08drm/gfx10: Program DB_RING_CONTROLAlex Deucher1-0/+9
2026-07-08drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid()Shahyan Soltani1-15/+10
2026-07-08drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queueJesse Zhang1-0/+9
2026-07-08drm/amd/amdgpu: disable ASPM on VI if pcie dpm is disabledKenneth Feng1-1/+2
2026-07-08drm/amdgpu: Disable JDPG on VCN5_3Suresh Guttula1-2/+0
2026-07-08drm/amdgpu: add support for SMU version 15.0.9Kanala Ramalingeswara Reddy5-1/+6
2026-07-08drm/amdgpu: add support for PSP version 15.0.9Kanala Ramalingeswara Reddy2-1/+5
2026-07-07drm/v3d: Reject invalid indirect BO handle in indirect CSD setupMaíra Canal1-0/+2
2026-07-07drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINERobert Mader1-1/+13
2026-07-07drm/drm_exec: avoid indirect gotoChristian König2-8/+18
2026-07-06Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"Ankit Nautiyal1-3/+0
2026-07-06drm/i915/gem: Do not leak siblings[] on proto context errorJoonas Lahtinen1-8/+14
2026-07-06drm/i915/gt: Fix NULL deref on sched_engine alloc failureJoonas Lahtinen1-9/+10
2026-07-06drm/i915/mst: limit DP MST ESI service loopJani Nikula1-1/+7
2026-07-06drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEUJoonas Lahtinen1-1/+1
2026-07-06drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTLSuraj Kandpal1-5/+1
2026-07-03Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds105-585/+1118
2026-07-03drm/bridge: analogix_dp: Fix PE/VS value shift mismatch during link trainingDamon Ding1-0/+4
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)71-71/+0
2026-07-03Merge tag 'drm-misc-fixes-2026-07-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie17-100/+155