Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
857 struct drm_cmdline_mode { struct858 bool specified;859 bool refresh_specified;860 bool bpp_specified;861 int xres, yres;862 int bpp;863 int refresh;864 bool rb;865 bool interlace;866 bool cvt;[all …]