Searched defs:drm_cmdline_mode (Results 1 – 2 of 2) sorted by relevance
77198 struct drm_cmdline_mode { struct77199 char name[32];77200 bool specified;77201 bool refresh_specified;77202 bool bpp_specified;77203 unsigned int pixel_clock;77204 int xres;77205 int yres;77206 int bpp;77207 int refresh;[all …]
86815 struct drm_cmdline_mode { struct86816 char name[32];86817 bool specified;86818 bool refresh_specified;86819 bool bpp_specified;86820 unsigned int pixel_clock;86821 int xres;86822 int yres;86823 int bpp;86824 int refresh;[all …]