Skip to content

freedreno/drm: readonly cmdstream

Rob Clark requested to merge robclark/mesa:wip/ro-cmdstream into master

Noticed that we weren't consistently making cmdstream buffers gpu-readonly. Fix that and drop the need to pass flags to fd_bo_new_ring().

Merge request reports