Re: [PATCH v4 2/2] drm/amdgpu: SDMA update use unlocked iterator

2022-09-14 Thread Christian König
Am 13.09.22 um 22:05 schrieb Philip Yang: SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. WARNING: CPU: 0 PID: 1475 at drivers/dma-buf/dma-resv.c:483 dma_resv_iter_next Call Trace: dma_resv_iter_first+0x43/0xa0

[PATCH v4 2/2] drm/amdgpu: SDMA update use unlocked iterator

2022-09-13 Thread Philip Yang
SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. WARNING: CPU: 0 PID: 1475 at drivers/dma-buf/dma-resv.c:483 dma_resv_iter_next Call Trace: dma_resv_iter_first+0x43/0xa0 amdgpu_vm_sdma_update+0x69/0x2d0 [amdgpu]