Searched refs:CRTC_FB (Results 1 – 3 of 3) sorted by relevance
63 bpp = crtc->enabled ? CRTC_FB(crtc)->format->cpp[0] * 8 : 32; in vbox_do_modeset()64 pitch = crtc->enabled ? CRTC_FB(crtc)->pitches[0] : width * bpp / 8; in vbox_do_modeset()81 CRTC_FB(crtc)->format->cpp[0] * 8); in vbox_do_modeset()184 fb1 = CRTC_FB(crtci); in vbox_set_up_input_mapping()187 } else if (CRTC_FB(crtci) && fb1 != CRTC_FB(crtci)) { in vbox_set_up_input_mapping()198 vbox->input_mapping_width = CRTC_FB(crtci)->width; in vbox_set_up_input_mapping()199 vbox->input_mapping_height = CRTC_FB(crtci)->height; in vbox_set_up_input_mapping()286 return vbox_crtc_do_set_base(crtc, old_fb, CRTC_FB(crtc), x, y); in vbox_crtc_mode_set_base()322 rc = vbox_crtc_do_set_base(crtc, CRTC_FB(crtc), fb, 0, 0); in vbox_crtc_page_flip()
184 #define CRTC_FB(crtc) ((crtc)->primary->fb) macro
110 if (CRTC_FB(crtc) != fb) in vbox_framebuffer_dirty_rectangles()