/linux-6.3-rc2/Documentation/fb/ |
A D | vt8623fb.rst | 33 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 34 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
A D | arkfb.rst | 36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 37 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
A D | pxafb.rst | 98 is encoded into var->nonstd (no, var->xoffset and var->yoffset are 143 3) var->nonstd for starting (x, y) and color format 155 4. var->nonstd is used to pass starting (x, y) position and color format,
|
A D | s3fb.rst | 45 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 46 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtvfb.c | 510 if (var->nonstd) /* YUV */ in ivtvfb_set_var() 609 IVTVFB_DEBUG_INFO("Color space: %s\n", var->nonstd ? "YUV" : "RGB"); in ivtvfb_set_var() 757 if (var->nonstd > 1) { in _ivtvfb_check_var() 758 IVTVFB_DEBUG_WARN("Invalid nonstd % d\n", var->nonstd); in _ivtvfb_check_var() 809 IVTVFB_DEBUG_INFO("Color space: %s\n", var->nonstd ? "YUV" : "RGB"); in _ivtvfb_check_var() 1038 oi->ivtvfb_defined.nonstd = 0; in ivtvfb_init_vidmode()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/ |
A D | omapfb-main.c | 208 .nonstd = OMAPFB_COLOR_YUV422, 212 .nonstd = OMAPFB_COLOR_YUY422, 292 var->nonstd = color->nonstd; in assign_colormode_to_var() 306 if (var->nonstd) { in fb_mode_to_dss_mode() 309 if (var->nonstd == m->nonstd) { in fb_mode_to_dss_mode() 558 switch (var->nonstd) { in setup_vrfb_rotation() 604 switch (var->nonstd) { in set_fb_fix() 627 if (var->nonstd) in set_fb_fix() 877 switch (var->nonstd) { in omapfb_setup_overlay() 1743 var->nonstd = 0; in omapfb_fb_init()
|
A D | omapfb.h | 103 u32 nonstd; member
|
A D | omapfb-ioctl.c | 547 mode->nonstd = var.nonstd; in omapfb_get_ovl_colormode()
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-osd.c | 155 var->nonstd = 0; in _vivid_fb_check_var() 298 dev->fb_defined.nonstd = 0; in vivid_fb_init_vidmode()
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | svgalib.c | 614 (var->nonstd == frm->nonstd)) in match_format() 636 var->nonstd = frm[i].nonstd; in svga_match_format()
|
A D | fb_draw.h | 150 if ((bpp < 8) && (info->var.nonstd & FB_NONSTD_REV_PIX_IN_B)) { in fb_compute_bswapmask()
|
A D | fbcon.h | 44 u32 nonstd; member
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | pxafb.c | 656 int size, div = 1, pfor = NONSTD_TO_PFOR(ofb->fb.var.nonstd); in overlay2fb_setup() 679 int pfor = NONSTD_TO_PFOR(ofb->fb.var.nonstd); in overlay2fb_enable() 771 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_check_var() 772 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 773 pfor = NONSTD_TO_PFOR(var->nonstd); in overlayfb_check_var() 819 int pfor = NONSTD_TO_PFOR(var->nonstd); in overlayfb_check_video_memory() 852 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_set_par() 853 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 854 pfor = NONSTD_TO_PFOR(var->nonstd); in overlayfb_set_par() 1821 fbi->fb.var.nonstd = 0; in pxafb_init_fbinfo()
|
A D | vga16fb.c | 217 if (info->var.nonstd) in vga16fb_pan_var() 238 if (info->var.nonstd) { in vga16fb_update_fix() 251 if (info->var.nonstd) { in vga16fb_update_fix() 345 if (var->nonstd) { in vga16fb_check_var() 361 if (var->nonstd) { in vga16fb_check_var()
|
A D | da8xx-fb.c | 960 var->nonstd = 0; in fb_check_var() 971 var->nonstd = FB_NONSTD_REV_PIX_IN_B; in fb_check_var() 982 var->nonstd = 0; in fb_check_var() 991 var->nonstd = 0; in fb_check_var() 1002 var->nonstd = 0; in fb_check_var()
|
A D | hecubafb.c | 67 .nonstd = 1,
|
A D | chipsfb.c | 100 || var->nonstd in chipsfb_check_var()
|
A D | wm8505fb.c | 321 fbi->fb.var.nonstd = 0; in wm8505fb_probe()
|
/linux-6.3-rc2/include/linux/ |
A D | svga.h | 31 u32 nonstd; member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | omapfb.h | 193 __u32 nonstd; member
|
A D | fb.h | 258 __u32 nonstd; /* != 0 Non standard pixel format */ member
|
/linux-6.3-rc2/include/linux/amba/ |
A D | clcd.h | 286 var->nonstd = 0; in clcdfb_check()
|
/linux-6.3-rc2/drivers/video/fbdev/omap/ |
A D | omapfb_main.c | 389 if (var->nonstd) in set_fb_fix() 412 switch (var->nonstd) { in set_color_mode() 417 plane->color_mode = var->nonstd; in set_color_mode() 421 plane->color_mode = var->nonstd; in set_color_mode() 425 plane->color_mode = var->nonstd; in set_color_mode()
|
/linux-6.3-rc2/drivers/video/fbdev/sis/ |
A D | sis_main.h | 31 .nonstd = 0,
|
/linux-6.3-rc2/drivers/video/fbdev/geode/ |
A D | gx1fb_core.c | 289 info->var.nonstd = 0; in gx1fb_init_fbinfo()
|