Skip to content

Fix up amdgpu protocol

Dmitry Osipenko requested to merge digetx/virglrenderer:amdgpu-proto-fix into main

Fix definition of the bo_va_op_req flags that shall be a 32bit value. Previously flags were 64bit, but then the type of the flags changed to 32bit, while 64bit value the flag wasn't changed by accident.

@pepp @DemiMarie

Merge request reports