Searched refs:graphic_device (Results 1 – 2 of 2) sorted by relevance
58 GraphicDevice graphic_device; member1082 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1245 graphic_device->frameAdrs = sunxi_display.fb_addr;1246 graphic_device->gdfIndex = GDF_32BIT_X888RGB;1247 graphic_device->gdfBytesPP = 4;1248 graphic_device->winSizeX = mode->xres - 2 * overscan_x;1249 graphic_device->winSizeY = mode->yres - 2 * overscan_y;1250 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;1252 return graphic_device;1261 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local[all …]
34 typedef struct graphic_device { struct