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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/shared-core/radeon_ms.h b/shared-core/radeon_ms.h
index ec264207..dd34683e 100644
--- a/shared-core/radeon_ms.h
+++ b/shared-core/radeon_ms.h
@@ -330,7 +330,7 @@ struct drm_radeon_private {
uint8_t bus_ready;
uint8_t write_back;
/* command buffer informations */
- struct amd_cbuffer_checker cbuffer_checker;
+ struct amd_cmd_module cmd_module;
/* abstract asic specific structures */
struct radeon_ms_rom rom;
struct radeon_ms_properties properties;
@@ -426,10 +426,6 @@ int radeon_ms_driver_load(struct drm_device *dev, unsigned long flags);
int radeon_ms_driver_open(struct drm_device * dev, struct drm_file *file_priv);
int radeon_ms_driver_unload(struct drm_device *dev);
-/* radeon_ms_exec.c */
-int radeon_ms_execbuffer(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-
/* radeon_ms_family.c */
int radeon_ms_family_init(struct drm_device *dev);