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

Go to the source code of this file.

Functions

void drm_core_ioremap (struct drm_local_map *map, struct drm_device *dev)
 
 EXPORT_SYMBOL (drm_core_ioremap)
 
void drm_core_ioremap_wc (struct drm_local_map *map, struct drm_device *dev)
 
 EXPORT_SYMBOL (drm_core_ioremap_wc)
 
void drm_core_ioremapfree (struct drm_local_map *map, struct drm_device *dev)
 
 EXPORT_SYMBOL (drm_core_ioremapfree)
 

Detailed Description

Memory management wrappers for DRM

Author
Rickard E. (Rik) Faith faith.nosp@m.@val.nosp@m.inux..nosp@m.com
Gareth Hughes garet.nosp@m.h@va.nosp@m.linux.nosp@m..com

Definition in file drm_memory.c.

Function Documentation

void drm_core_ioremap ( struct drm_local_map *  map,
struct drm_device dev 
)

Definition at line 113 of file drm_memory.c.

void drm_core_ioremap_wc ( struct drm_local_map *  map,
struct drm_device dev 
)

Definition at line 123 of file drm_memory.c.

void drm_core_ioremapfree ( struct drm_local_map *  map,
struct drm_device dev 
)

Definition at line 133 of file drm_memory.c.

EXPORT_SYMBOL ( drm_core_ioremap  )
EXPORT_SYMBOL ( drm_core_ioremap_wc  )
EXPORT_SYMBOL ( drm_core_ioremapfree  )