Show patches with: Submitter = Tvrtko Ursulin       |   154 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v3,14/14] drm/sched: Scale deadlines depending on queue depth Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,13/14] drm/sched: De-clutter drm_sched_init Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,12/14] drm/sched: Embed run queue singleton into the scheduler Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,11/14] drm/sched: Queue all free credits in one worker invocation Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,10/14] drm/sched: Remove FIFO and RR and simplify to a single run queue Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,09/14] drm/sched: Add deadline policy Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,08/14] drm/sched: Move run queue related code into a separate file Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,07/14] drm/sched: Consolidate entity run queue management Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,06/14] drm/sched: Implement RR via FIFO Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,05/14] drm/sched: Consolidate drm_sched_rq_select_entity_rr Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,04/14] drm/sched: Clarify locked section in drm_sched_rq_select_entity_fifo Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,03/14] drm/sched: Consolidate drm_sched_job_timedout Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,02/14] drm/sched: Avoid double re-lock on the job free path Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[RFC,v3,01/14] drm/sched: Add some scheduling quality unit tests Deadline DRM scheduler - - - --- 2025-03-31 Tvrtko Ursulin New
[v3,7/7] drm/syncobj: Add a fast path to drm_syncobj_array_find few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,6/7] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,5/7] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,4/7] drm/syncobj: Use put_user in drm_syncobj_query_ioctl few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,3/7] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,2/7] drm/syncobj: Do not allocate an array to store zeros when waiting few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v3,1/7] drm/syncobj: Remove unhelpful helper few drm_syncobj optimisations - 1 - --- 2025-03-28 Tvrtko Ursulin New
[v2,7/7] drm/syncobj: Add a fast path to drm_syncobj_array_find A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,6/7] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,5/7] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,4/7] drm/syncobj: Use put_user in drm_syncobj_query_ioctl A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,3/7] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,2/7] drm/syncobj: Do not allocate an array to store zeros when waiting A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v2,1/7] drm/syncobj: Remove unhelpful helper A few drm_syncobj optimisations - 1 - --- 2025-03-27 Tvrtko Ursulin New
[v10,6/6] drm/sched: Add a basic test for checking credit limit DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[v10,5/6] drm/sched: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[v10,4/6] drm/sched: Add basic priority tests DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[v10,3/6] drm/sched: Add a simple timeout test DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[v10,2/6] drm/sched: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[v10,1/6] drm: Move some options to separate new Kconfig DRM scheduler kunit tests 1 - - --- 2025-03-24 Tvrtko Ursulin New
[7/7] drm/syncobj: Add a fast path to drm_syncobj_array_find A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[6/7] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[5/7] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[4/7] drm/syncobj: Use put_user in drm_syncobj_query_ioctl A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[3/7] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find A few drm_syncobj optimisations - - - --- 2025-03-18 Tvrtko Ursulin New
[2/7] drm/syncobj: Do not allocate an array to store zeros when waiting A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[1/7] drm/syncobj: Remove unhelpful helper A few drm_syncobj optimisations - 1 - --- 2025-03-18 Tvrtko Ursulin New
[v9,6/6] drm/sched: Add a basic test for checking credit limit DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
[v9,5/6] drm/sched: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
[v9,4/6] drm/sched: Add basic priority tests DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
[v9,3/6] drm/sched: Add a simple timeout test DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
[v9,2/6] drm/sched: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
[v9,1/6] drm: Move some options to separate new Kconfig DRM scheduler kunit tests 1 - - --- 2025-03-18 Tvrtko Ursulin New
drm/ttm: Make pool shrinker more responsive drm/ttm: Make pool shrinker more responsive - - - --- 2025-03-14 Tvrtko Ursulin New
[v8,6/6] drm/sched: Add a basic test for checking credit limit DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v8,5/6] drm/sched: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v8,4/6] drm/sched: Add basic priority tests DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v8,3/6] drm/sched: Add a simple timeout test DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v8,2/6] drm/sched: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v8,1/6] drm: Move some options to separate new Kconfig DRM scheduler kunit tests 1 - - --- 2025-03-13 Tvrtko Ursulin New
[v7,7/7] drm/sched: Add a basic test for checking credit limit DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,6/7] drm/sched: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,5/7] drm/sched: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,4/7] drm/sched: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,3/7] drm/sched: Add aspirational unit test mode DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,2/7] drm/sched: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v7,1/7] drm: Move some options to separate new Kconfig DRM scheduler kunit tests - - - --- 2025-03-11 Tvrtko Ursulin New
[v6,6/6] drm/sched: Add a basic test for checking credit limit DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v6,5/6] drm/sched: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v6,4/6] drm/sched: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v6,3/6] drm/sched: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v6,2/6] drm/sched: Add aspirational unit test mode DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v6,1/6] drm/sched: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-03-10 Tvrtko Ursulin New
[v5,5/5] drm/scheduler: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-03-07 Tvrtko Ursulin New
[v5,4/5] drm/scheduler: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-03-07 Tvrtko Ursulin New
[v5,3/5] drm/scheduler: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-03-07 Tvrtko Ursulin New
[v5,2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-03-07 Tvrtko Ursulin New
[v5,1/5] drm: Move some options to separate new Kconfig DRM scheduler kunit tests - - - --- 2025-03-07 Tvrtko Ursulin New
[v4,5/5] drm/scheduler: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-03-06 Tvrtko Ursulin New
[v4,4/5] drm/scheduler: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-03-06 Tvrtko Ursulin New
[v4,3/5] drm/scheduler: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-03-06 Tvrtko Ursulin New
[v4,2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-03-06 Tvrtko Ursulin New
[v4,1/5] drm: Move some options to separate new Kconfig DRM scheduler kunit tests - - - --- 2025-03-06 Tvrtko Ursulin New
[v3,5/5] drm/scheduler: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-03-04 Tvrtko Ursulin New
[v3,4/5] drm/scheduler: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-03-04 Tvrtko Ursulin New
[v3,3/5] drm/scheduler: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-03-04 Tvrtko Ursulin New
[v3,2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-03-04 Tvrtko Ursulin New
[v3,1/5] drm: Move some options to separate new Kconfig DRM scheduler kunit tests - - - --- 2025-03-04 Tvrtko Ursulin New
[v2,5/5] drm/scheduler: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-02-21 Tvrtko Ursulin New
[v2,4/5] drm/scheduler: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-02-21 Tvrtko Ursulin New
[v2,3/5] drm/scheduler: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-02-21 Tvrtko Ursulin New
[v2,2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-02-21 Tvrtko Ursulin New
[v2,1/5] drm: Move some options to separate new Kconfig DRM scheduler kunit tests - - - --- 2025-02-21 Tvrtko Ursulin New
[v6,6/6] drm/sched: Group exported prototypes by object type drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-21 Tvrtko Ursulin New
[v6,5/6] drm/sched: Move internal prototypes to internal header drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-21 Tvrtko Ursulin New
[v6,4/6] drm/sched: Move drm_sched_entity_is_ready to internal header drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-21 Tvrtko Ursulin New
[v6,3/6] drm/sched: Remove a hole from struct drm_sched_job drm/sched: Job queue peek/pop helpers and struct job re-order 2 - - --- 2025-02-21 Tvrtko Ursulin New
[v6,2/6] drm/amdgpu: Pop jobs from the queue more robustly drm/sched: Job queue peek/pop helpers and struct job re-order - 1 - --- 2025-02-21 Tvrtko Ursulin New
[v6,1/6] drm/sched: Add internal job peek/pop API drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-21 Tvrtko Ursulin New
[5/5] drm/scheduler: Add a basic test for modifying entities scheduler list DRM scheduler kunit tests - - - --- 2025-02-14 Tvrtko Ursulin New
[4/5] drm/scheduler: Add basic priority tests DRM scheduler kunit tests - - - --- 2025-02-14 Tvrtko Ursulin New
[3/5] drm/scheduler: Add a simple timeout test DRM scheduler kunit tests - - - --- 2025-02-14 Tvrtko Ursulin New
[2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests DRM scheduler kunit tests - - - --- 2025-02-14 Tvrtko Ursulin New
[1/5] drm: Move some options to separate new Kconfig.debug DRM scheduler kunit tests - - - --- 2025-02-14 Tvrtko Ursulin New
[v5,6/6] drm/sched: Group exported prototypes by object type drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-14 Tvrtko Ursulin New
[v5,5/6] drm/sched: Move internal prototypes to internal header drm/sched: Job queue peek/pop helpers and struct job re-order - - - --- 2025-02-14 Tvrtko Ursulin New
« 1 2 »