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

#include <radeon.h>

Data Fields

struct devicedev
 
struct radeon_devicerdev
 
struct drm_file * filp
 
unsigned nchunks
 
struct radeon_cs_chunkchunks
 
uint64_tchunks_array
 
unsigned idx
 
unsigned nrelocs
 
struct radeon_cs_relocrelocs
 
struct radeon_cs_reloc ** relocs_ptr
 
struct list_head validated
 
int chunk_ib_idx
 
int chunk_relocs_idx
 
int chunk_flags_idx
 
int chunk_const_ib_idx
 
struct radeon_ib ib
 
struct radeon_ib const_ib
 
voidtrack
 
unsigned family
 
int parser_error
 
u32 cs_flags
 
u32 ring
 
s32 priority
 

Detailed Description

Definition at line 812 of file radeon.h.

Field Documentation

int chunk_const_ib_idx

Definition at line 831 of file radeon.h.

int chunk_flags_idx

Definition at line 830 of file radeon.h.

int chunk_ib_idx

Definition at line 828 of file radeon.h.

int chunk_relocs_idx

Definition at line 829 of file radeon.h.

Definition at line 818 of file radeon.h.

uint64_t* chunks_array

Definition at line 819 of file radeon.h.

struct radeon_ib const_ib

Definition at line 833 of file radeon.h.

u32 cs_flags

Definition at line 837 of file radeon.h.

struct device* dev

Definition at line 813 of file radeon.h.

unsigned family

Definition at line 835 of file radeon.h.

struct drm_file* filp

Definition at line 815 of file radeon.h.

Definition at line 832 of file radeon.h.

unsigned idx

Definition at line 821 of file radeon.h.

unsigned nchunks

Definition at line 817 of file radeon.h.

unsigned nrelocs

Definition at line 823 of file radeon.h.

int parser_error

Definition at line 836 of file radeon.h.

s32 priority

Definition at line 839 of file radeon.h.

Definition at line 814 of file radeon.h.

Definition at line 824 of file radeon.h.

struct radeon_cs_reloc** relocs_ptr

Definition at line 825 of file radeon.h.

Definition at line 838 of file radeon.h.

Definition at line 834 of file radeon.h.

struct list_head validated

Definition at line 826 of file radeon.h.


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