dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Try to fix amdgpu's error handling
@ 2025-03-18 12:03 Christian König
  2025-03-18 12:03 ` [PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots Christian König
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Christian König @ 2025-03-18 12:03 UTC (permalink / raw)
  To: phasta, tvrtko.ursulin, dri-devel, dakr, amd-gfx

Hi guys,

as partially discussed on the list already amdgpu has a bug in it's gang
submission code.

Basic problem is to add the correct dependency to the gang leader we
need to arm the other gang members first, but that is a point of no
return and it is possible that adding the dependencies fails with
ENOMEM.

Try to fix that by allowing drivers to preallocate dependency slots. Not
sure if that is a good approach, but of hand I don't see much
alternative.

Please comment,
Christian.



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-03-21 13:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 12:03 Try to fix amdgpu's error handling Christian König
2025-03-18 12:03 ` [PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots Christian König
2025-03-18 12:39   ` Danilo Krummrich
2025-03-19 11:14     ` Christian König
2025-03-18 12:39   ` Philipp Stanner
2025-03-19 11:23     ` Christian König
2025-03-20 11:49       ` Tvrtko Ursulin
2025-03-21  8:20         ` Philipp Stanner
2025-03-21 13:25           ` Christian König
2025-03-18 13:03   ` Tvrtko Ursulin
2025-03-18 12:03 ` [PATCH 2/2] drm/amdgpu: fix gang submission error handling Christian König
2025-03-18 12:55   ` Tvrtko Ursulin
2025-03-18 12:36 ` Try to fix amdgpu's " Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).