index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imagination
/
pvr_queue.c
Age
Commit message (
Expand
)
Author
5 days
drm/imagination: Fix double call to drm_sched_entity_fini()
Brajesh Gupta
2026-05-19
drm/imagination: Add support for trace points
Alexandru Dadu
2026-05-19
drm/imagination: Don't timeout job if its fence has been signaled
Brajesh Gupta
2026-04-17
drm/imagination: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
2026-04-08
drm/imagination: Minor improvements to job submission code documentation
Alessio Belle
2026-04-08
drm/imagination: Update check to skip prepare_job() for fragment jobs
Alessio Belle
2026-04-08
drm/imagination: Move repeated job fence check to its own function
Alessio Belle
2026-04-08
drm/imagination: Rename pvr_queue_fence_is_ufo_backed() to reflect usage
Alessio Belle
2026-04-08
drm/imagination: Skip check on paired job fence during job submission
Alessio Belle
2026-04-08
drm/imagination: Fit paired fragment job in the correct CCCB
Alessio Belle
2026-04-08
drm/imagination: Count paired job fence as dependency in prepare_job()
Alessio Belle
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
2025-05-28
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
2025-04-08
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2025-03-25
drm/imagination: take paired job reference
Brendan King
2025-03-12
Backmerge tag 'v6.14-rc6' into drm-next
Dave Airlie
2025-03-03
drm/imagination: only init job done fences once
Brendan King
2025-03-03
drm/imagination: avoid deadlock on fence release
Brendan King
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
2023-11-27
drm/sched: Fix compilation issues with DRM priority rename
Luben Tuikov
2023-11-23
drm/imagination: Implement job submission and scheduling
Sarah Walker