drm_modes.c | 1771 const char *bpp_ptr = NULL, *refresh_ptr = NULL, *extra_ptr = NULL; local in function:drm_mode_parse_command_line_for_connector 1789 refresh_ptr = strchr(name, '@'); 1790 if (refresh_ptr) 1791 refresh_off = refresh_ptr - name; 1801 } else if (refresh_ptr) { 1815 if (refresh_ptr) 1840 if (bpp_ptr || refresh_ptr) 1859 if (refresh_ptr) { 1860 ret = drm_mode_parse_cmdline_refresh(refresh_ptr, 1872 if (bpp_ptr && refresh_ptr) [all...] |