Searched refs:CRTC_FB (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_drv.h184 # define CRTC_FB(crtc) (crtc)->fb macro
186 # define CRTC_FB(crtc) (crtc)->primary->fb macro
H A Dvbox_mode.c74 LogFunc(("vboxvideo: %d: vbox_crtc=%p, CRTC_FB(crtc)=%p\n", __LINE__,
75 vbox_crtc, CRTC_FB(crtc)));
80 cBPP = crtc->enabled ? CRTC_FB(crtc)->bits_per_pixel : 32;
82 pitch = crtc->enabled ? CRTC_FB(crtc)->pitch : width * cBPP / 8;
84 pitch = crtc->enabled ? CRTC_FB(crtc)->pitches[0] : width * cBPP / 8;
88 CRTC_FB(crtc)->bits_per_pixel, 0,
185 vbox_fb = to_vbox_framebuffer(CRTC_FB(crtc));
H A Dvbox_main.c106 if ( CRTC_FB(crtc) != fb

Completed in 34 milliseconds