summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d/v3d_sched.c
AgeCommit message (Expand)Author
7 hoursnext-20260807/drmMark Brown
8 daysdrm/v3d: Serialize the scheduler timeout handlersMaíra Canal
2026-07-07drm/v3d: Use write_to_buffer() helper in performance query copyMaíra Canal
2026-07-07drm/v3d: Refactor perfmon lockingMaíra Canal
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-09drm/v3d: Ensure atomic submissions in v3d_submit_jobs()Maíra Canal
2026-06-09drm/v3d: Clear queue->active_job when v3d_fence_create() failsMaíra Canal
2026-06-03drm/v3d: Skip CSD when it has zeroed workgroupsMaíra Canal
2026-06-03drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroupsMaíra Canal
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter
2026-05-18drm/v3d: Fix use-after-free of CPU job query arrays on error pathMaíra Canal
2026-04-17drm/v3d: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin
2026-03-13drm/v3d: Attach per-fd reset counters to v3d_statsTvrtko Ursulin
2026-03-13drm/v3d: Hold v3d_stats references in each jobTvrtko Ursulin
2026-03-13drm/v3d: Refcount v3d_statsTvrtko Ursulin
2026-03-13drm/v3d: Use raw seqcount helpers instead of fighting with lockdepTvrtko Ursulin
2026-01-19drm/v3d: Convert v3d logging to device-based DRM helpersMaíra Canal
2025-10-31drm: include drm_print.h where neededJani Nikula
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-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus 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-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
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-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: 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/sched: Use struct for drm_sched_init() paramsPhilipp Stanner
2025-01-14drm/v3d: Remove `v3d->cpu_job`Maíra Canal
2024-12-11drm/v3d: Fix miscellaneous documentation errorsMaíra Canal
2024-12-04drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner
2024-09-16drm/v3d: Appease lockdep while updating GPU statsTvrtko Ursulin
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König
2024-08-28drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin