Home
last modified time | relevance | path

Searched defs:drm_cmdline_mode (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/
DdrmP.h922 struct drm_cmdline_mode { struct
923 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 …]