Re: [PATCH] drm/imagination: take paired job reference

2025-04-02 Thread Matt Coster
On Tue, 18 Mar 2025 14:53:13 +, Brendan King wrote: > For paired jobs, have the fragment job take a reference on the > geometry job, so that the geometry job cannot be freed until > the fragment job has finished with it. > > The geometry job structure is accessed when the fragment job is bei

Re: [PATCH] drm/imagination: take paired job reference

2025-03-24 Thread Matt Coster
On 18/03/2025 14:53, Brendan King via B4 Relay wrote: > From: Brendan King > > For paired jobs, have the fragment job take a reference on the > geometry job, so that the geometry job cannot be freed until > the fragment job has finished with it. > > The geometry job structure is accessed when th

[PATCH] drm/imagination: take paired job reference

2025-03-18 Thread Brendan King via B4 Relay
From: Brendan King For paired jobs, have the fragment job take a reference on the geometry job, so that the geometry job cannot be freed until the fragment job has finished with it. The geometry job structure is accessed when the fragment job is being prepared by the GPU scheduler. Taking the re