Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
vmwgfx_gmrid_manager.c File Reference
#include "vmwgfx_drv.h"
#include <drm/ttm/ttm_module.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_placement.h>
#include <linux/idr.h>
#include <linux/spinlock.h>
#include <linux/kernel.h>

Go to the source code of this file.

Data Structures

struct  vmwgfx_gmrid_man
 

Variables

struct ttm_mem_type_manager_func vmw_gmrid_manager_func
 

Variable Documentation

struct ttm_mem_type_manager_func vmw_gmrid_manager_func
Initial value:
= {
vmw_gmrid_man_init,
vmw_gmrid_man_takedown,
vmw_gmrid_man_get_node,
vmw_gmrid_man_put_node,
vmw_gmrid_man_debug
}

GMR Id manager

Definition at line 155 of file vmwgfx_gmrid_manager.c.