Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
ttm_bo_manager.c File Reference
#include <drm/ttm/ttm_module.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_placement.h>
#include <drm/drm_mm.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/module.h>

Go to the source code of this file.

Data Structures

struct  ttm_range_manager
 

Functions

 EXPORT_SYMBOL (ttm_bo_manager_func)
 

Variables

struct ttm_mem_type_manager_func ttm_bo_manager_func
 

Function Documentation

EXPORT_SYMBOL ( ttm_bo_manager_func  )

Variable Documentation

struct ttm_mem_type_manager_func ttm_bo_manager_func
Initial value:
= {
ttm_bo_man_init,
ttm_bo_man_takedown,
ttm_bo_man_get_node,
ttm_bo_man_put_node,
ttm_bo_man_debug
}

Definition at line 150 of file ttm_bo_manager.c.