aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/vi_structs.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-08-18 23:39:52 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-08-29 15:27:39 -0400
commit2d6fb10565ca13e7a0f6f4725f1c3da5a99a2bcc (patch)
treea3b1488851fa227f53c816c0778e7fbfb56bc3d5 /drivers/gpu/drm/amd/include/vi_structs.h
parent9dd73b1e89d7eb3f5c0a00aa264e473364ba1aa6 (diff)
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>
Diffstat (limited to 'drivers/gpu/drm/amd/include/vi_structs.h')
-rw-r--r--drivers/gpu/drm/amd/include/vi_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/include/vi_structs.h b/drivers/gpu/drm/amd/include/vi_structs.h
index ca93b5160ba6..3e606a761d0e 100644
--- a/drivers/gpu/drm/amd/include/vi_structs.h
+++ b/drivers/gpu/drm/amd/include/vi_structs.h
@@ -419,8 +419,8 @@ struct vi_mqd_allocation {
419 struct vi_mqd mqd; 419 struct vi_mqd mqd;
420 uint32_t wptr_poll_mem; 420 uint32_t wptr_poll_mem;
421 uint32_t rptr_report_mem; 421 uint32_t rptr_report_mem;
422 uint32_t dyamic_cu_mask; 422 uint32_t dynamic_cu_mask;
423 uint32_t dyamic_rb_mask; 423 uint32_t dynamic_rb_mask;
424}; 424};
425 425
426struct cz_mqd { 426struct cz_mqd {