Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
922 struct drm_cmdline_mode { struct923 bool specified;924 bool refresh_specified;925 bool bpp_specified;926 int xres, yres;927 int bpp;928 int refresh;929 bool rb;930 bool interlace;931 bool cvt;[all …]