struct_drm_connector_state(9) mutable connector state

SYNOPSIS


struct drm_connector_state {
struct drm_connector * connector;
struct drm_crtc * crtc;
struct drm_encoder * best_encoder;
struct drm_atomic_state * state;
};

MEMBERS

connector

backpointer to the connector

crtc

CRTC to connect connector to, NULL if disabled

best_encoder

can be used by helpers and drivers to select the encoder

state

backpointer to global drm_atomic_state

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT