Home
last modified time | relevance | path

Searched refs:DC_DISPLAY_CFG_GDEN (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/geode/
Dsuspend_gx.c110 DC_DISPLAY_CFG_GDEN | in gx_restore_display_ctlr()
208 ~(DC_DISPLAY_CFG_VDEN | DC_DISPLAY_CFG_GDEN | in gx_disable_graphics()
Ddisplay_gx.c112 dcfg |= DC_DISPLAY_CFG_GDEN | DC_DISPLAY_CFG_VDEN | in gx_set_mode()
Dgxfb.h163 #define DC_DISPLAY_CFG_GDEN (1 << 3) macro
Dlxfb.h221 #define DC_DISPLAY_CFG_GDEN (1 << 3) macro
Dlxfb_ops.c442 dcfg |= DC_DISPLAY_CFG_GDEN; /* Enable graphics */ in lx_set_mode()