Linux Kernel
3.7.1
|
#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 |
struct ttm_mem_type_manager_func vmw_gmrid_manager_func |
GMR Id manager
Definition at line 155 of file vmwgfx_gmrid_manager.c.