aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 972f1679d1c..f467fe5edf0 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -632,6 +632,7 @@ struct radeon_ib {
632 uint32_t *ptr; 632 uint32_t *ptr;
633 struct radeon_fence *fence; 633 struct radeon_fence *fence;
634 unsigned vm_id; 634 unsigned vm_id;
635 bool is_const_ib;
635}; 636};
636 637
637/* 638/*
@@ -836,7 +837,9 @@ struct radeon_cs_parser {
836 int chunk_ib_idx; 837 int chunk_ib_idx;
837 int chunk_relocs_idx; 838 int chunk_relocs_idx;
838 int chunk_flags_idx; 839 int chunk_flags_idx;
840 int chunk_const_ib_idx;
839 struct radeon_ib *ib; 841 struct radeon_ib *ib;
842 struct radeon_ib *const_ib;
840 void *track; 843 void *track;
841 unsigned family; 844 unsigned family;
842 int parser_error; 845 int parser_error;