Home
last modified time | relevance | path

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

/components/drivers/virtio/
A Dvirtio.c335 static struct rt_device_graphic_info _graphic_info; variable
356 rt_hw_cpu_dcache_clean(_graphic_info.framebuffer, _graphic_info.smem_len); in fb_control()
364 info->smem_len = _graphic_info.smem_len; in fb_control()
371 info->xres = _graphic_info.width; in fb_control()
372 info->yres = _graphic_info.height; in fb_control()
373 info->yres_virtual = _graphic_info.height; in fb_control()
374 info->xres_virtual = _graphic_info.width; in fb_control()
430 rt_memset(&_graphic_info, 0, sizeof(_graphic_info)); in fb_init()
437 _rect_info.width = _graphic_info.width; in fb_init()
438 _rect_info.height = _graphic_info.height; in fb_init()
[all …]

Completed in 6 milliseconds