Home
last modified time | relevance | path

Searched refs:graphic_device (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c58 GraphicDevice graphic_device; member
1080 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local
1231 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 …]
/external/u-boot/include/
Dvideo_fb.h34 typedef struct graphic_device { struct