Searched refs:fbcaps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmem.c | 746 struct fb_blit_caps caps, fbcaps; in fb_check_caps() local 750 memset(&fbcaps, 0, sizeof(fbcaps)); in fb_check_caps() 753 info->fbops->fb_get_caps(info, &fbcaps, var); in fb_check_caps() 755 if (((fbcaps.x ^ caps.x) & caps.x) || in fb_check_caps() 756 ((fbcaps.y ^ caps.y) & caps.y) || in fb_check_caps() 757 (fbcaps.len < caps.len)) in fb_check_caps()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmem.c | 940 struct fb_blit_caps caps, fbcaps; in fb_check_caps() local 944 memset(&fbcaps, 0, sizeof(fbcaps)); in fb_check_caps() 947 info->fbops->fb_get_caps(info, &fbcaps, var); in fb_check_caps() 949 if (((fbcaps.x ^ caps.x) & caps.x) || in fb_check_caps() 950 ((fbcaps.y ^ caps.y) & caps.y) || in fb_check_caps() 951 (fbcaps.len < caps.len)) in fb_check_caps()
|
Completed in 4 milliseconds