Searched refs:graphic_device (Results 1 – 2 of 2) sorted by relevance
58 GraphicDevice graphic_device; member1080 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1231 graphic_device->frameAdrs = sunxi_display.fb_addr;1232 graphic_device->gdfIndex = GDF_32BIT_X888RGB;1233 graphic_device->gdfBytesPP = 4;1234 graphic_device->winSizeX = mode->xres - 2 * overscan_x;1235 graphic_device->winSizeY = mode->yres - 2 * overscan_y;1236 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;1238 return graphic_device;1247 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local[all …]
34 typedef struct graphic_device { struct