Man Page: drm_add_modes_noedid
Operating Environment: centos
Section: 9
DRM_ADD_MODES_NOEDID(9) DRM Internals DRM_ADD_MODES_NOEDID(9)NAMEdrm_add_modes_noedid - add modes for the connectors without EDIDSYNOPSISint drm_add_modes_noedid(struct drm_connector * connector, int hdisplay, int vdisplay);ARGUMENTSconnector connector we're probing hdisplay the horizontal display limit vdisplay the vertical display limitDESCRIPTIONAdd the specified modes to the connector's mode list. Only when the hdisplay/vdisplay is not beyond the given limit, it will be added. Return number of modes added or 0 if we couldn't find any.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_ADD_MODES_NOEDID(9)
| Related Man Pages |
|---|
| struct_drm_fb_helper_funcs(9) - centos |
| locon(3) - debian |
| locon(3) - sunos |
| locon(3) - v7 |
| locon(3) - bsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |