Home | History | Annotate | Download | only in drm

Lines Matching defs:refresh_ptr

1771 	const char *bpp_ptr = NULL, *refresh_ptr = NULL, *extra_ptr = NULL;
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)
1876 else if (refresh_ptr)