Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ati_pcigart.c File Reference
#include <linux/export.h>
#include <drm/drmP.h>

Go to the source code of this file.

Macros

#define ATI_PCIGART_PAGE_SIZE   4096
 

Functions

int drm_ati_pcigart_cleanup (struct drm_device *dev, struct drm_ati_pcigart_info *gart_info)
 
 EXPORT_SYMBOL (drm_ati_pcigart_cleanup)
 
int drm_ati_pcigart_init (struct drm_device *dev, struct drm_ati_pcigart_info *gart_info)
 
 EXPORT_SYMBOL (drm_ati_pcigart_init)
 

Detailed Description

ATI PCI GART support

Author
Gareth Hughes garet.nosp@m.h@va.nosp@m.linux.nosp@m..com

Definition in file ati_pcigart.c.

Macro Definition Documentation

#define ATI_PCIGART_PAGE_SIZE   4096

PCI GART page size

Definition at line 37 of file ati_pcigart.c.

Function Documentation

int drm_ati_pcigart_cleanup ( struct drm_device dev,
struct drm_ati_pcigart_info *  gart_info 
)

Definition at line 57 of file ati_pcigart.c.

int drm_ati_pcigart_init ( struct drm_device dev,
struct drm_ati_pcigart_info *  gart_info 
)

Definition at line 96 of file ati_pcigart.c.

EXPORT_SYMBOL ( drm_ati_pcigart_cleanup  )
EXPORT_SYMBOL ( drm_ati_pcigart_init  )