|
@@ -3456,6 +3456,7 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_gfx = {
|
|
|
.align_mask = 0xff,
|
|
|
.nop = PACKET3(PACKET3_NOP, 0x3FFF),
|
|
|
.support_64bit_ptrs = true,
|
|
|
+ .vmhub = AMDGPU_GFXHUB,
|
|
|
.get_rptr = gfx_v9_0_ring_get_rptr_gfx,
|
|
|
.get_wptr = gfx_v9_0_ring_get_wptr_gfx,
|
|
|
.set_wptr = gfx_v9_0_ring_set_wptr_gfx,
|
|
@@ -3500,6 +3501,7 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_compute = {
|
|
|
.align_mask = 0xff,
|
|
|
.nop = PACKET3(PACKET3_NOP, 0x3FFF),
|
|
|
.support_64bit_ptrs = true,
|
|
|
+ .vmhub = AMDGPU_GFXHUB,
|
|
|
.get_rptr = gfx_v9_0_ring_get_rptr_compute,
|
|
|
.get_wptr = gfx_v9_0_ring_get_wptr_compute,
|
|
|
.set_wptr = gfx_v9_0_ring_set_wptr_compute,
|
|
@@ -3529,6 +3531,7 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_kiq = {
|
|
|
.align_mask = 0xff,
|
|
|
.nop = PACKET3(PACKET3_NOP, 0x3FFF),
|
|
|
.support_64bit_ptrs = true,
|
|
|
+ .vmhub = AMDGPU_GFXHUB,
|
|
|
.get_rptr = gfx_v9_0_ring_get_rptr_compute,
|
|
|
.get_wptr = gfx_v9_0_ring_get_wptr_compute,
|
|
|
.set_wptr = gfx_v9_0_ring_set_wptr_compute,
|