Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ttm_dma_tt Struct Reference

#include <ttm_bo_driver.h>

Data Fields

struct ttm_tt ttm
 
dma_addr_tdma_address
 
struct list_head pages_list
 

Detailed Description

struct ttm_dma_tt

: Base ttm_tt struct. : The DMA (bus) addresses of the pages : used by some page allocation backend

This is a structure holding the pages, caching- and aperture binding status for a buffer object that isn't backed by fixed (VRAM / AGP) memory.

Definition at line 140 of file ttm_bo_driver.h.

Field Documentation

Definition at line 142 of file ttm_bo_driver.h.

struct list_head pages_list

Definition at line 143 of file ttm_bo_driver.h.

Definition at line 141 of file ttm_bo_driver.h.


The documentation for this struct was generated from the following file: