Skip to content

gallium/auxiliary/vl: Odd Dimensions are failing

Krunal Patel requested to merge (removed):master into master

Added the change where we align the height and width for the odd resolutions.

Issue: While running the tast for odd resolutions there are green lines observed in the dumped image. The resolution is 321x241, the extra 1 pixel data is missing in the image. The reason for this is in the post processing when we adjust the size of height and width we are dividing it by 2.

Fix: To resolve this issue we first need to align it to 2 and then divide by 2 to get the required values. Once we do this we will have proper data in the dumped image and missing pixel data will be available.

Signed-off-by: Krunal Patel krunalkumarmukeshkumar.patel@amd.corp-partner.google.com

Reviewed-by : Leo Liu leo.liu@amd.com

Edited by Krunal Patel

Merge request reports