Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_fb.c24 fb_t fb_info; variable
416 …("FrameBuffer Info: \n \t width %x\t height %x\t depth %x\t addr %x\t size %x\t \n", fb_info.width, in print_fb_info()
417 fb_info.height, fb_info.depth, fb_info.addr, fb_info.size); in print_fb_info()
483 fb_info.width = _hdmi.fb.width; in hdmi_fb_init()
484 fb_info.height = _hdmi.fb.height; in hdmi_fb_init()
485 fb_info.addr = _hdmi.fb.addr; in hdmi_fb_init()
486 fb_info.size = _hdmi.fb.size; in hdmi_fb_init()
487 fb_info.pitch = _hdmi.fb.pitch; in hdmi_fb_init()
488 fb_info.depth = _hdmi.fb.depth; in hdmi_fb_init()
A Ddrv_fb.h56 extern fb_t fb_info;

Completed in 714 milliseconds