On Tue, May 5, 2015 at 7:28 PM, Alex Deucher alexdeucher@gmail.com wrote:
On Tue, May 5, 2015 at 5:03 AM, Oded Gabbay oded.gabbay@gmail.com wrote:
Signed-off-by: Oded Gabbay oded.gabbay@gmail.com
Maybe call it, init_vm() in cause you need to do something queue specific for other rings? Either way, this series is: Reviewed-by: Alex Deucher alexander.deucher@amd.com
};
From what I currently know, this is only required for sdma queues,
because the vm info is in a register per queue. In compute queues, there are shared registers (sh_mem_*) so we don't need to init something per queue.