Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dsuspend_gx.c104 DC_DISPLAY_CFG_GDEN | in gx_restore_display_ctlr()
202 ~(DC_DISPLAY_CFG_VDEN | DC_DISPLAY_CFG_GDEN | in gx_disable_graphics()
H A Ddisplay_gx.c108 dcfg |= DC_DISPLAY_CFG_GDEN | DC_DISPLAY_CFG_VDEN | in gx_set_mode()
H A Dgxfb.h154 #define DC_DISPLAY_CFG_GDEN (1 << 3) macro
H A Dlxfb.h212 #define DC_DISPLAY_CFG_GDEN (1 << 3) macro
H A Dlxfb_ops.c438 dcfg |= DC_DISPLAY_CFG_GDEN; /* Enable graphics */ in lx_set_mode()