summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_drv.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-03drm/panthor: Don't check the array stride on empty uobj arraysBoris Brezillon1-3/+3
2024-04-03drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()Harshit Mogalapalli1-2/+2
2024-04-03drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()Harshit Mogalapalli1-1/+1
2024-04-02drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon1-1/+16
2024-03-25drm/panthor: Fix the CONFIG_PM=n caseBoris Brezillon1-1/+1
2024-03-01drm/panthor: Add the driver frontend blockBoris Brezillon1-0/+1473