summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d/v3d_sched.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-1/+9
2026-08-11Revert "drm/v3d: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-02drm/v3d: Serialize the scheduler timeout handlersMaíra Canal1-1/+8
2026-07-07drm/v3d: Use write_to_buffer() helper in performance query copyMaíra Canal1-9/+2
2026-07-07drm/v3d: Refactor perfmon lockingMaíra Canal1-21/+5
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+14
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+0
2026-06-09drm/v3d: Ensure atomic submissions in v3d_submit_jobs()Maíra Canal1-0/+6
2026-06-09drm/v3d: Clear queue->active_job when v3d_fence_create() failsMaíra Canal1-26/+34
2026-06-03drm/v3d: Skip CSD when it has zeroed workgroupsMaíra Canal1-3/+13
2026-06-03drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroupsMaíra Canal1-1/+2
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter1-15/+1
2026-05-18drm/v3d: Fix use-after-free of CPU job query arrays on error pathMaíra Canal1-15/+1
2026-04-17drm/v3d: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin1-1/+0
2026-03-13drm/v3d: Attach per-fd reset counters to v3d_statsTvrtko Ursulin1-7/+2
2026-03-13drm/v3d: Hold v3d_stats references in each jobTvrtko Ursulin1-35/+22
2026-03-13drm/v3d: Refcount v3d_statsTvrtko Ursulin1-4/+25
2026-03-13drm/v3d: Use raw seqcount helpers instead of fighting with lockdepTvrtko Ursulin1-44/+10
2026-01-19drm/v3d: Convert v3d logging to device-based DRM helpersMaíra Canal1-3/+3
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-08-29drm/v3d: Protect per-fd reset counter against fd releaseMaíra Canal1-13/+17
2025-08-29drm/v3d: Synchronous operations can't timeoutMaíra Canal1-4/+4
2025-08-29drm/v3d: Address race-condition between per-fd GPU stats and fd releaseMaíra Canal1-7/+7
2025-08-29drm/v3d: Replace a global spinlock with a per-queue spinlockMaíra Canal1-6/+7
2025-08-29drm/v3d: Store the active job inside the queue's stateMaíra Canal1-8/+8
2025-08-29drm/v3d: Store a pointer to `struct v3d_file_priv` inside each jobMaíra Canal1-5/+5
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann1-2/+6
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-15/+3
2025-07-17drm/v3d: Add parameter to retrieve the number of GPU resets per-fdMaíra Canal1-0/+3
2025-07-17drm/v3d: Add parameter to retrieve the global number of GPU resetsMaíra Canal1-0/+2
2025-07-15drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal1-14/+2
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-3/+3
2025-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal1-2/+6
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+3
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-3/+13
2025-05-02drm/v3d: Add job to pending list if the reset was skippedMaíra Canal1-7/+21
2025-04-10drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal1-3/+13
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+20
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-41/+26
2025-03-23drm/v3d: Associate a V3D tech revision to all supported devicesMaíra Canal1-3/+3
2025-03-13drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal1-4/+14
2025-03-13drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal1-1/+8
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-39/+26
2025-01-14drm/v3d: Remove `v3d->cpu_job`Maíra Canal1-2/+0
2024-12-11drm/v3d: Fix miscellaneous documentation errorsMaíra Canal1-6/+6
2024-12-04drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner1-3/+11
2024-09-16drm/v3d: Appease lockdep while updating GPU statsTvrtko Ursulin1-4/+40
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+6
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-0/+6
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1