Linux Kernel
3.7.1
|
#include <drm_crtc.h>
drm_plane - central DRM plane control structure : DRM device this plane belongs to : for list management : base mode object : pipes this plane can be bound to : array of formats supported by this plane : number of formats supported : currently bound CRTC : currently bound fb : size of gamma table : gamma correction table : enabled flag : helper functions : storage for drver layer : property tracking for this plane
Definition at line 652 of file drm_crtc.h.
struct drm_mode_object base |
Definition at line 656 of file drm_crtc.h.
Definition at line 662 of file drm_crtc.h.
struct drm_device* dev |
Definition at line 653 of file drm_crtc.h.
bool enabled |
Definition at line 669 of file drm_crtc.h.
Definition at line 663 of file drm_crtc.h.
uint32_t format_count |
Definition at line 660 of file drm_crtc.h.
uint32_t* format_types |
Definition at line 659 of file drm_crtc.h.
struct drm_plane_funcs* funcs |
Definition at line 671 of file drm_crtc.h.
uint32_t gamma_size |
Definition at line 666 of file drm_crtc.h.
uint16_t* gamma_store |
Definition at line 667 of file drm_crtc.h.
Definition at line 654 of file drm_crtc.h.
void* helper_private |
Definition at line 672 of file drm_crtc.h.
uint32_t possible_crtcs |
Definition at line 658 of file drm_crtc.h.
struct drm_object_properties properties |
Definition at line 674 of file drm_crtc.h.