]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00291103 IPUv3 common:Don't initialize PRP_VF for MEM_VDI_MEM
authorLiu Ying <Ying.Liu@freescale.com>
Wed, 18 Dec 2013 02:03:22 +0000 (10:03 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:49 +0000 (10:06 +0200)
commite6a398e6ac677bb1e1d08cc8662ce866bc5f949c
tree93d2dbb04ec68c9f1360640e0fe5fdb3f74f4f0f
parentd0fe33f0c55fa5624419be01054f75d8af8904d8
ENGR00291103 IPUv3 common:Don't initialize PRP_VF for MEM_VDI_MEM

Since the channel MEM_VDI_MEM doesn't use the PRP_VF task, this
patch removes the code to initialize the PRP_VF task for the
channel MEM_VDI_MEM. This change may fix the issue caused by
the unnesessary PRP_VF task output resolution limitation check.
The issue can be reproduced by the following unit test case:

mxc_vpu_test.out -D "-f 2 -y 2 -v m -i
1080i_shields1088i2997_shields_ter_4x300_15fps_track1.h264"

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
drivers/mxc/ipu3/ipu_common.c