Linux Kernel
3.7.1
|
#include <drm_crtc.h>
Data Fields | |
struct drm_framebuffer * | fb |
struct drm_crtc * | crtc |
struct drm_display_mode * | mode |
uint32_t | x |
uint32_t | y |
struct drm_connector ** | connectors |
size_t | num_connectors |
drm_mode_set - new values for a CRTC config change : list management : framebuffer to use for new config : CRTC whose configuration we're about to change : mode timings to use : position of this CRTC relative to : position of this CRTC relative to : array of connectors to drive with this CRTC if possible : size of array
Represents a single crtc the connectors that it drives with what mode and from which framebuffer it scans out from.
This is used to set modes.
Definition at line 693 of file drm_crtc.h.
struct drm_connector** connectors |
Definition at line 701 of file drm_crtc.h.
Definition at line 695 of file drm_crtc.h.
Definition at line 694 of file drm_crtc.h.
struct drm_display_mode* mode |
Definition at line 696 of file drm_crtc.h.
size_t num_connectors |
Definition at line 702 of file drm_crtc.h.
uint32_t x |
Definition at line 698 of file drm_crtc.h.
uint32_t y |
Definition at line 699 of file drm_crtc.h.