summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+5
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-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
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/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-11drm/amd/display: Add all planes on CRTC to state for overlay cursorLeo Li1-0/+11
2024-09-11drm/amdgpu/atomfirmware: Silence UBSAN warningAlex Deucher1-2/+2
2024-09-11drm/amd/amdgpu: apply command submission parser for JPEG v1David (Ming Qiang) Wu2-1/+86
2024-09-11drm/amd/amdgpu: apply command submission parser for JPEG v2+David (Ming Qiang) Wu10-64/+78
2024-09-11drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3Kenneth Feng1-0/+3
2024-09-11drm/amd/pm: update the features set on smu v14.0.2/3Kenneth Feng2-1/+19
2024-09-11drm/amd/display: Do not reset planes based on crtc zpos_changedLeo Li1-1/+1
2024-09-10drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-10drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-10drm/amdkfd: Add cache line size infoDavid Belanger1-1/+7
2024-09-10drm/tegra: Use iommu_paging_domain_alloc()Lu Baolu1-2/+3
2024-09-10drm/rockchip: Use iommu_paging_domain_alloc()Lu Baolu1-3/+7
2024-09-10drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctlT.J. Mercier1-4/+13
2024-09-10drm/stm: add COMMON_CLK dependencyArnd Bergmann1-0/+1
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner219-1454/+3387
2024-09-10drm/nouveau/fb: restore init() for ramgp102Ben Skeggs3-1/+4
2024-09-10drm/i915/guc: prevent a possible int overflow in wq offsetsNikita Zhandarovich1-2/+2
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen4-5/+5
2024-09-06Merge tag 'amd-drm-fixes-6.11-2024-09-05' of https://gitlab.freedesktop.org/a...Dave Airlie8-25/+89
2024-09-06Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie30-41/+185
2024-09-06Merge tag 'drm-xe-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie14-89/+124
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher1-2/+4
2024-09-05drm/fbdev-dma: Only install deferred I/O if necessaryThomas Zimmermann1-19/+64
2024-09-05drm/panthor: flush FW AS caches in slow reset pathAdrián Larumbe3-4/+26
2024-09-05drm: panel: nv3052c: Correct WL-355608-A8 panel compatibleRyan Walklin1-1/+1
2024-09-05drm/panthor: Restrict high priorities on group_createMary Guillemard2-1/+24
2024-09-04drm/xe/display: Avoid encoder_suspend at runtime suspendRodrigo Vivi1-3/+3
2024-09-04drm/xe: Suspend/resume user access only during system s/rImre Deak1-4/+6
2024-09-04drm/xe/display: Match i915 driver suspend/resume sequences betterMaarten Lankhorst1-5/+14
2024-09-04drm/xe: Add missing runtime reference to wedged upon gt_resetRodrigo Vivi1-2/+3
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe1-1/+1
2024-09-03drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper11-79/+85
2024-09-03drm/xe/gsc: Do not attempt to load the GSC multiple timesDaniele Ceraolo Spurio2-2/+19
2024-09-03drm/bridge-connector: reset the HDMI connector stateDmitry Baryshkov2-1/+13