Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9913806e authored by Benoit Parrot's avatar Benoit Parrot Committed by Jyri Sarha
Browse files

Revert "media: ti-vpe: vip: Add scaler support"


This reverts commit b4397f83.

Although the VIP scaler supports upscaling, any work being done
by the scaler is on the incoming line buffer. This means that
if the scaler is still processing by the time the next line
comes in you end up with distortion/shift of various severity
depending on the scaling factor in the vertical direction.

Scaling up horizontally is somewhat safer, but when the scaler
has to "generate" several lines for each incoming input lines
the data will most likely get overwritten while the scaler is
still busy with it.

The current patch does not prevent scaling up. Some extra logic
is needed to prevent these now known non working cases.

In the mean time it is safer and quicker to disable the
feature for now until we can solidify the use cases.

Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
parent 67a6bea9
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment