Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ps3gpu.h File Reference
#include <linux/mutex.h>
#include <asm/lv1call.h>

Go to the source code of this file.

Macros

#define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_SYNC   0x101
 
#define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_FLIP   0x102
 
#define L1GPU_CONTEXT_ATTRIBUTE_FB_SETUP   0x600
 
#define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT   0x601
 
#define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT_SYNC   0x602
 
#define L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE   0x603
 
#define L1GPU_FB_BLIT_WAIT_FOR_COMPLETION   (1ULL << 32)
 
#define L1GPU_DISPLAY_SYNC_HSYNC   1
 
#define L1GPU_DISPLAY_SYNC_VSYNC   2
 

Variables

struct mutex ps3_gpu_mutex
 

Macro Definition Documentation

#define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_FLIP   0x102

Definition at line 29 of file ps3gpu.h.

#define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_SYNC   0x101

Definition at line 28 of file ps3gpu.h.

#define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT   0x601

Definition at line 32 of file ps3gpu.h.

#define L1GPU_CONTEXT_ATTRIBUTE_FB_BLIT_SYNC   0x602

Definition at line 33 of file ps3gpu.h.

#define L1GPU_CONTEXT_ATTRIBUTE_FB_CLOSE   0x603

Definition at line 34 of file ps3gpu.h.

#define L1GPU_CONTEXT_ATTRIBUTE_FB_SETUP   0x600

Definition at line 31 of file ps3gpu.h.

#define L1GPU_DISPLAY_SYNC_HSYNC   1

Definition at line 38 of file ps3gpu.h.

#define L1GPU_DISPLAY_SYNC_VSYNC   2

Definition at line 39 of file ps3gpu.h.

#define L1GPU_FB_BLIT_WAIT_FOR_COMPLETION   (1ULL << 32)

Definition at line 36 of file ps3gpu.h.

Variable Documentation

struct mutex ps3_gpu_mutex