drm_helper_encoder_in_use(9) check if a given encoder is in use

SYNOPSIS

bool drm_helper_encoder_in_use(struct drm_encoder * encoder);

ARGUMENTS

encoder

encoder to check

LOCKING

Caller must hold mode config lock.

Walk encoders's DRM device's mode_config and see if it's in use.

RETURNS

True if encoder is part of the mode_config, false otherwise.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

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

Driver internals

COPYRIGHT