Hi all,
today drm-tip build failed with following log:
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_submit':
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1326:33: error: 'struct amdgpu_vm' has
no member named 'invalidated'
1326 | if (r || !list_empty(&vm->invalidated)) {
| ^~
Fixed the build by making same change as did commit 59720bfd8c6d
("drm/amdgpu: restart the CS if some parts of the VM are still
invalidated"), but double check would be probably needed.
BR,
Michał
Michał Grzelak (1):
drm/amdgpu: check individual moved list instead of invalidated
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.45.2