diff options
Diffstat (limited to 'usr/src/uts/common/io/drm/drm_drawable.c')
| -rw-r--r-- | usr/src/uts/common/io/drm/drm_drawable.c | 12 |
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); +} |
