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>


[ROCm/ROCR-Runtime commit: d7063dd102]
Esse commit está contido em:
Felix Kuehling
2016-11-21 20:05:27 -05:00
commit ff41927a88
+2 -2
Ver Arquivo
@@ -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;