diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 285fb3f203af..5dc744d43d12 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -839,6 +839,7 @@ struct radeon_cs_parser { | |||
839 | struct radeon_cs_reloc *relocs; | 839 | struct radeon_cs_reloc *relocs; |
840 | struct radeon_cs_reloc **relocs_ptr; | 840 | struct radeon_cs_reloc **relocs_ptr; |
841 | struct list_head validated; | 841 | struct list_head validated; |
842 | unsigned dma_reloc_idx; | ||
842 | /* indices of various chunks */ | 843 | /* indices of various chunks */ |
843 | int chunk_ib_idx; | 844 | int chunk_ib_idx; |
844 | int chunk_relocs_idx; | 845 | int chunk_relocs_idx; |