Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
1003 struct drm_cmdline_mode { struct1004 bool specified;1005 bool refresh_specified;1006 bool bpp_specified;1007 int xres, yres;1008 int bpp;1009 int refresh;1010 bool rb;1011 bool interlace;1012 bool cvt;[all …]