Re: [PATCH] drm/vmwgfx: Reserve fence slots on buffer objects in cotables

2022-04-22 Thread Christian König
Am 22.04.22 um 18:13 schrieb Zack Rusin: From: Zack Rusin The buffer objects created by cotables were missing fence reservations. They are created from vmw_validation_res_validate which makes them miss the ttm_eu_reserve_buffers which is called from vmw_validation_bo_reserve. Cotables are the

[PATCH] drm/vmwgfx: Reserve fence slots on buffer objects in cotables

2022-04-22 Thread Zack Rusin
From: Zack Rusin The buffer objects created by cotables were missing fence reservations. They are created from vmw_validation_res_validate which makes them miss the ttm_eu_reserve_buffers which is called from vmw_validation_bo_reserve. Cotables are the only resources which create a buffer object