Skip to content

winsys/amdgpu: 1 fix and 3 cleanups

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:winsys_amdgpu_misc into main

The first commit fixes a use-after-free in amdgpu_bo.

The others are cleanups of amdgpu_cs - the last 2 divide struct amdgpu_cs size by 4 (33496 -> 8936 bytes).

Merge request reports