Linux Kernel
3.7.1
|
#include <drm_crtc.h>
Data Fields | |
struct drm_device * | dev |
struct kref | refcount |
struct list_head | head |
struct drm_mode_object | base |
struct drm_framebuffer_funcs * | funcs |
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 |
void * | helper_private |
Definition at line 245 of file drm_crtc.h.
struct drm_mode_object base |
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.
struct drm_device* dev |
Definition at line 246 of file drm_crtc.h.
Definition at line 269 of file drm_crtc.h.
int flags |
Definition at line 267 of file drm_crtc.h.
struct drm_framebuffer_funcs* funcs |
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.
Definition at line 256 of file drm_crtc.h.
unsigned int width |
Definition at line 262 of file drm_crtc.h.