other versions
- jessie 3.16.56-1+deb8u1
DRM_MODE_CREATE(9) | DRM Core | DRM_MODE_CREATE(9) |
NAME¶
drm_mode_create - create a new display modeSYNOPSIS¶
struct drm_display_mode *
drm_mode_create(struct drm_device * dev);
ARGUMENTS¶
devDRM device
DESCRIPTION¶
Create a new, cleared drm_display_mode with kzalloc, allocate an ID for it and return it.RETURNS¶
Pointer to new mode on success, NULL on error.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |