Name
drm_mode_set_name —
set the name on a mode
Synopsis
void drm_mode_set_name ( | struct drm_display_mode * mode) ; |
Arguments
mode
name will be set in this mode
Description
Set the name of mode
to a standard format which is <hdisplay>x<vdisplay>
with an optional 'i' suffix for interlaced modes.