Create tv specific connector properties
int drm_mode_create_tv_properties(struct drm_device * dev, int num_modes, char * modes[]);
dev
DRM device
num_modes
number of different TV formats (modes) supported
modes[]
array of pointers to strings containing name of each format
Called 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.
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