Searched refs:fbcaps (Results 1 – 1 of 1) sorted by relevance
206 struct fb_blit_caps caps, fbcaps; in fb_check_caps() local210 memset(&fbcaps, 0, sizeof(fbcaps)); in fb_check_caps()213 info->fbops->fb_get_caps(info, &fbcaps, var); in fb_check_caps()215 if (!bitmap_subset(caps.x, fbcaps.x, FB_MAX_BLIT_WIDTH) || in fb_check_caps()216 !bitmap_subset(caps.y, fbcaps.y, FB_MAX_BLIT_HEIGHT) || in fb_check_caps()217 (fbcaps.len < caps.len)) in fb_check_caps()