Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
759 struct drm_cmdline_mode { struct760 bool specified;761 bool refresh_specified;762 bool bpp_specified;763 int xres, yres;764 int bpp;765 int refresh;766 bool rb;767 bool interlace;768 bool cvt;[all …]