Searched refs:graphic_device (Results 1 – 4 of 4) sorted by relevance
540 static GraphicDevice *graphic_device; in nx_display_probe() local599 graphic_device = &dp->graphic_device; in nx_display_probe()600 graphic_device->frameAdrs = dp->fb_addr; in nx_display_probe()601 graphic_device->gdfIndex = pp_index; in nx_display_probe()602 graphic_device->gdfBytesPP = dp->depth; in nx_display_probe()603 graphic_device->winSizeX = dp->fb_plane->width; in nx_display_probe()604 graphic_device->winSizeY = dp->fb_plane->height; in nx_display_probe()605 graphic_device->plnSizeX = in nx_display_probe()606 graphic_device->winSizeX * graphic_device->gdfBytesPP; in nx_display_probe()
62 GraphicDevice graphic_device; member1057 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1218 graphic_device->frameAdrs = sunxi_display.fb_addr;1219 graphic_device->gdfIndex = GDF_32BIT_X888RGB;1220 graphic_device->gdfBytesPP = 4;1221 graphic_device->winSizeX = mode->xres - 2 * overscan_x;1223 graphic_device->plnSizeX = mode->xres * graphic_device->gdfBytesPP;1225 return graphic_device;1234 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local1291 graphic_device->winSizeX, graphic_device->winSizeY,[all …]
19 GraphicDevice graphic_device; member
34 typedef struct graphic_device { struct
Completed in 7 milliseconds