Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/geode/
Dlxfb_ops.c273 if (par->output & OUTPUT_PANEL) { in lx_graphics_enable()
310 if (par->output & OUTPUT_PANEL) in lx_graphics_enable()
368 if (par->output & OUTPUT_PANEL) { in lx_set_mode()
575 if (par->output & OUTPUT_PANEL) { in lx_blank_display()
Dlxfb.h28 #define OUTPUT_PANEL 0x02 macro
Dlxfb_core.c525 par->output |= (nopanel) ? 0 : OUTPUT_PANEL; in lxfb_probe()