Re: [PATCH] drm/nouveau: Fix bug in buffer relocs for Nouveau

2023-03-27 Thread Christian König
Am 27.03.23 um 10:42 schrieb John Ogness: On 2023-01-19, Tanmay Bhushan <0070472...@gmail.com> wrote: dma_resv_wait_timeout returns greater than zero on success as opposed to ttm_bo_wait_ctx. As a result of that relocs will fail and give failure even when it was a success. Today I switched my w

Re: [PATCH] drm/nouveau: Fix bug in buffer relocs for Nouveau

2023-03-27 Thread John Ogness
On 2023-01-19, Tanmay Bhushan <0070472...@gmail.com> wrote: > dma_resv_wait_timeout returns greater than zero on success > as opposed to ttm_bo_wait_ctx. As a result of that relocs > will fail and give failure even when it was a success. Today I switched my workstation from 6.2 to 6.3-rc3 and star

[PATCH] drm/nouveau: Fix bug in buffer relocs for Nouveau

2023-01-20 Thread Tanmay Bhushan
dma_resv_wait_timeout returns greater than zero on success as opposed to ttm_bo_wait_ctx. As a result of that relocs will fail and give failure even when it was a success. Signed-off-by: Tanmay Bhushan <0070472...@gmail.com> --- drivers/gpu/drm/nouveau/nouveau_gem.c | 3 +-- 1 file changed, 1 ins