Query: drm_mode_create
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_MODE_CREATE(9) DRM Internals DRM_MODE_CREATE(9)NAMEdrm_mode_create - create a new display modeSYNOPSISstruct drm_display_mode * drm_mode_create(struct drm_device * dev);ARGUMENTSdev DRM deviceDESCRIPTIONCreate a new drm_display_mode, give it an ID, and return it.RETURNSPointer to new mode on success, NULL on error.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(9)