Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
gma_drm.h File Reference

Go to the source code of this file.

Data Structures

struct  drm_psb_dpst_lut_arg
 
struct  drm_psb_mode_operation_arg
 
struct  drm_psb_stolen_memory_arg
 
struct  drm_psb_get_pipe_from_crtc_id_arg
 
struct  drm_psb_gem_create
 
struct  drm_psb_gem_mmap
 

Macros

#define GMA_GEM_CREATE_STOLEN   1 /* Stolen memory can be used */
 
#define DRM_GMA_GEM_CREATE   0x00 /* Create a GEM object */
 
#define DRM_GMA_GEM_MMAP   0x01 /* Map GEM memory */
 
#define DRM_GMA_STOLEN_MEMORY   0x02 /* Report stolen memory */
 
#define DRM_GMA_2D_OP   0x03 /* Will be merged later */
 
#define DRM_GMA_GAMMA   0x04 /* Set gamma table */
 
#define DRM_GMA_ADB   0x05 /* Get backlight */
 
#define DRM_GMA_DPST_BL   0x06 /* Set backlight */
 
#define DRM_GMA_MODE_OPERATION   0x07 /* Mode validation/DC set */
 
#define PSB_MODE_OPERATION_MODE_VALID   0x01
 
#define DRM_GMA_GET_PIPE_FROM_CRTC_ID   0x08 /* CRTC to physical pipe# */
 

Macro Definition Documentation

#define DRM_GMA_2D_OP   0x03 /* Will be merged later */

Definition at line 82 of file gma_drm.h.

#define DRM_GMA_ADB   0x05 /* Get backlight */

Definition at line 84 of file gma_drm.h.

#define DRM_GMA_DPST_BL   0x06 /* Set backlight */

Definition at line 85 of file gma_drm.h.

#define DRM_GMA_GAMMA   0x04 /* Set gamma table */

Definition at line 83 of file gma_drm.h.

#define DRM_GMA_GEM_CREATE   0x00 /* Create a GEM object */

Definition at line 79 of file gma_drm.h.

#define DRM_GMA_GEM_MMAP   0x01 /* Map GEM memory */

Definition at line 80 of file gma_drm.h.

#define DRM_GMA_GET_PIPE_FROM_CRTC_ID   0x08 /* CRTC to physical pipe# */

Definition at line 88 of file gma_drm.h.

#define DRM_GMA_MODE_OPERATION   0x07 /* Mode validation/DC set */

Definition at line 86 of file gma_drm.h.

#define DRM_GMA_STOLEN_MEMORY   0x02 /* Report stolen memory */

Definition at line 81 of file gma_drm.h.

#define GMA_GEM_CREATE_STOLEN   1 /* Stolen memory can be used */

Definition at line 63 of file gma_drm.h.

#define PSB_MODE_OPERATION_MODE_VALID   0x01

Definition at line 87 of file gma_drm.h.