Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance
945 struct drm_cmdline_mode { struct946 bool specified;947 bool refresh_specified;948 bool bpp_specified;949 int xres, yres;950 int bpp;951 int refresh;952 bool rb;953 bool interlace;954 bool cvt;[all …]