summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/include/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-25 13:46:23 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-11 19:04:33 +0300
commitb92d99aec5d6221e386160801c99bafc291e6515 (patch)
tree60c9e4582801166ba5df41f6eeb39c625aaf514a /drivers/staging/media/atomisp/include/linux
parent86df6ff2422ae9897c89f1aaf61e00c021239dfe (diff)
downloadlinux-b92d99aec5d6221e386160801c99bafc291e6515.tar.xz
media: atomisp: go one step further to drop ia_css_memory_access.c
Move the attrs handling into hmm, simplifying even further what the ia_css_memory_access.c file does. Yet, the returned type for ia_css_memory_access.c is an integer, instead of a pointer. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/include/linux')
-rw-r--r--drivers/staging/media/atomisp/include/linux/atomisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/include/linux/atomisp.h b/drivers/staging/media/atomisp/include/linux/atomisp.h
index e9670749bae0..fc2e76694613 100644
--- a/drivers/staging/media/atomisp/include/linux/atomisp.h
+++ b/drivers/staging/media/atomisp/include/linux/atomisp.h
@@ -917,6 +917,8 @@ struct atomisp_acc_map {
#define ATOMISP_MAP_FLAG_NOFLUSH 0x0001 /* Do not flush cache */
#define ATOMISP_MAP_FLAG_CACHED 0x0002 /* Enable cache */
+#define ATOMISP_MAP_FLAG_CONTIGUOUS 0x0004
+#define ATOMISP_MAP_FLAG_CLEARED 0x0008
struct atomisp_acc_state {
__u32 flags; /* Flags, see list below */