summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imagination/pvr_drv.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-24drm/imagination: promote BXM-4-64 MC1 (36.52.104.182) to supported statusFrank Binns1-0/+1
2026-07-24drm/imagination: update GPU support documentationFrank Binns1-2/+2
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2026-07-03Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-9/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-07-02drm/imagination: Fix user array stride in pvr_set_uobj_array()Shuvam Pandey1-7/+6
2026-07-02drm/imagination: Fix returned size for DRM_IOCTL_PVR_DEV_QUERYBrajesh Gupta1-2/+4
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao1-1/+1
2026-05-19drm/imagination: Add support for trace pointsAlexandru Dadu1-0/+3
2026-02-21Convert '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
2025-09-01drm/imagination: Use pwrseq for TH1520 GPU power managementMichal Wilczynski1-2/+21
2025-04-15drm/imagination: Add support for TI AM68 GPUMatt Coster1-0/+2
2025-04-15drm/imagination: Add power domain controlMatt Coster1-0/+7
2025-04-15drm/imagination: Use new generic compatible stringMatt Coster1-0/+7
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-2/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2024-11-04drm/imagination: Add a per-file PVR context listBrendan King1-0/+3
2024-09-13drm/imagination: annotate pvr_fw_version_packed() with __maybe_unusedJani Nikula1-1/+1
2024-05-27drm/imagination: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2023-11-23drm/imagination: Add firmware trace to debugfsSarah Walker1-0/+4
2023-11-23drm/imagination: Implement job submission and schedulingSarah Walker1-3/+37
2023-11-23drm/imagination: Implement context creation/destruction ioctlsSarah Walker1-2/+27
2023-11-23drm/imagination: Implement free list and HWRT create and destroy ioctlsSarah Walker1-4/+108
2023-11-23drm/imagination: Implement firmware infrastructure and META FW supportSarah Walker1-0/+1
2023-11-23drm/imagination: Implement power managementSarah Walker1-1/+19
2023-11-23drm/imagination: Add GEM and VM related codeDonald Robson1-9/+280
2023-11-23drm/imagination: Add GPU ID parsing and firmware loadingSarah Walker1-1/+520
2023-11-23drm/imagination: Get GPU resourcesSarah Walker1-1/+17
2023-11-23drm/imagination: Add skeleton PowerVR driverSarah Walker1-0/+509