Searched refs:graphic_device (Results 1 – 2 of 2) sorted by relevance
57 GraphicDevice graphic_device; member1184 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1328 graphic_device->frameAdrs = sunxi_display.fb_addr;1329 graphic_device->gdfIndex = GDF_32BIT_X888RGB;1330 graphic_device->gdfBytesPP = 4;1331 graphic_device->winSizeX = mode->xres - 2 * overscan_x;1332 graphic_device->winSizeY = mode->yres - 2 * overscan_y;1333 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;1335 return graphic_device;1344 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local[all …]
35 typedef struct graphic_device { struct