Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
evergreen_cs.c File Reference
#include <drm/drmP.h>
#include "radeon.h"
#include "evergreend.h"
#include "evergreen_reg_safe.h"
#include "cayman_reg_safe.h"

Go to the source code of this file.

Data Structures

struct  evergreen_cs_track
 
struct  eg_surface
 

Macros

#define MAX(a, b)   (((a)>(b))?(a):(b))
 
#define MIN(a, b)   (((a)<(b))?(a):(b))
 

Functions

int evergreen_cs_parse (struct radeon_cs_parser *p)
 
int evergreen_ib_parse (struct radeon_device *rdev, struct radeon_ib *ib)
 

Macro Definition Documentation

#define MAX (   a,
  b 
)    (((a)>(b))?(a):(b))

Definition at line 34 of file evergreen_cs.c.

#define MIN (   a,
  b 
)    (((a)<(b))?(a):(b))

Definition at line 35 of file evergreen_cs.c.

Function Documentation

int evergreen_cs_parse ( struct radeon_cs_parser p)

Definition at line 2606 of file evergreen_cs.c.

int evergreen_ib_parse ( struct radeon_device rdev,
struct radeon_ib ib 
)

Definition at line 2926 of file evergreen_cs.c.