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

Data Fields

unsigned int gen: 8
 
unsigned int is_g33: 1
 
unsigned int is_pineview: 1
 
unsigned int is_ironlake: 1
 
unsigned int has_pgtbl_enable: 1
 
unsigned int dma_mask_size: 8
 
int(* setup )(void)
 
void(* cleanup )(void)
 
void(* write_entry )(dma_addr_t addr, unsigned int entry, unsigned int flags)
 
bool(* check_flags )(unsigned int flags)
 
void(* chipset_flush )(void)
 

Detailed Description

Definition at line 42 of file intel-gtt.c.

Field Documentation

bool(* check_flags)(unsigned int flags)

Definition at line 58 of file intel-gtt.c.

void(* chipset_flush)(void)

Definition at line 59 of file intel-gtt.c.

void(* cleanup)(void)

Definition at line 53 of file intel-gtt.c.

unsigned int dma_mask_size

Definition at line 48 of file intel-gtt.c.

unsigned int gen

Definition at line 43 of file intel-gtt.c.

unsigned int has_pgtbl_enable

Definition at line 47 of file intel-gtt.c.

unsigned int is_g33

Definition at line 44 of file intel-gtt.c.

unsigned int is_ironlake

Definition at line 46 of file intel-gtt.c.

unsigned int is_pineview

Definition at line 45 of file intel-gtt.c.

int(* setup)(void)

Definition at line 50 of file intel-gtt.c.

void(* write_entry)(dma_addr_t addr, unsigned int entry, unsigned int flags)

Definition at line 54 of file intel-gtt.c.


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