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:
Herman Chen
2024-01-11 16:17:44 +08:00
parent 3a5851e4bb
commit c06d3b4a71

View File

@@ -16,7 +16,7 @@
#define MPP_NO_PARTIAL_SUPPORT 25 /* ENOTTY */
#define CACHE_LINE_SIZE 64
static RK_U32 has_partial_ops = 1;
static RK_U32 has_partial_ops = 0;
__attribute__ ((constructor))
void mpp_dmabuf_init(void)