Ipu upscaling crops frames higher then 1024 pixels

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Ipu upscaling crops frames higher then 1024 pixels

827 次查看
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 回复

668 次查看
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.