Home
last modified time | relevance | path

Searched refs:dev_videoram (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c170 ptr->dev_videoram = xf86_lex_val.num; in xf86parseDeviceSection()
286 if (ptr->dev_videoram) in xf86printDeviceSection()
287 fprintf(cf, "\tVideoRam %d\n", ptr->dev_videoram); in xf86printDeviceSection()
H A Dxf86Parser.h213 int dev_videoram; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c270 ptr->dev_videoram = DevToConfig[screennum].GDev.videoRam; in configureDeviceSection()
H A Dxf86Config.c2074 devicep->videoRam = conf_device->dev_videoram; in configDevice()