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

#include <drm_crtc.h>

Data Fields

struct drm_devicedev
 
struct kref refcount
 
struct list_head head
 
struct drm_mode_object base
 
struct drm_framebuffer_funcsfuncs
 
unsigned int pitches [4]
 
unsigned int offsets [4]
 
unsigned int width
 
unsigned int height
 
unsigned int depth
 
int bits_per_pixel
 
int flags
 
uint32_t pixel_format
 
struct list_head filp_head
 
voidhelper_private
 

Detailed Description

Definition at line 245 of file drm_crtc.h.

Field Documentation

Definition at line 258 of file drm_crtc.h.

int bits_per_pixel

Definition at line 266 of file drm_crtc.h.

unsigned int depth

Definition at line 265 of file drm_crtc.h.

Definition at line 246 of file drm_crtc.h.

struct list_head filp_head

Definition at line 269 of file drm_crtc.h.

int flags

Definition at line 267 of file drm_crtc.h.

Definition at line 259 of file drm_crtc.h.

Definition at line 257 of file drm_crtc.h.

unsigned int height

Definition at line 263 of file drm_crtc.h.

void* helper_private

Definition at line 271 of file drm_crtc.h.

unsigned int offsets[4]

Definition at line 261 of file drm_crtc.h.

unsigned int pitches[4]

Definition at line 260 of file drm_crtc.h.

Definition at line 268 of file drm_crtc.h.

struct kref refcount

Definition at line 256 of file drm_crtc.h.

unsigned int width

Definition at line 262 of file drm_crtc.h.


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