Skip to content

Draft: frontend/va: Sending wrong surface dimensions

Krunal Patel requested to merge krupatel/mesa:height_width into main

Issue: VADRMPRIMESurfaceDescriptor width and height are rounded up to macroblock size (16).

Rootcause: Assigning the buffer height and width which are aligned values

Fix: It should be same as the original surface values.

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

Edited by Krunal Patel

Merge request reports