Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDRI.c73 ptr->dri_mode = xf86_lex_val.num; in xf86parseDRISection()
109 if (ptr->dri_mode) in xf86printDRISection()
110 fprintf(cf, "\tMode 0%o\n", ptr->dri_mode); in xf86printDRISection()
H A Dxf86Parser.h409 int dri_mode; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2119 xf86ConfigDRI.mode = drip->dri_mode; in configDRI()