2 * drm_drawable.h -- IOCTLs for drawables -*- linux-c -*-
3 * Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
6 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
7 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
10 * Permission is hereby granted, free of charge, to any person obtaining a
11 * copy of this software and associated documentation files (the "Software"),
12 * to deal in the Software without restriction, including without limitation
13 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
14 * and/or sell copies of the Software, and to permit persons to whom the
15 * Software is furnished to do so, subject to the following conditions:
17 * The above copyright notice and this permission notice (including the next
18 * paragraph) shall be included in all copies or substantial portions of the
21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
26 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27 * OTHER DEALINGS IN THE SOFTWARE.
30 * Rickard E. (Rik) Faith <faith@valinux.com>
31 * Gareth Hughes <gareth@valinux.com>
35 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
36 * Use is subject to license terms.
43 drm_adddraw(DRM_IOCTL_ARGS
)
47 draw
.handle
= 0; /* NOOP */
48 DRM_DEBUG("draw.handle = %d\n", draw
.handle
);
50 DRM_COPYTO_WITH_RETURN((void *)data
, &draw
, sizeof (draw
));
57 drm_rmdraw(DRM_IOCTL_ARGS
)
64 drm_get_drawable_info(drm_device_t
*dev
, drm_drawable_t id
) {
70 drm_update_draw(DRM_IOCTL_ARGS
)
72 DRM_DEBUG("drm_update_draw\n");