Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
834 struct drm_cmdline_mode { struct835 bool specified;836 bool refresh_specified;837 bool bpp_specified;838 int xres, yres;839 int bpp;840 int refresh;841 bool rb;842 bool interlace;843 bool cvt;[all …]