Archit Taneja 67fb87eec0 [media] v4l: ti-vpe: Fix initial configuration queue data
The vpe output and capture queues are initially configured to default values in
vpe_open(). A G_FMT before any S_FMTs will result in these values being
populated.

The colorspace and bytesperline parameter of this initial configuration are
incorrect. This breaks compliance when as we get 'TRY_FMT(G_FMT) != G_FMT'.

Fix the initial queue configuration such that it wouldn't need to be fixed by
try_fmt.

Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-04-07 09:43:05 -03:00
..
2014-04-04 21:28:36 -07:00
2014-04-01 16:13:21 -07:00
2014-04-01 13:17:46 -07:00
2014-04-01 15:38:47 -07:00
2014-04-01 16:55:57 -07:00
2014-04-03 14:05:02 -07:00
2014-04-04 21:28:36 -07:00