[PATCH] drm/amdkfd: Initialize sdma vm when creating sdma queue

2015-05-05 Thread Alex Deucher
On Tue, May 5, 2015 at 4:40 AM, Oded Gabbay wrote: > From: Xihan Zhang > > This patch fixes a bug where sdma vm wasn't initialized when > an sdma queue was created in HWS mode. > > This caused GPUVM faults to appear on dmesg and it is one of the > causes that SDMA queues are not working. > > Sign

[PATCH] drm/amdkfd: Initialize sdma vm when creating sdma queue

2015-05-05 Thread Oded Gabbay
From: Xihan Zhang This patch fixes a bug where sdma vm wasn't initialized when an sdma queue was created in HWS mode. This caused GPUVM faults to appear on dmesg and it is one of the causes that SDMA queues are not working. Signed-off-by: Xihan Zhang Reviewed-by: Ben Goz Signed-off-by: Oded G