summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2017-03-11 15:48:27 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-09 22:19:53 +0800
commit881936838d7c4ee82af09f63b2c133639861dd07 (patch)
tree5714adbfe378acf8d0fbcd552b4ff23007ea23f6 /include
parent28d580765966002f5bd6d0d6d207d84a1f566dd2 (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')
-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];