Searched refs:FB_TYPE_INTERLEAVED_PLANES (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | vt8623fb.c | 49 FB_TYPE_INTERLEAVED_PLANES, 1, FB_VISUAL_PSEUDOCOLOR, 16, 16}, 229 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in vt8623fb_imageblit() 241 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in vt8623fb_fillrect()
|
| H A D | atafb.c | 561 fix->type = FB_TYPE_INTERLEAVED_PLANES; in tt_encode_fix() 857 fix->type = FB_TYPE_INTERLEAVED_PLANES; in falcon_encode_fix() 1776 fix->type = FB_TYPE_INTERLEAVED_PLANES; in stste_encode_fix() 2080 (external_pmode == FB_TYPE_INTERLEAVED_PLANES || in ext_encode_fix() 2101 case FB_TYPE_INTERLEAVED_PLANES: in ext_encode_fix() 2102 fix->type = FB_TYPE_INTERLEAVED_PLANES; in ext_encode_fix() 2763 planes = FB_TYPE_INTERLEAVED_PLANES; in atafb_setup_ext()
|
| H A D | arkfb.c | 51 FB_TYPE_INTERLEAVED_PLANES, 1, FB_VISUAL_PSEUDOCOLOR, 8, 16}, 265 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in arkfb_imageblit() 277 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in arkfb_fillrect()
|
| H A D | s3fb.c | 58 FB_TYPE_INTERLEAVED_PLANES, 1, FB_VISUAL_PSEUDOCOLOR, 8, 16}, 439 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in s3fb_imageblit() 451 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in s3fb_fillrect()
|
| H A D | amifb.c | 2418 info->fix.type = FB_TYPE_INTERLEAVED_PLANES; in amifb_set_par()
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 42 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */ macro
|
| /linux/Documentation/fb/ |
| H A D | api.rst | 75 - FB_TYPE_INTERLEAVED_PLANES
|