Lines Matching refs:fb_info
86 struct fbdev_screeninfo fb_info; member
438 output->buffer_length = head->fb_info.buffer_length; in fbdev_frame_buffer_map()
450 pixman_image_create_bits(head->fb_info.pixel_format, in fbdev_frame_buffer_map()
451 head->fb_info.x_resolution, in fbdev_frame_buffer_map()
452 head->fb_info.y_resolution, in fbdev_frame_buffer_map()
454 head->fb_info.line_length); in fbdev_frame_buffer_map()
511 output->mode.width = head->fb_info.x_resolution; in fbdev_output_attach_head()
512 output->mode.height = head->fb_info.y_resolution; in fbdev_output_attach_head()
513 output->mode.refresh = head->fb_info.refresh_rate; in fbdev_output_attach_head()
538 fb_fd = fbdev_frame_buffer_open(head->device, &head->fb_info); in fbdev_output_enable()
602 fb_fd = fbdev_frame_buffer_open(head->device, &head->fb_info); in fbdev_head_create()
612 head->fb_info.id, NULL); in fbdev_head_create()
614 weston_head_set_physical_size(&head->base, head->fb_info.width_mm, in fbdev_head_create()
615 head->fb_info.height_mm); in fbdev_head_create()
720 if (compare_screen_info(&head->fb_info, &new_screen_info) != 0) { in fbdev_output_reenable()
722 if (fbdev_set_screen_info(fb_fd, &head->fb_info) < 0) { in fbdev_output_reenable()