Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c785c99 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

media: uvcvideo: Use cached memory for USB transfers



Use kmalloc() + DMA streaming API instead of DMA coherent
memory. The coherent memory is uncached and results in slower
decode performance.

Change-Id: Ibb5990adc3bc319fd704534721140644d76a5787
Signed-off-by: default avatarPavankumar Kondeti <quic_pkondeti@quicinc.com>
parent b43d06a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@

#include "uvcvideo.h"

#define CONFIG_DMA_NONCOHERENT 1

/* ------------------------------------------------------------------------
 * UVC Controls
 */