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>
这个提交包含在:
+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;
|
||||
|
||||
在新工单中引用
屏蔽一个用户