Query: drm_helper_encoder_in_use
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_HELPER_ENCODER_I(9) DRM Internals DRM_HELPER_ENCODER_I(9)NAMEdrm_helper_encoder_in_use - check if a given encoder is in useSYNOPSISbool drm_helper_encoder_in_use(struct drm_encoder * encoder);ARGUMENTSencoder encoder to checkLOCKINGCaller must hold mode config lock. Walk encoders's DRM device's mode_config and see if it's in use.RETURNSTrue if encoder is part of the mode_config, false otherwise.AUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_HELPER_ENCODER_I(9)