Re: [PATCH 2/2] drm/imagination: Use the drm_sched_job_has_dependency helper

2025-01-20 Thread Philipp Stanner
On Thu, 2025-01-16 at 12:58 +, Matt Coster wrote: > On 16/01/2025 10:02, Philipp Stanner wrote: > > On Mon, 2025-01-13 at 10:33 +, Tvrtko Ursulin wrote: > > > Instead of manually peeking into the DRM scheduler implementation > > > details > > > lets use the previously added helper. > > > >

Re: [PATCH 2/2] drm/imagination: Use the drm_sched_job_has_dependency helper

2025-01-16 Thread Matt Coster
On 16/01/2025 10:02, Philipp Stanner wrote: > On Mon, 2025-01-13 at 10:33 +, Tvrtko Ursulin wrote: >> Instead of manually peeking into the DRM scheduler implementation >> details >> lets use the previously added helper. >> >> Signed-off-by: Tvrtko Ursulin >> Cc: Christian König >> Cc: Danilo

Re: [PATCH 2/2] drm/imagination: Use the drm_sched_job_has_dependency helper

2025-01-16 Thread Philipp Stanner
On Mon, 2025-01-13 at 10:33 +, Tvrtko Ursulin wrote: > Instead of manually peeking into the DRM scheduler implementation > details > lets use the previously added helper. > > Signed-off-by: Tvrtko Ursulin > Cc: Christian König > Cc: Danilo Krummrich > Cc: Matthew Brost > Cc: Philipp Stanne

[PATCH 2/2] drm/imagination: Use the drm_sched_job_has_dependency helper

2025-01-13 Thread Tvrtko Ursulin
Instead of manually peeking into the DRM scheduler implementation details lets use the previously added helper. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner Cc: Frank Binns Cc: Matt Coster Reviewed-by: Matt Coster --- drivers