summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-01-03 06:02:43 +1000
committerDave Airlie <airlied@redhat.com>2011-01-03 06:03:44 +1000
commitfb03510738e80716068a193a4078814d0e801120 (patch)
treee45dc50131a28942891fb123ada1580994b508fe
parent1d40cf57f843f555139809e91ab8c30923c57698 (diff)
radeon: fix build on non-KMS systems.
Reported on irc by adamk.
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
index 6c2648b6bd..60f1049602 100644
--- a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
+++ b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
@@ -67,6 +67,9 @@ struct drm_radeon_info {
#define DRM_RADEON_INFO 0x1
#endif
+static inline void radeon_gem_get_kernel_name(struct radeon_bo *dummy, uint32_t *value)
+{
+}
static inline uint32_t radeon_gem_name_bo(struct radeon_bo *dummy)
{