Linux Kernel
3.7.1
|
#include <omap_drv.h>
Data Fields | |
unsigned int | num_crtcs |
struct drm_crtc * | crtcs [8] |
unsigned int | num_planes |
struct drm_plane * | planes [8] |
unsigned int | num_encoders |
struct drm_encoder * | encoders [8] |
unsigned int | num_connectors |
struct drm_connector * | connectors [8] |
struct drm_fb_helper * | fbdev |
struct workqueue_struct * | wq |
struct list_head | obj_list |
bool | has_dmm |
struct drm_property * | rotation_prop |
struct drm_property * | zorder_prop |
Definition at line 42 of file omap_drv.h.
struct drm_connector* connectors[8] |
Definition at line 53 of file omap_drv.h.
Definition at line 44 of file omap_drv.h.
struct drm_encoder* encoders[8] |
Definition at line 50 of file omap_drv.h.
struct drm_fb_helper* fbdev |
Definition at line 55 of file omap_drv.h.
bool has_dmm |
Definition at line 61 of file omap_drv.h.
unsigned int num_connectors |
Definition at line 52 of file omap_drv.h.
unsigned int num_crtcs |
Definition at line 43 of file omap_drv.h.
unsigned int num_encoders |
Definition at line 49 of file omap_drv.h.
unsigned int num_planes |
Definition at line 46 of file omap_drv.h.
Definition at line 59 of file omap_drv.h.
Definition at line 47 of file omap_drv.h.
struct drm_property* rotation_prop |
Definition at line 64 of file omap_drv.h.
Definition at line 57 of file omap_drv.h.
struct drm_property* zorder_prop |
Definition at line 65 of file omap_drv.h.