Allocate 64-bit for doorbells and write pointers

On gfx900 we need 64-bit for all doorbells and SDMA WPTRs.

Change-Id: I9b922e16442e967599ae3c928308451d5cc470b3
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
这个提交包含在:
Felix Kuehling
2016-11-21 20:05:27 -05:00
父节点 8cb89b6926
当前提交 d7063dd102
+2 -2
查看文件
@@ -200,8 +200,8 @@ struct device_id supported_devices[] = {
struct queue
{
uint32_t queue_id;
uint32_t wptr;
uint32_t rptr;
uint64_t wptr;
uint64_t rptr;
void *eop_buffer;
void *ctx_save_restore;
uint32_t ctx_save_restore_size;