Home
last modified time | relevance | path

Searched refs:OUTPUT_PANEL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/geode/
H A Dlxfb_ops.c269 if (par->output & OUTPUT_PANEL) { in lx_graphics_enable()
306 if (par->output & OUTPUT_PANEL) in lx_graphics_enable()
364 if (par->output & OUTPUT_PANEL) { in lx_set_mode()
571 if (par->output & OUTPUT_PANEL) { in lx_blank_display()
H A Dlxfb.h24 #define OUTPUT_PANEL 0x02 macro
H A Dlxfb_core.c509 par->output |= (nopanel) ? 0 : OUTPUT_PANEL; in lxfb_probe()