|
Linux Kernel
3.7.1
|
#include <drm/drm_mm.h>Go to the source code of this file.
Data Structures | |
| struct | drm_sis_private |
Macros | |
| #define | DRIVER_AUTHOR "SIS, Tungsten Graphics" |
| #define | DRIVER_NAME "sis" |
| #define | DRIVER_DESC "SIS 300/630/540 and XGI V3XE/V5/V8" |
| #define | DRIVER_DATE "20070626" |
| #define | DRIVER_MAJOR 1 |
| #define | DRIVER_MINOR 3 |
| #define | DRIVER_PATCHLEVEL 0 |
| #define | SIS_BASE (dev_priv->mmio) |
| #define | SIS_READ(reg) DRM_READ32(SIS_BASE, reg) |
| #define | SIS_WRITE(reg, val) DRM_WRITE32(SIS_BASE, reg, val) |
Typedefs | |
| typedef struct drm_sis_private | drm_sis_private_t |
Enumerations | |
| enum | sis_family { SIS_OTHER = 0, SIS_CHIP_315 = 1 } |
Functions | |
| int | sis_idle (struct drm_device *dev) |
| void | sis_reclaim_buffers_locked (struct drm_device *dev, struct drm_file *file_priv) |
| void | sis_lastclose (struct drm_device *dev) |
Variables | |
| struct drm_ioctl_desc | sis_ioctls [] |
| int | sis_max_ioctl |
| typedef struct drm_sis_private drm_sis_private_t |
| enum sis_family |
| int sis_idle | ( | struct drm_device * | dev | ) |
| void sis_lastclose | ( | struct drm_device * | dev | ) |
| void sis_reclaim_buffers_locked | ( | struct drm_device * | dev, |
| struct drm_file * | file_priv | ||
| ) |
1.8.2