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:
@@ -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;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário