All of lore.kernel.org
 help / color / mirror / Atom feed
* [REVIEW PATCH 0/2] Add gfp_flags + silence vb2-dma-sg
@ 2013-03-08  9:21 Hans Verkuil
  2013-03-08  9:21 ` [REVIEW PATCH 1/2] videobuf2: add gfp_flags Hans Verkuil
  2013-03-08 12:14 ` [REVIEW PATCH 0/2] Add gfp_flags + silence vb2-dma-sg Marek Szyprowski
  0 siblings, 2 replies; 7+ messages in thread
From: Hans Verkuil @ 2013-03-08  9:21 UTC (permalink / raw)
  To: linux-media; +Cc: Marek Szyprowski, Federico Vaga

This patch series makes two modifications to videobuf2: the first adds the
gfp_flags field allowing us to easily convert drivers that need GFP_DMA or
__GFP_DMA32 to vb2. The stops the vb2-dma-sg module from logging every time
buffers are allocating or released. Instead add a debug option.

Marek, I understood from our earlier discussion that you are OK with doing
it this way for now. If you can Ack this, then that would be great as that
allows me to make a pull request for my solo driver changes.

One question: I'm OR-ing gfp_flags for dma-contig and dma-sg, but also in
vmalloc. I'm not sure about the last one. I did it for consistency, but it
is pretty useless, so if you think it is better to drop the vmalloc change,
then that's no problem. Your call.

Regards,

	Hans


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

end of thread, other threads:[~2013-03-08 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08  9:21 [REVIEW PATCH 0/2] Add gfp_flags + silence vb2-dma-sg Hans Verkuil
2013-03-08  9:21 ` [REVIEW PATCH 1/2] videobuf2: add gfp_flags Hans Verkuil
2013-03-08  9:21   ` [REVIEW PATCH 2/2] vb2-dma-sg: add debug module option Hans Verkuil
2013-03-08 12:06     ` Marek Szyprowski
2013-03-08 12:06   ` [REVIEW PATCH 1/2] videobuf2: add gfp_flags Marek Szyprowski
2013-03-08 12:20   ` Federico Vaga
2013-03-08 12:14 ` [REVIEW PATCH 0/2] Add gfp_flags + silence vb2-dma-sg Marek Szyprowski

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.