summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/drm/drm_drawable.c
diff options
context:
space:
mode:
authormiao chen - Sun Microsystems - Beijing China <Miao.Chen@Sun.COM>2009-02-17 16:22:10 +0800
committermiao chen - Sun Microsystems - Beijing China <Miao.Chen@Sun.COM>2009-02-17 16:22:10 +0800
commitd02310705313ee2fcefee164a4b26d1fa85e9d22 (patch)
tree00eee2f6127e0c3b06b8ada57322f99073d66268 /usr/src/uts/common/io/drm/drm_drawable.c
parent6532b9600e063234d62bca681503353c01abad20 (diff)
downloadillumos-gate-d02310705313ee2fcefee164a4b26d1fa85e9d22.tar.gz
6773943 i915 should be updated to 1.5.x to support Xorg 1.5/Mesa 7.2
6794701 radeon driver does not work with Xorg 1.5
Diffstat (limited to 'usr/src/uts/common/io/drm/drm_drawable.c')
-rw-r--r--usr/src/uts/common/io/drm/drm_drawable.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/drm/drm_drawable.c b/usr/src/uts/common/io/drm/drm_drawable.c
index 0a6f05034f..3ccc443944 100644
--- a/usr/src/uts/common/io/drm/drm_drawable.c
+++ b/usr/src/uts/common/io/drm/drm_drawable.c
@@ -32,12 +32,10 @@
*
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "drmP.h"
/*ARGSUSED*/
@@ -66,3 +64,11 @@ drm_drawable_info_t *
drm_get_drawable_info(drm_device_t *dev, drm_drawable_t id) {
return (NULL);
}
+
+/*ARGSUSED*/
+int
+drm_update_draw(DRM_IOCTL_ARGS)
+{
+ DRM_DEBUG("drm_update_draw\n");
+ return (0);
+}