Query: drm_mode_create_tv_properties
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_MODE_CREATE_TV_P(9) DRM Internals DRM_MODE_CREATE_TV_P(9)NAMEdrm_mode_create_tv_properties - create TV specific connector propertiesSYNOPSISint drm_mode_create_tv_properties(struct drm_device * dev, int num_modes, char * modes[]);ARGUMENTSdev DRM device num_modes number of different TV formats (modes) supported modes[] array of pointers to strings containing name of each formatDESCRIPTIONCalled by a driver's TV initialization routine, this function creates the TV specific connector properties for a given device. Caller is responsible for allocating a list of format names and passing them to this routine.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_MODE_CREATE_TV_P(9)