/src/sys/external/bsd/drm2/dist/drm/ |
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 1844 extra_ptr = mode_option; 1873 extra_ptr = max(bpp_end_ptr, refresh_end_ptr); 1875 extra_ptr = bpp_end_ptr; 1877 extra_ptr = refresh_end_ptr; 1879 if (extra_ptr) { 1881 len = options_ptr - extra_ptr; 1883 len = strlen(extra_ptr); 1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding,
|
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 1844 extra_ptr = mode_option; 1873 extra_ptr = max(bpp_end_ptr, refresh_end_ptr); 1875 extra_ptr = bpp_end_ptr; 1877 extra_ptr = refresh_end_ptr; 1879 if (extra_ptr) { 1881 len = options_ptr - extra_ptr; 1883 len = strlen(extra_ptr); 1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding,
|
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 1844 extra_ptr = mode_option; 1873 extra_ptr = max(bpp_end_ptr, refresh_end_ptr); 1875 extra_ptr = bpp_end_ptr; 1877 extra_ptr = refresh_end_ptr; 1879 if (extra_ptr) { 1881 len = options_ptr - extra_ptr; 1883 len = strlen(extra_ptr); 1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding,
|