Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME30 the resuce mode is enabled, thus providing a visual feedback.
33 environment and reset the board. In this case the visual indication will
/rk3399_rockchip-uboot/drivers/video/
H A Dda8xx-fb.c210 .visual = FB_VISUAL_PSEUDOCOLOR,
570 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR) in fb_setcolreg()
1004 da8xx_fb_info->fix.visual = (da8xx_fb_info->var.bits_per_pixel <= 8) ? in video_hw_init()
H A Dmxc_ipuv3_fb.c129 fix->visual = FB_VISUAL_TRUECOLOR; in mxcfb_set_fix()
/rk3399_rockchip-uboot/include/linux/
H A Dfb.h29 __u32 visual; /* see FB_VISUAL_* */ member