On Tue, 18 Mar 2025 14:53:13 +0000, 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 being prepared by the GPU scheduler. Taking the reference prevents the geometry job being freed until the fragment job no longer requires it.
[...]
Applied, thanks!
[1/1] drm/imagination: take paired job reference commit: 4ba2abe154ef68f9612eee9d6fbfe53a1736b064
Best regards,