Skip to content

panfrost: Fix compiler error because of mismatched types

Adrian Larumbe requested to merge larumbe/mesa:decode-fix into main

Compiler throws out an error because the addition is done on mismatched types, and also the return value wasn't being cast. Fix it with explicit casts.

Merge request reports