mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
WIP: media: videobuf2: always enable V4L2_MEMORY_FLAG_NON_COHERENT
Always enable V4L2_MEMORY_FLAG_NON_COHERENT for all V4L queues. Signed-off-by: Pavel Golikov <Paullo612@ya.ru>
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
061cca15e3
commit
29c910ca35
@@ -703,7 +703,7 @@ static void validate_memory_flags(struct vb2_queue *q,
|
||||
*flags = 0;
|
||||
} else {
|
||||
/* Clear all unknown flags. */
|
||||
*flags &= V4L2_MEMORY_FLAG_NON_COHERENT;
|
||||
*flags |= V4L2_MEMORY_FLAG_NON_COHERENT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user