Create a new display mode
struct drm_display_mode * drm_mode_create(struct drm_device * dev);
dev
DRM device
Create a new, cleared drm_display_mode with kzalloc, allocate an ID for it and return it.
Pointer to new mode on success, NULL on error.
Jesse Barnes <jesse.barnes@intel.com>
Intel Corporation,
Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,
Contributions all over the place