pmem_adsp (user-space) as non-cached
pmem_venc (user-space) as non-cached
This commit is contained in:
parent
fced437cd2
commit
cdcb35c854
@ -771,7 +771,7 @@ static struct android_pmem_platform_data android_pmem_adsp_pdata = {
|
||||
#else
|
||||
.no_allocator = 0,
|
||||
#endif
|
||||
.cached = 1,
|
||||
.cached = 0,
|
||||
};
|
||||
|
||||
|
||||
@ -784,7 +784,7 @@ static struct android_pmem_platform_data android_pmem_venc_pdata = {
|
||||
#else
|
||||
.no_allocator = 0,
|
||||
#endif
|
||||
.cached = 1,
|
||||
.cached = 0,
|
||||
};
|
||||
|
||||
static struct platform_device android_pmem_mdp_device = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user