summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-25/+18
2026-01-19drm/v3d: Convert v3d logging to device-based DRM helpersMaíra Canal-54/+62
2026-01-19drm/v3d: Consolidate CPU job validation in a functionMaíra Canal-48/+26
2026-01-03drm/v3d: Set DMA segment size to avoid debug warningsXiaolei Wang-0/+2
2025-12-08drm/gem: Get rid of *_with_mnt helpersLoïc Molinari-2/+1
2025-12-08drm/v3d: Use huge tmpfs mountpoint helpersLoïc Molinari-80/+24
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+11
2025-10-10Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+4
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+2
2025-09-30drm/v3d: create a dedicated lock for dma fenceMelissa Wen-1/+4
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro-7/+2
2025-08-29drm/v3d: Protect per-fd reset counter against fd releaseMaíra Canal-13/+17
2025-08-29drm/v3d: Synchronous operations can't timeoutMaíra Canal-4/+4
2025-08-29drm/v3d: Address race-condition between per-fd GPU stats and fd releaseMaíra Canal-9/+21
2025-08-29drm/v3d: Replace a global spinlock with a per-queue spinlockMaíra Canal-21/+20
2025-08-29drm/v3d: Store the active job inside the queue's stateMaíra Canal-55/+38
2025-08-29drm/v3d: Store a pointer to `struct v3d_file_priv` inside each jobMaíra Canal-8/+8
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann-16/+61
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-16/+4
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+18
2025-07-17drm/v3d: Add parameter to retrieve the number of GPU resets per-fdMaíra Canal-0/+15
2025-07-17drm/v3d: Add parameter to retrieve the global number of GPU resetsMaíra Canal-0/+12
2025-07-15drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal-14/+2
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal-3/+3
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple-1/+0
2025-07-02drm/v3d: Disable interrupts before resetting the GPUMaíra Canal-10/+37
2025-06-29sanitize handling of long-term internal mountsAl Viro-3/+18
2025-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal-2/+6
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-7/+21
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-97/+240
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer-1/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-3/+13
2025-05-02drm/v3d: Add job to pending list if the reset was skippedMaíra Canal-7/+21
2025-04-27drm/v3d: client ranges from axi_ids are different with V3D 7.1Jose Maria Casanova Crespo-1/+22
2025-04-27drm/v3d: fix client obtained from axi_ids on V3D 4.1Jose Maria Casanova Crespo-13/+24
2025-04-10drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal-3/+13
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-3/+20
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-47/+46
2025-03-23drm/v3d: Use V3D_SMS registers for power on/off and reset on V3D 7.xMaíra Canal-0/+94
2025-03-23drm/v3d: Associate a V3D tech revision to all supported devicesMaíra Canal-84/+101
2025-03-13drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal-4/+14
2025-03-13drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal-1/+8
2025-02-12drm/v3d: Add clock handlingStefan Wahren-5/+20
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner-39/+26
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+12