summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)Author
2025-10-10Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30drm/v3d: create a dedicated lock for dma fenceMelissa Wen
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro
2025-08-29drm/v3d: Protect per-fd reset counter against fd releaseMaíra Canal
2025-08-29drm/v3d: Synchronous operations can't timeoutMaíra Canal
2025-08-29drm/v3d: Address race-condition between per-fd GPU stats and fd releaseMaíra Canal
2025-08-29drm/v3d: Replace a global spinlock with a per-queue spinlockMaíra Canal
2025-08-29drm/v3d: Store the active job inside the queue's stateMaíra Canal
2025-08-29drm/v3d: Store a pointer to `struct v3d_file_priv` inside each jobMaíra Canal
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-07-17drm/v3d: Add parameter to retrieve the number of GPU resets per-fdMaíra Canal
2025-07-17drm/v3d: Add parameter to retrieve the global number of GPU resetsMaíra Canal
2025-07-15drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-02drm/v3d: Disable interrupts before resetting the GPUMaíra Canal
2025-06-29sanitize handling of long-term internal mountsAl Viro
2025-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-05-02drm/v3d: Add job to pending list if the reset was skippedMaíra Canal
2025-04-27drm/v3d: client ranges from axi_ids are different with V3D 7.1Jose Maria Casanova Crespo
2025-04-27drm/v3d: fix client obtained from axi_ids on V3D 4.1Jose Maria Casanova Crespo
2025-04-10drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-23drm/v3d: Use V3D_SMS registers for power on/off and reset on V3D 7.xMaíra Canal
2025-03-23drm/v3d: Associate a V3D tech revision to all supported devicesMaíra Canal
2025-03-13drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal
2025-03-13drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal
2025-02-12drm/v3d: Add clock handlingStefan Wahren
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-01-23drm/v3d: Assign job pointer to NULL before signaling the fenceMaíra Canal
2025-01-23Merge v6.13 into drm-nextSimona Vetter
2025-01-16Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-01-14drm/v3d: Ensure job pointer is set to NULL after job completionMaíra Canal
2025-01-14drm/v3d: Remove `v3d->cpu_job`Maíra Canal
2024-12-11drm/v3d: Fix miscellaneous documentation errorsMaíra Canal
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-12-05drm/v3d: Enable Performance Counters before clearing themMaíra Canal
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula