Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ast_post.c File Reference
#include <drm/drmP.h>
#include "ast_drv.h"
#include "ast_dram_tables.h"

Go to the source code of this file.

Data Structures

struct  ast2300_dram_param
 

Macros

#define CBR_SIZE_AST2150   ((16 << 10) - 1)
 
#define CBR_PASSNUM_AST2150   5
 
#define CBR_THRESHOLD_AST2150   10
 
#define CBR_THRESHOLD2_AST2150   10
 
#define TIMEOUT_AST2150   5000000
 
#define CBR_PATNUM_AST2150   8
 
#define AST_DDR3   0
 
#define AST_DDR2   1
 
#define CBR_SIZE1   ((4 << 10) - 1)
 
#define CBR_SIZE2   ((64 << 10) - 1)
 
#define CBR_PASSNUM   5
 
#define CBR_PASSNUM2   5
 
#define CBR_THRESHOLD   10
 
#define CBR_THRESHOLD2   10
 
#define TIMEOUT   5000000
 
#define CBR_PATNUM   8
 

Functions

void ast_post_gpu (struct drm_device *dev)
 

Macro Definition Documentation

#define AST_DDR2   1

Definition at line 376 of file ast_post.c.

#define AST_DDR3   0

Definition at line 375 of file ast_post.c.

#define CBR_PASSNUM   5

Definition at line 408 of file ast_post.c.

#define CBR_PASSNUM2   5

Definition at line 409 of file ast_post.c.

#define CBR_PASSNUM_AST2150   5

Definition at line 129 of file ast_post.c.

#define CBR_PATNUM   8

Definition at line 413 of file ast_post.c.

#define CBR_PATNUM_AST2150   8

Definition at line 134 of file ast_post.c.

#define CBR_SIZE1   ((4 << 10) - 1)

Definition at line 406 of file ast_post.c.

#define CBR_SIZE2   ((64 << 10) - 1)

Definition at line 407 of file ast_post.c.

#define CBR_SIZE_AST2150   ((16 << 10) - 1)

Definition at line 128 of file ast_post.c.

#define CBR_THRESHOLD   10

Definition at line 410 of file ast_post.c.

#define CBR_THRESHOLD2   10

Definition at line 411 of file ast_post.c.

#define CBR_THRESHOLD2_AST2150   10

Definition at line 131 of file ast_post.c.

#define CBR_THRESHOLD_AST2150   10

Definition at line 130 of file ast_post.c.

#define TIMEOUT   5000000

Definition at line 412 of file ast_post.c.

#define TIMEOUT_AST2150   5000000

Definition at line 132 of file ast_post.c.

Function Documentation

void ast_post_gpu ( struct drm_device dev)

Definition at line 355 of file ast_post.c.