All of lore.kernel.org
 help / color / mirror / Atom feed
* Add warning for nesting dma_fence containers
@ 2022-02-04 10:04 ` Christian König
  0 siblings, 0 replies; 32+ messages in thread
From: Christian König @ 2022-02-04 10:04 UTC (permalink / raw)
  To: sumit.semwal, thomas.hellstrom, daniel.vetter, dri-devel,
	linux-media, intel-gfx

Hi everyone,

Since some operations can then lead to recursive handling nesting
dma_fence containers into each other is only allowed under some
restrictions.

dma_fence_array containers can be attached to dma_fence_chain
containers and dma_fence_chain containers by chaining them together.

In all other cases the individual fences should be extracted with
the appropriate iterators and added to the new containers
individually.

I've separated the i915 cleanup from this change since it is
generally a different functionality and the build bots complained
about some issues with those patches.

Most patches are already reviewd, but especially the first one still
needs an rb tag.

Please review and comment,
Christian.



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

end of thread, other threads:[~2022-02-09 15:34 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 10:04 Add warning for nesting dma_fence containers Christian König
2022-02-04 10:04 ` [Intel-gfx] " Christian König
2022-02-04 10:04 ` [PATCH 1/6] dma-buf: consolidate dma_fence subclass checking Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-04 10:36   ` Thomas Hellström
2022-02-04 10:36     ` [Intel-gfx] " Thomas Hellström
2022-02-04 10:04 ` [PATCH 2/6] dma-buf: warn about dma_fence_array container rules v2 Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-04 10:04 ` [PATCH 3/6] dma-buf: Warn about dma_fence_chain " Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-09 14:02   ` Thomas Hellström
2022-02-09 14:02     ` [Intel-gfx] " Thomas Hellström
2022-02-09 14:42     ` Christian König
2022-02-09 14:42       ` [Intel-gfx] " Christian König
2022-02-04 10:04 ` [PATCH 4/6] dma-buf: warn about containers in dma_resv object Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-04 10:04 ` [PATCH 5/6] dma-buf: add dma_fence_chain_contained helper Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-04 10:38   ` Thomas Hellström
2022-02-04 10:38     ` [Intel-gfx] " Thomas Hellström
2022-02-04 10:04 ` [PATCH 6/6] drm/amdgpu: use dma_fence_chain_contained Christian König
2022-02-04 10:04   ` [Intel-gfx] " Christian König
2022-02-04 15:43   ` Alex Deucher
2022-02-04 15:43     ` [Intel-gfx] " Alex Deucher
2022-02-04 15:43     ` Alex Deucher
2022-02-04 10:40 ` Add warning for nesting dma_fence containers Thomas Hellström
2022-02-04 10:40   ` [Intel-gfx] " Thomas Hellström
2022-02-04 13:20   ` Christian König
2022-02-04 13:20     ` [Intel-gfx] " Christian König
2022-02-04 13:36 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] dma-buf: consolidate dma_fence subclass checking Patchwork
2022-02-04 13:38 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-04 14:16 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.