Skip to content

pan/decode: Fix DCD size in Pre frame decoding

Boris Brezillon requested to merge bbrezillon/mesa:per-gen-fixes into main

DCD size on Bifrost is supposed to be 32 words wide, but this change will only happen after the per-gen XML split. We have to manually append the DRAW_PADDING for now.

Fixes: de13fdc2 ("panfrost: Prepare pandecode to per-gen XML") Signed-off-by: Boris Brezillon boris.brezillon@collabora.com

Merge request reports