Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
672 struct drm_cmdline_mode { struct673 bool specified;674 bool refresh_specified;675 bool bpp_specified;676 int xres, yres;677 int bpp;678 int refresh;679 bool rb;680 bool interlace;681 bool cvt;[all …]