Ipu upscaling crops frames higher then 1024 pixels

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Ipu upscaling crops frames higher then 1024 pixels

621件の閲覧回数
andreapicaro
Contributor I

Hello, on a legacy imx6 device running kernel 3.0.35 we play videos using mfw_isink plugin. 

When upscaling video, it works perfectly for output horizontal width (or height) up to 1024, but the video is cropped

when scaling behiond 1024 pixels. I know ipu has limitation to 1024x1024 and that higher resolution tasks are handled by striping, is there a bug in the striping engine? Is there any patch or workaround available for it?

Thank you 

ラベル(3)
タグ(1)
0 件の賞賛
1 返信

462件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

The IC size for imx6 is limited to 1024x1024,if mor than this, pls refer to the linux/drivers/mxc/ipu3/ipu_device.c focus on the "create_split_task" function.