summaryrefslogtreecommitdiff
path: root/drivers/media/video/davinci/vpif_display.h
diff options
context:
space:
mode:
authorManjunath Hadli <manjunath.hadli@ti.com>2012-04-13 04:49:10 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 19:03:53 -0300
commitfc613d44e08a9f0986e493e2605132161b5b39a5 (patch)
tree600e4ecf86d69a30415844fd087f2e6349daea25 /drivers/media/video/davinci/vpif_display.h
parent3bc1953b22ba11922190bc76682ece431b6eefff (diff)
[media] davinci: vpif display: size up the memory for the buffers from the buffer pool
Size up the memory for the buffers from the buffer pool allocated in board file. Then adjust the reqbuf count depending the available memory. Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/davinci/vpif_display.h')
-rw-r--r--drivers/media/video/davinci/vpif_display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/davinci/vpif_display.h b/drivers/media/video/davinci/vpif_display.h
index dd4887c5b3ba..8a311f10cc3a 100644
--- a/drivers/media/video/davinci/vpif_display.h
+++ b/drivers/media/video/davinci/vpif_display.h
@@ -158,6 +158,7 @@ struct vpif_config_params {
u32 min_bufsize[VPIF_DISPLAY_NUM_CHANNELS];
u32 channel_bufsize[VPIF_DISPLAY_NUM_CHANNELS];
u8 numbuffers[VPIF_DISPLAY_NUM_CHANNELS];
+ u32 video_limit[VPIF_DISPLAY_NUM_CHANNELS];
u8 min_numbuffers;
};