Re: [PATCH] media: iris: fix VPSS line buffer width and height order
From: Konrad Dybcio
Date: Tue Sep 22 2026 - 05:05:12 EST
On 9/22/26 5:24 AM, Wangao Wang wrote:
> size_vpss_line_buf_vpu33() expects (num_pipes, height, width) but was
> called with width and height swapped, miscalculating VPSS line buffer
> size for non-square resolutions.
>
> Fixes: df816dce1b01 ("media: iris: Introduce buffer size calculations for vpu4")
>
> Signed-off-by: Wangao Wang <wangao.wang@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad