04d192fccb
If PVR_BO_ALLOC_FLAG_CPU_ACCESS was specified when calling pvr_bo_alloc() the new bo was also being cpu mapped while this was not the intention as the PVR_BO_ALLOC_FLAG_CPU_MAPPED is meant to be used for that purpose. Fixed in this commit. Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17984>