Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/hw/ofwfb/
Dofwfb.c141 if (sc->fb_flags & FB_FLAG_NOWRITE) { in ofwfb_bitblt_bitmap()
143 sc->fb_flags &= ~FB_FLAG_NOWRITE; in ofwfb_bitblt_bitmap()
301 if (sc->fb.fb_flags & FB_FLAG_NOWRITE) in ofwfb_initialize()
524 sc->fb.fb_flags |= FB_FLAG_NOWRITE; in ofwfb_init()
/freebsd-12-stable/sys/powerpc/ps3/
Dps3_syscons.c155 sc->fb_info.fb_flags &= ~FB_FLAG_NOWRITE; in ps3fb_remap()
227 sc->fb_info.fb_flags |= FB_FLAG_NOWRITE; /* Not available yet */ in ps3fb_init()
/freebsd-12-stable/sys/dev/vt/hw/fb/
Dvt_fb.c171 if (info->fb_flags & FB_FLAG_NOWRITE) in vt_fb_setpixel()
224 if (info->fb_flags & FB_FLAG_NOWRITE) in vt_fb_blank()
279 if (info->fb_flags & FB_FLAG_NOWRITE) in vt_fb_bitblt_bitmap()
/freebsd-12-stable/sys/sys/
Dfbio.h145 #define FB_FLAG_NOWRITE 2 /* disable writes for the time being */ macro