Home | History | Annotate | Download | only in drm

Lines Matching defs:bpp_ptr

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