Skip to content

pvr: Add a const qualifier to inline pvr_csb_*() helpers

Matt Coster requested to merge MTCoster/mesa:pvr-csb-const into main

These do not modify the input struct pvr_csb at all, so the function signature should reflect this.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Edited by Matt Coster

Merge request reports