summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_dl.h
diff options
context:
space:
mode:
authorLaurent Pinchart2015-11-15 01:48:27 +0100
committerMauro Carvalho Chehab2016-04-13 22:47:50 +0200
commit1216198935d476e33affd104f0b4210c1fcc2477 (patch)
tree5f4c9a3ca02073abaf49ea057c29ce1c055e85f6 /drivers/media/platform/vsp1/vsp1_dl.h
parent[media] v4l: vsp1: Fix 80 characters per line violations (diff)
downloadkernel-qcow2-linux-1216198935d476e33affd104f0b4210c1fcc2477.tar.gz
kernel-qcow2-linux-1216198935d476e33affd104f0b4210c1fcc2477.tar.xz
kernel-qcow2-linux-1216198935d476e33affd104f0b4210c1fcc2477.zip
[media] v4l: vsp1: Add header display list support
Display lists can operate in header or headerless mode. The headerless mode is only available on WPF0, to be used with the display engine. All other WPF instances can only use display lists in header mode. Implement support for header mode to prepare for display list usage on WPFs other than 0. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/vsp1/vsp1_dl.h')
-rw-r--r--drivers/media/platform/vsp1/vsp1_dl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_dl.h b/drivers/media/platform/vsp1/vsp1_dl.h
index 46f7ae337374..571ed6d8e7c2 100644
--- a/drivers/media/platform/vsp1/vsp1_dl.h
+++ b/drivers/media/platform/vsp1/vsp1_dl.h
@@ -22,6 +22,7 @@ struct vsp1_dl_manager;
void vsp1_dlm_setup(struct vsp1_device *vsp1);
struct vsp1_dl_manager *vsp1_dlm_create(struct vsp1_device *vsp1,
+ unsigned int index,
unsigned int prealloc);
void vsp1_dlm_destroy(struct vsp1_dl_manager *dlm);
void vsp1_dlm_reset(struct vsp1_dl_manager *dlm);