Skip to content

linux-dmabuf: Relax stride checks in linux-dmabuf

Ben Davis requested to merge bgjdarm/weston:stride_checks into main

Non-linear modifiers can change the meaning of the stride. Therefore, we should not perform size checks involving strides for non-linear modifiers.

Signed-off-by: Ben Davis ben.davis@arm.com Signed-off-by: Dennis Tsiang dennis.tsiang@arm.com

Merge request reports