summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2017-03-11 15:48:27 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:26:24 +0800
commite862405c4404835da5847dab54e2ea90d874fa36 (patch)
tree9c6f72b65f12d96e9ea05adceaddb44c65c67cc8 /include/uapi
parentfbbd44b78b8aff7ba67c16561f558a034712005f (diff)
MLK-14314-1 dma: pxp: remove unused multiple overlay layers support
The multiple overlay layers are not used on pxp v2 and v3 module, so remove this. Signed-off-by: Fancy Fang <chen.fang@nxp.com> (cherry picked from commit c4fd8b36dbf9b53079d88d55ccfedde3a444ec29)
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/pxp_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/pxp_dma.h b/include/uapi/linux/pxp_dma.h
index d5d4c58cf2b6..308bdd284620 100644
--- a/include/uapi/linux/pxp_dma.h
+++ b/include/uapi/linux/pxp_dma.h
@@ -270,7 +270,7 @@ struct pxp_proc_data {
struct pxp_config_data {
struct pxp_layer_param s0_param;
- struct pxp_layer_param ol_param[8];
+ struct pxp_layer_param ol_param[1];
struct pxp_layer_param out_param;
struct pxp_layer_param wfe_a_fetch_param[2];
struct pxp_layer_param wfe_a_store_param[2];