Skip to content

panfrost: Ensure final.no_colour is initialized.

Vinson Lee requested to merge vlee/mesa:fix-cid-1463603 into master
Fix warning reported by Coverity Scan.

Uninitialized scalar variable (UNINIT)
uninit_use: Using uninitialized value final. Field final.no_colour is
uninitialized.

Fixes: 3e4e849e6a96 ("panfrost: Disable tib read/write when colourmask = 0x0")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>

cc: @alyssa

Merge request reports