drm_encoder_crtc_ok(9) can a given crtc drive a given encoder?

SYNOPSIS

bool drm_encoder_crtc_ok(struct drm_encoder * encoder, struct drm_crtc * crtc);

ARGUMENTS

encoder

encoder to test

crtc

crtc to test

DESCRIPTION

Return false if encoder can't be driven by crtc, true otherwise.

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