HomeSort by: relevance | last modified time | path
    Searched defs:bpp_ptr (Results 1 - 3 of 3) sorted by relevancy

  /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
1785 bpp_ptr = strchr(name, '-');
1786 if (bpp_ptr)
1787 bpp_off = bpp_ptr - name;
1799 if (bpp_ptr) {
1840 if (bpp_ptr || refresh_ptr)
1851 if (bpp_ptr) {
1852 ret = drm_mode_parse_cmdline_bpp(bpp_ptr, &bpp_end_ptr, mode);
1872 if (bpp_ptr && refresh_ptr)
1874 else if (bpp_ptr)
    [all...]
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
1785 bpp_ptr = strchr(name, '-');
1786 if (bpp_ptr)
1787 bpp_off = bpp_ptr - name;
1799 if (bpp_ptr) {
1840 if (bpp_ptr || refresh_ptr)
1851 if (bpp_ptr) {
1852 ret = drm_mode_parse_cmdline_bpp(bpp_ptr, &bpp_end_ptr, mode);
1872 if (bpp_ptr && refresh_ptr)
1874 else if (bpp_ptr)
    [all...]
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
1785 bpp_ptr = strchr(name, '-');
1786 if (bpp_ptr)
1787 bpp_off = bpp_ptr - name;
1799 if (bpp_ptr) {
1840 if (bpp_ptr || refresh_ptr)
1851 if (bpp_ptr) {
1852 ret = drm_mode_parse_cmdline_bpp(bpp_ptr, &bpp_end_ptr, mode);
1872 if (bpp_ptr && refresh_ptr)
1874 else if (bpp_ptr)
    [all...]

Completed in 32 milliseconds