summaryrefslogtreecommitdiff
path: root/shared-core/radeon_ms.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/radeon_ms.h')
-rw-r--r--shared-core/radeon_ms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared-core/radeon_ms.h b/shared-core/radeon_ms.h
index bbd0477b..ec264207 100644
--- a/shared-core/radeon_ms.h
+++ b/shared-core/radeon_ms.h
@@ -36,7 +36,7 @@
#include "radeon_ms_rom.h"
#include "radeon_ms_properties.h"
#include "amd.h"
-#include "amd_cbuffer.h"
+#include "amd_legacy.h"
#define DRIVER_AUTHOR "Jerome Glisse, Dave Airlie, Gareth Hughes, "\
"Keith Whitwell, others."
@@ -329,6 +329,8 @@ struct drm_radeon_private {
uint8_t cp_ready;
uint8_t bus_ready;
uint8_t write_back;
+ /* command buffer informations */
+ struct amd_cbuffer_checker cbuffer_checker;
/* abstract asic specific structures */
struct radeon_ms_rom rom;
struct radeon_ms_properties properties;