summaryrefslogtreecommitdiff
path: root/linux/drm_drawable.h
blob: 59c13ef85e44f2c4aa9a79b646bb944513b798b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/**
 * \file drm_drawable.h 
 * IOCTLs for drawables
 *
 * \author Rickard E. (Rik) Faith <faith@valinux.com>
 * \author Gareth Hughes <gareth@valinux.com>
 */

/*
 * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
 *
 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 * All Rights Reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the next
 * paragraph) shall be included in all copies or substantial portions of the
 * Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */

#define __NO_VERSION__
#include "drmP.h"

/** No-op. */
int DRM(adddraw)(struct inode *inode, struct file *filp,
		 unsigned int cmd, unsigned long arg)
{
	drm_draw_t draw;

	draw.handle = 0;	/* NOOP */
	DRM_DEBUG("%d\n", draw.handle);
	if (copy_to_user((drm_draw_t __user *)arg, &draw, sizeof(draw)))
		return -EFAULT;
	return 0;
}

/** No-op. */
int DRM(rmdraw)(struct inode *inode, struct file *filp,
		unsigned int cmd, unsigned long arg)
{
	return 0;		/* NOOP */
}
breoffice-6-3-1 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
path: root/source/sq
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Follow-up commit to core d3bc1970fa9bd7acf7a6d0a2e1dba756cfc70e86cp-24.04.9-3cp-24.04.9-2cp-24.04.9-1Andras Timar1-1/+1
2024-09-11update translations for 24.2.6 rc1Christian Lohmaier1-17/+31
2024-07-03update translations for 24.2.5 rc1cp-24.04.7-1cp-24.04.6-3cp-24.04.5-2cp-24.04.5-1Christian Lohmaier1-3/+3
2024-06-03update translations for 24.2.4 rc2cp-24.04.4-5cp-24.04.4-4cp-24.04.4-3cp-24.04.4-2co-24.04.4-4Christian Lohmaier2-153/+153
2024-04-19update translations for 24.2.3 rc1Christian Lohmaier3-7/+7
2024-03-27update translations for 24-2 and force-fix errors using pocheckChristian Lohmaier3-35/+35
2024-01-25update translations for 24.2.0 rc3Christian Lohmaier2-259/+34
2024-01-10update translations for master/24-2Christian Lohmaier2-44/+62
2024-01-08update translations for master/24-2Christian Lohmaier4-15/+39
2023-12-21update translations for master/24.2.0 RC1Christian Lohmaier14-339/+1010
2023-12-15update translations for master/24-2Christian Lohmaier16-425/+1674
2023-12-07update translations for master/24.2.0 beta1Christian Lohmaier2-33/+81
2023-12-04update translations for masterChristian Lohmaier3-64/+76
2023-12-04update translations for masterChristian Lohmaier38-2268/+5225
2023-11-21update translations for masterXisco Fauli7-445/+355
2023-11-08update translations for masterChristian Lohmaier7-355/+445
2023-11-02update translations for masterChristian Lohmaier23-2173/+4704
2023-10-11update translations for masterChristian Lohmaier20-641/+1016
2023-10-02update translations for masterChristian Lohmaier18-1076/+991
2023-09-28update translations for masterChristian Lohmaier25-3304/+1125
2023-09-12update translations for masterChristian Lohmaier