Home
last modified time | relevance | path

Searched refs:FB_NONSTD_REV_PIX_IN_B (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_draw.h150 if ((bpp < 8) && (info->var.nonstd & FB_NONSTD_REV_PIX_IN_B)) { in fb_compute_bswapmask()
/openbmc/linux/include/uapi/linux/
H A Dfb.h196 #define FB_NONSTD_REV_PIX_IN_B 2 /* order of pixels in each byte is reversed */ macro
/openbmc/u-boot/include/linux/
H A Dfb.h61 #define FB_NONSTD_REV_PIX_IN_B 2 /* order of pixels in each byte is reversed */ macro
/openbmc/linux/drivers/video/fbdev/
H A Dda8xx-fb.c971 var->nonstd = FB_NONSTD_REV_PIX_IN_B; in fb_check_var()