drm/amdgpu/gfx8: fix spelling typo in mqd allocation

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Deucher
2017-08-18 23:39:52 -04:00
parent 9dd73b1e89
commit 2d6fb10565
2 changed files with 8 additions and 8 deletions

View File

@@ -419,8 +419,8 @@ struct vi_mqd_allocation {
struct vi_mqd mqd;
uint32_t wptr_poll_mem;
uint32_t rptr_report_mem;
uint32_t dyamic_cu_mask;
uint32_t dyamic_rb_mask;
uint32_t dynamic_cu_mask;
uint32_t dynamic_rb_mask;
};
struct cz_mqd {