patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / char / drm / i810.h
1 /* i810.h -- Intel i810/i815 DRM template customization -*- linux-c -*-
2  * Created: Thu Feb 15 00:01:12 2001 by gareth@valinux.com
3  *
4  * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
5  * All Rights Reserved.
6  *
7  * Permission is hereby granted, free of charge, to any person obtaining a
8  * copy of this software and associated documentation files (the "Software"),
9  * to deal in the Software without restriction, including without limitation
10  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11  * and/or sell copies of the Software, and to permit persons to whom the
12  * Software is furnished to do so, subject to the following conditions:
13  *
14  * The above copyright notice and this permission notice (including the next
15  * paragraph) shall be included in all copies or substantial portions of the
16  * Software.
17  *
18  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
21  * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
22  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24  * OTHER DEALINGS IN THE SOFTWARE.
25  *
26  * Authors:
27  *    Gareth Hughes <gareth@valinux.com>
28  */
29
30 #ifndef __I810_H__
31 #define __I810_H__
32
33 /* This remains constant for all DRM template files.
34  */
35 #define DRM(x) i810_##x
36
37 /* General customization:
38  */
39 #define __HAVE_AGP              1
40 #define __MUST_HAVE_AGP         1
41 #define __HAVE_MTRR             1
42 #define __HAVE_CTX_BITMAP       1
43
44 #define DRIVER_AUTHOR           "VA Linux Systems Inc."
45
46 #define DRIVER_NAME             "i810"
47 #define DRIVER_DESC             "Intel i810"
48 #define DRIVER_DATE             "20030605"
49
50 /* Interface history
51  *
52  * 1.1   - XFree86 4.1
53  * 1.2   - XvMC interfaces
54  *       - XFree86 4.2
55  * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility)
56  *       - Remove requirement for interrupt (leave stubs again)
57  * 1.3   - Add page flipping.
58  * 1.4   - fix DRM interface
59  */
60 #define DRIVER_MAJOR            1
61 #define DRIVER_MINOR            4
62 #define DRIVER_PATCHLEVEL       0
63
64 #define DRIVER_IOCTLS                                                       \
65         [DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)]   = { i810_dma_init,    1, 1 }, \
66         [DRM_IOCTL_NR(DRM_IOCTL_I810_VERTEX)] = { i810_dma_vertex,  1, 0 }, \
67         [DRM_IOCTL_NR(DRM_IOCTL_I810_CLEAR)]  = { i810_clear_bufs,  1, 0 }, \
68         [DRM_IOCTL_NR(DRM_IOCTL_I810_FLUSH)]  = { i810_flush_ioctl, 1, 0 }, \
69         [DRM_IOCTL_NR(DRM_IOCTL_I810_GETAGE)] = { i810_getage,      1, 0 }, \
70         [DRM_IOCTL_NR(DRM_IOCTL_I810_GETBUF)] = { i810_getbuf,      1, 0 }, \
71         [DRM_IOCTL_NR(DRM_IOCTL_I810_SWAP)]   = { i810_swap_bufs,   1, 0 }, \
72         [DRM_IOCTL_NR(DRM_IOCTL_I810_COPY)]   = { i810_copybuf,     1, 0 }, \
73         [DRM_IOCTL_NR(DRM_IOCTL_I810_DOCOPY)] = { i810_docopy,      1, 0 }, \
74         [DRM_IOCTL_NR(DRM_IOCTL_I810_OV0INFO)] = { i810_ov0_info,   1, 0 }, \
75         [DRM_IOCTL_NR(DRM_IOCTL_I810_FSTATUS)] = { i810_fstatus,    1, 0 }, \
76         [DRM_IOCTL_NR(DRM_IOCTL_I810_OV0FLIP)] = { i810_ov0_flip,   1, 0 }, \
77         [DRM_IOCTL_NR(DRM_IOCTL_I810_MC)]      = { i810_dma_mc,     1, 1 }, \
78         [DRM_IOCTL_NR(DRM_IOCTL_I810_RSTATUS)] = { i810_rstatus,    1, 0 }, \
79         [DRM_IOCTL_NR(DRM_IOCTL_I810_FLIP)] =    { i810_flip_bufs,  1, 0 }
80
81 #define __HAVE_COUNTERS         4
82 #define __HAVE_COUNTER6         _DRM_STAT_IRQ
83 #define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
84 #define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
85 #define __HAVE_COUNTER9         _DRM_STAT_DMA
86
87 /* Driver customization:
88  */
89 #define __HAVE_RELEASE          1
90 #define DRIVER_RELEASE() do {                                           \
91         i810_reclaim_buffers( filp );                                   \
92 } while (0)
93
94 #define DRIVER_PRETAKEDOWN() do {                                       \
95         i810_dma_cleanup( dev );                                        \
96 } while (0)
97
98 /* DMA customization:
99  */
100 #define __HAVE_DMA              1
101 #define __HAVE_DMA_QUEUE        1
102 #define __HAVE_DMA_WAITLIST     0
103 #define __HAVE_DMA_RECLAIM      1
104
105 #define __HAVE_DMA_QUIESCENT    1
106 #define DRIVER_DMA_QUIESCENT() do {                                     \
107         i810_dma_quiescent( dev );                                      \
108 } while (0)
109
110 /* Don't need an irq any more.  The template code will make sure that
111  * a noop stub is generated for compatibility.
112  */
113 /* XXX: Add vblank support? */
114 #define __HAVE_IRQ              0
115
116 /* Buffer customization:
117  */
118
119 #define DRIVER_BUF_PRIV_T       drm_i810_buf_priv_t
120
121 #define DRIVER_AGP_BUFFERS_MAP( dev )                                   \
122         ((drm_i810_private_t *)((dev)->dev_private))->buffer_map
123
124 #endif