summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds24-93/+192
9 daysMerge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-47/+47
9 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
9 daysMerge tag 'drm-misc-next-fixes-2024-05-23' of https://gitlab.freedesktop.org/...Dave Airlie5-7/+6
9 daysMerge tag 'amd-drm-fixes-6.10-2024-05-22' of https://gitlab.freedesktop.org/a...Dave Airlie7-14/+83
9 daysMerge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds4-102/+7
9 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)7-47/+47
10 daysMerge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+6
10 daysMerge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
10 daysdrm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma2-0/+58
10 daysdrm/virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
10 daysMerge tag 'drm-misc-next-fixes-2024-05-16' of https://gitlab.freedesktop.org/...Dave Airlie11-69/+100
11 daysdrm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2Wayne Lin4-6/+4
11 daysMerge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
12 daysdrm/amdkfd: Let VRAM allocations go to GTT domain on small APUsLang Yu5-13/+23
12 daysdrm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsLang Yu1-1/+2
12 daysMerge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
13 daysdrm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland4-94/+7
13 daysdrm/amd/display: only use hard-float, not altivec on powerpcMichael Ellerman3-12/+4
13 daysdrm/bridge: adv7511: Attach next bridge without creating connectorLiu Ying1-1/+2
13 daysdrm/buddy: Fix the warn on's during force mergeArunpravin Paneer Selvam1-3/+3
13 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-0/+21
14 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-23/+21
2024-05-16Merge tag 'drm-next-2024-05-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+37
2024-05-16drm/tests: Add a unit test for range bias allocationArunpravin Paneer Selvam1-1/+35
2024-05-16drm/buddy: Fix the range bias clear memory allocation issueArunpravin Paneer Selvam1-1/+2
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1272-55354/+74218
2024-05-14Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+24
2024-05-13drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed2-25/+22
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit1-1/+1
2024-05-13drm/panthor: Call panthor_sched_post_reset() even if the reset failedBoris Brezillon3-12/+16
2024-05-13drm/panthor: Reset the FW VM to NULL on unplugBoris Brezillon1-0/+1
2024-05-13drm/panthor: Keep a ref to the VM at the panthor_kernel_bo levelBoris Brezillon5-17/+22
2024-05-13drm/panthor: Force an immediate reset on unrecoverable faultsBoris Brezillon3-1/+12
2024-05-13drm/panthor: Fix an off-by-one in the heap context retrieval logicBoris Brezillon1-2/+3
2024-05-13drm/panthor: Relax the constraints on the tiler chunk sizeBoris Brezillon1-4/+4
2024-05-13drm/panthor: Make sure the tiler initial/max chunks are consistentBoris Brezillon1-0/+3
2024-05-13drm/panthor: Fix tiler OOM handling to allow incremental renderingAntonino Maniscalco2-5/+14
2024-05-11Merge tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-203/+122
2024-05-11Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"Dave Airlie1-12/+7
2024-05-11Merge tag 'drm-misc-fixes-2024-05-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-40/+32
2024-05-10Merge tag 'amd-drm-fixes-6.9-2024-05-10' of https://gitlab.freedesktop.org/ag...Dave Airlie7-18/+51
2024-05-10drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-10drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman52-338/+353
2024-05-10Merge tag 'drm-xe-next-fixes-2024-05-09-1' of https://gitlab.freedesktop.org/...Dave Airlie4-2/+9
2024-05-10Merge tag 'drm-misc-next-fixes-2024-05-08' of https://gitlab.freedesktop.org/...Dave Airlie31-160/+172
2024-05-10Merge tag 'drm-msm-next-2024-05-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie133-41400/+25331
2024-05-10Merge tag 'drm-xe-fixes-2024-05-09' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-3/+13
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada7-21/+19