Back to home page

OSCL-LXR

 
 

    


0001 /* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
0002  *
0003  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
0004  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
0005  * All rights reserved.
0006  *
0007  * Permission is hereby granted, free of charge, to any person obtaining a
0008  * copy of this software and associated documentation files (the "Software"),
0009  * to deal in the Software without restriction, including without limitation
0010  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
0011  * and/or sell copies of the Software, and to permit persons to whom the
0012  * Software is furnished to do so, subject to the following conditions:
0013  *
0014  * The above copyright notice and this permission notice (including the next
0015  * paragraph) shall be included in all copies or substantial portions of the
0016  * Software.
0017  *
0018  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0019  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0020  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
0021  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
0022  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
0023  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0024  * DEALINGS IN THE SOFTWARE.
0025  *
0026  * Authors:
0027  *    Kevin E. Martin <martin@valinux.com>
0028  *    Gareth Hughes <gareth@valinux.com>
0029  */
0030 
0031 #ifndef __RADEON_DRV_H__
0032 #define __RADEON_DRV_H__
0033 
0034 #include <linux/firmware.h>
0035 #include <linux/platform_device.h>
0036 #include <drm/drm_legacy.h>
0037 
0038 #include "radeon_family.h"
0039 
0040 /* General customization:
0041  */
0042 
0043 #define DRIVER_AUTHOR       "Gareth Hughes, Keith Whitwell, others."
0044 
0045 #define DRIVER_NAME     "radeon"
0046 #define DRIVER_DESC     "ATI Radeon"
0047 #define DRIVER_DATE     "20080528"
0048 
0049 /* Interface history:
0050  *
0051  * 1.1 - ??
0052  * 1.2 - Add vertex2 ioctl (keith)
0053  *     - Add stencil capability to clear ioctl (gareth, keith)
0054  *     - Increase MAX_TEXTURE_LEVELS (brian)
0055  * 1.3 - Add cmdbuf ioctl (keith)
0056  *     - Add support for new radeon packets (keith)
0057  *     - Add getparam ioctl (keith)
0058  *     - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
0059  * 1.4 - Add scratch registers to get_param ioctl.
0060  * 1.5 - Add r200 packets to cmdbuf ioctl
0061  *     - Add r200 function to init ioctl
0062  *     - Add 'scalar2' instruction to cmdbuf
0063  * 1.6 - Add static GART memory manager
0064  *       Add irq handler (won't be turned on unless X server knows to)
0065  *       Add irq ioctls and irq_active getparam.
0066  *       Add wait command for cmdbuf ioctl
0067  *       Add GART offset query for getparam
0068  * 1.7 - Add support for cube map registers: R200_PP_CUBIC_FACES_[0..5]
0069  *       and R200_PP_CUBIC_OFFSET_F1_[0..5].
0070  *       Added packets R200_EMIT_PP_CUBIC_FACES_[0..5] and
0071  *       R200_EMIT_PP_CUBIC_OFFSETS_[0..5].  (brian)
0072  * 1.8 - Remove need to call cleanup ioctls on last client exit (keith)
0073  *       Add 'GET' queries for starting additional clients on different VT's.
0074  * 1.9 - Add DRM_IOCTL_RADEON_CP_RESUME ioctl.
0075  *       Add texture rectangle support for r100.
0076  * 1.10- Add SETPARAM ioctl; first parameter to set is FB_LOCATION, which
0077  *       clients use to tell the DRM where they think the framebuffer is
0078  *       located in the card's address space
0079  * 1.11- Add packet R200_EMIT_RB3D_BLENDCOLOR to support GL_EXT_blend_color
0080  *       and GL_EXT_blend_[func|equation]_separate on r200
0081  * 1.12- Add R300 CP microcode support - this just loads the CP on r300
0082  *       (No 3D support yet - just microcode loading).
0083  * 1.13- Add packet R200_EMIT_TCL_POINT_SPRITE_CNTL for ARB_point_parameters
0084  *     - Add hyperz support, add hyperz flags to clear ioctl.
0085  * 1.14- Add support for color tiling
0086  *     - Add R100/R200 surface allocation/free support
0087  * 1.15- Add support for texture micro tiling
0088  *     - Add support for r100 cube maps
0089  * 1.16- Add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear
0090  *       texture filtering on r200
0091  * 1.17- Add initial support for R300 (3D).
0092  * 1.18- Add support for GL_ATI_fragment_shader, new packets
0093  *       R200_EMIT_PP_AFS_0/1, R200_EMIT_PP_TXCTLALL_0-5 (replaces
0094  *       R200_EMIT_PP_TXFILTER_0-5, 2 more regs) and R200_EMIT_ATF_TFACTOR
0095  *       (replaces R200_EMIT_TFACTOR_0 (8 consts instead of 6)
0096  * 1.19- Add support for gart table in FB memory and PCIE r300
0097  * 1.20- Add support for r300 texrect
0098  * 1.21- Add support for card type getparam
0099  * 1.22- Add support for texture cache flushes (R300_TX_CNTL)
0100  * 1.23- Add new radeon memory map work from benh
0101  * 1.24- Add general-purpose packet for manipulating scratch registers (r300)
0102  * 1.25- Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL,
0103  *       new packet type)
0104  * 1.26- Add support for variable size PCI(E) gart aperture
0105  * 1.27- Add support for IGP GART
0106  * 1.28- Add support for VBL on CRTC2
0107  * 1.29- R500 3D cmd buffer support
0108  * 1.30- Add support for occlusion queries
0109  * 1.31- Add support for num Z pipes from GET_PARAM
0110  * 1.32- fixes for rv740 setup
0111  * 1.33- Add r6xx/r7xx const buffer support
0112  * 1.34- fix evergreen/cayman GS register
0113  */
0114 #define DRIVER_MAJOR        1
0115 #define DRIVER_MINOR        34
0116 #define DRIVER_PATCHLEVEL   0
0117 
0118 long radeon_drm_ioctl(struct file *filp,
0119               unsigned int cmd, unsigned long arg);
0120 
0121 int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
0122 void radeon_driver_unload_kms(struct drm_device *dev);
0123 void radeon_driver_lastclose_kms(struct drm_device *dev);
0124 int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
0125 void radeon_driver_postclose_kms(struct drm_device *dev,
0126                  struct drm_file *file_priv);
0127 
0128 #endif              /* __RADEON_DRV_H__ */