aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-09-17drm/xe/oa: Fix overflow in oa batch bufferJosé Roberto de Souza1-1/+2
2024-09-17drm/xe: Do not run GPU page fault handler on a closed VMMatthew Brost1-0/+6
2024-09-17drm/xe/bo: add some annotations in bo_put()Matthew Auld2-5/+15
2024-09-17drm/xe/client: use mem_type from the current resourceMatthew Auld1-6/+1
2024-09-17drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld1-3/+36
2024-09-17drm/xe/client: fix deadlock in show_meminfo()Matthew Auld1-1/+5
2024-09-17drm/xe/vram: fix ccs offset calculationMatthew Auld1-0/+1
2024-09-17drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macrosMichal Wajdeczko1-2/+4
2024-09-17Merge tag 'sound-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+26
2024-09-17drm/amdgpu: Fix missing check pcie_p2p module paramBob Zhou1-1/+1
2024-09-17drm/amdgpu: disable GPU RAS bad page feature for specific ASICTao Zhou1-0/+5
2024-09-17drm/amdgpu: ensure the connector is not null before using itTim Huang1-1/+1
2024-09-17drm/amdkfd: clean up code for interrupt v10Jesse Zhang1-15/+0
2024-09-17drm/amdkfd: Move queue fs deletion after destroy checkKent Russell1-1/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+5
2024-09-17Merge tag 'drm-xe-next-fixes-2024-09-12' of https://gitlab.freedesktop.org/dr...Dave Airlie6-9/+38
2024-09-17Merge tag 'amd-drm-next-6.12-2024-09-13' of https://gitlab.freedesktop.org/ag...Dave Airlie48-353/+588
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-25/+22
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds9-1/+10
2024-09-16drm/i915/dp: Fix AUX IO power enabling for eDP PSRImre Deak3-1/+22
2024-09-16drm/i915/display: BMG supports UHBR13.5Arun R Murthy1-2/+11
2024-09-16drm/i915/psr: Do not wait for PSR being idle on on Panel ReplayJouni Högander1-11/+2
2024-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2024-09-14drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede2-4/+10
2024-09-13Merge tag 'drm-intel-next-fixes-2024-09-12' of https://gitlab.freedesktop.org...Dave Airlie2-1/+4
2024-09-13Merge tag 'drm-xe-fixes-2024-09-12' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie8-10/+53
2024-09-13Merge tag 'drm-misc-fixes-2024-09-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-10/+28
2024-09-13Merge tag 'drm-intel-fixes-2024-09-12' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-2/+2
2024-09-12drm/xe: Fix missing conversion to xe_display_pm_runtime_resumeMaarten Lankhorst1-1/+1
2024-09-12drm/xe/xe2hpg: Add Wa_15016589081Tejas Upadhyay2-0/+5
2024-09-12drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko1-2/+5
2024-09-12drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld1-1/+3
2024-09-12drm/xe: fix build warning with CONFIG_PM=nArnd Bergmann1-0/+4
2024-09-12drm/xe: Suppress missing outer rpm protection warningRodrigo Vivi1-1/+16
2024-09-12drm/xe: prevent potential UAF in pf_provision_vf_ggtt()Matthew Auld1-4/+4
2024-09-12drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld1-3/+36
2024-09-12drm/xe/client: fix deadlock in show_meminfo()Matthew Auld1-1/+5
2024-09-12drm/xe/oa: Enable Xe2+ PES disaggregationAshutosh Dixit2-0/+5
2024-09-12drm/xe/display: fix compat IS_DISPLAY_STEP() range endJani Nikula1-1/+1
2024-09-12drm/xe: Fix access_ok check in user_fence_createNirmoy Das1-1/+1
2024-09-12drm/xe: Fix possible UAF in guc_exec_queue_process_msgMatthew Brost1-1/+3
2024-09-12drm/xe: Remove fence check from send_tlb_invalidationMatthew Brost1-2/+2
2024-09-12drm/xe/gt: Remove double includeLucas De Marchi1-1/+0
2024-09-12drm/dp_mst: Fix DSC decompression detection in Synaptics branch devicesImre Deak1-2/+8
2024-09-11drm/amd/display: Add all planes on CRTC to state for overlay cursorLeo Li1-0/+11
2024-09-11drm/amd/display: Add all planes on CRTC to state for overlay cursorLeo Li1-0/+11
2024-09-11drm/i915/bios: fix printk format widthJani Nikula1-1/+1
2024-09-11drm/i915/display: Fix BMG CCS modifiersJuha-Pekka Heikkila1-0/+3
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter37-57/+327
2024-09-11Merge tag 'drm-misc-next-fixes-2024-09-05' of https://gitlab.freedesktop.org/...Dave Airlie1-1/+1