From: Archit Taneja Date: Mon, 10 Mar 2014 06:57:40 +0000 (-0300) Subject: [media] v4l: ti-vpe: Fix initial configuration queue data X-Git-Tag: v3.15-rc1~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fb87eec08a7705b0b8177095b1ef099a05b8c9;p=pandora-kernel.git [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 Signed-off-by: Archit Taneja Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed