mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
fix[dmabuf]: Disable dmabuf partial sync function
For kernel dmabuf driver has bug on partial sync function we deside to disable partial sync to reduce user's error. Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I2c69c407eb5b0056ad0377699fef6ef31e1d79cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#define MPP_NO_PARTIAL_SUPPORT 25 /* ENOTTY */
|
#define MPP_NO_PARTIAL_SUPPORT 25 /* ENOTTY */
|
||||||
#define CACHE_LINE_SIZE 64
|
#define CACHE_LINE_SIZE 64
|
||||||
|
|
||||||
static RK_U32 has_partial_ops = 1;
|
static RK_U32 has_partial_ops = 0;
|
||||||
|
|
||||||
__attribute__ ((constructor))
|
__attribute__ ((constructor))
|
||||||
void mpp_dmabuf_init(void)
|
void mpp_dmabuf_init(void)
|
||||||
|
Reference in New Issue
Block a user