Searched defs:drm_cmdline_mode (Results 1 – 2 of 2) sorted by relevance
70267 struct drm_cmdline_mode { struct70268 char name[32];70269 bool specified;70270 bool refresh_specified;70271 bool bpp_specified;70272 int xres;70273 int yres;70274 int bpp;70275 int refresh;70276 bool rb;[all …]