Skip to content

panfrost: Relax the stride check when importing resources

Imported resources will not necessarily have their line stride aligned on 64 bytes, and things prove to work just fine even on Bifrost, so let's relax the condition and drop the comment stating that Bifrost needs pixel lines to be aligned on 64 bytes.

Reported-by: Icecream95 ixn@disroot.org Suggested-by: Icecream95 ixn@disroot.org Fixes: 051d62cf ("panfrost: Add a pan_image_layout_init() helper") Signed-off-by: Boris Brezillon boris.brezillon@collabora.com

Merge request reports