Home
last modified time | relevance | path

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

/drivers/video/
Dgoldfishfb.c236 const struct framebuffer_config* fb_config; in goldfish_fb_probe() local
267 fb_config = get_fb_config_from_format(format); in goldfish_fb_probe()
268 if (!fb_config) { in goldfish_fb_probe()
272 bytes_per_pixel = fb_config->bytes_per_pixel; in goldfish_fb_probe()
293 fb->fb.var.red.offset = fb_config->red_offset; in goldfish_fb_probe()
294 fb->fb.var.red.length = fb_config->red_length; in goldfish_fb_probe()
295 fb->fb.var.green.offset = fb_config->green_offset; in goldfish_fb_probe()
296 fb->fb.var.green.length = fb_config->green_length; in goldfish_fb_probe()
297 fb->fb.var.blue.offset = fb_config->blue_offset; in goldfish_fb_probe()
298 fb->fb.var.blue.length = fb_config->blue_length; in goldfish_fb_probe()
[all …]