Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dnexell_display.c540 static GraphicDevice *graphic_device; in nx_display_probe() local
599 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()
/u-boot/drivers/video/sunxi/
A Dsunxi_display.c62 GraphicDevice graphic_device; member
1057 static GraphicDevice *graphic_device = &sunxi_display.graphic_device; local
1218 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; local
1291 graphic_device->winSizeX, graphic_device->winSizeY,
[all …]
/u-boot/arch/arm/mach-nexell/include/mach/
A Ddisplay_dev.h19 GraphicDevice graphic_device; member
/u-boot/include/
A Dvideo_fb.h34 typedef struct graphic_device { struct

Completed in 7 milliseconds