summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/fence.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen1-13/+27
2023-01-26gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen1-63/+33
2022-11-25gpu: host1x: Staticize host1x_syncpt_fence_opsThierry Reding1-1/+1
2021-09-16gpu: host1x: Plug potential memory leakThierry Reding1-1/+3
2021-09-16gpu/host1x: fence: Make spinlock staticDmitry Osipenko1-1/+1
2021-08-10gpu: host1x: Add DMA fence implementationMikko Perttunen1-0/+168