summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+16
2026-01-06drm/etnaviv: Add module parameter to force PPU flop resetGert Wollny-0/+16
2026-01-06drm/etnaviv: Add PPU flop resetGert Wollny-0/+260
2026-01-06drm/etnaviv: Add a new function to emit a series of states to cmd streamGert Wollny-0/+13
2026-01-06drm/etnaviv: move some functions to a header to be able to use them externallyGert Wollny-70/+80
2026-01-06drm/etnaviv: Add command stream definitions required for a PPU flop resetGert Wollny-0/+95
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-1/+1
2025-11-04drm/etnaviv: add HWDB entry for GC8000 Nano Ultra VIP r6205Marek Vasut-0/+32
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+8
2025-10-27drm/etnaviv: fix flush sequence logicTomeu Vizoso-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-13/+6
2025-07-17Revert "drm/etnaviv: Use dma_buf from GEM object instance"Thomas Zimmermann-2/+2
2025-07-15drm/etnaviv: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal-8/+4
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal-2/+2
2025-06-16drm/etnaviv: Protect the scheduler's pending list with its lockMaíra Canal-1/+4
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer-1/+1
2025-04-14drm/etnaviv: Use dma_buf from GEM object instanceThomas Zimmermann-2/+2
2025-04-14drm/etnaviv: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-2/+2
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner-11/+11
2025-01-10Merge tag 'drm-etnaviv-next-2025-01-08' of https://git.pengutronix.de/git/lst...Dave Airlie-22/+92
2024-12-20drm/etnaviv: add optional reset supportLECOINTRE Philippe-0/+43
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+0
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-03drm/etnaviv: Add fdinfo support for memory statsChristian Gmeiner-1/+23
2024-12-03drm/etnaviv: Improve VA, PA, SIZE alignment checkingSui Jingfeng-12/+8
2024-12-03drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()Sui Jingfeng-1/+1
2024-12-03drm/etnaviv: Drop the offset in page manipulationSui Jingfeng-2/+2
2024-12-03drm/etnaviv: Convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2024-12-03drm/etnaviv: Fix page property being used for non writecombine buffersSui Jingfeng-2/+14
2024-12-03drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded 'etnaviv_perfmon.h' headerSui Jingfeng-1/+0
2024-12-03drm/etnaviv: Drop unused data member from the etnaviv_gem_object structureSui Jingfeng-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-11-08Merge tag 'drm-etnaviv-next-2024-11-07' of https://git.pengutronix.de/git/lst...Dave Airlie-92/+108
2024-10-28drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded include of drm_mm.hSui Jingfeng-2/+0
2024-10-28drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data memberSui Jingfeng-1/+0
2024-10-28drm/etnaviv: flush shader L1 cache after user commandstreamLucas Stach-1/+2
2024-10-28drm/etnaviv: always allocate 4K for kernel ringbuffersLucas Stach-2/+1
2024-10-28drm/etnaviv: Map and unmap GPUVA range with respect to the GPUVA sizeSui Jingfeng-25/+13
2024-10-28drm/etnaviv: Record GPU visible size of GEM BO separatelySui Jingfeng-6/+10
2024-10-28drm/etnaviv: take current primitive into account when checking for hung GPULucas Stach-2/+16
2024-10-28drm/etnaviv: update hardware headers from rnndbLucas Stach-11/+12
2024-10-28drm/etnaviv: unconditionally enable debug registersLucas Stach-12/+2
2024-10-28drm/etnaviv: assert GPU lock held in perfmon pipe_*_read functionsLucas Stach-0/+4
2024-10-28drm/etnaviv: hold GPU lock across perfmon samplingLucas Stach-6/+14
2024-10-28drm/etnaviv: Replace the '&pdev->dev' with 'dev'Sui Jingfeng-13/+13
2024-10-28drm/etnaviv: Fix missing mutex_destroy()Sui Jingfeng-1/+10
2024-10-28drm/etnaviv: Drop the <linux/pm_runtime.h> headerSui Jingfeng-1/+0