Searched refs:crtc_width (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1042 int crtc_width = 0, crtc_height = 0; local in function:xf86DefaultScreenLimits
1047 crtc_width = crtc->desiredX + xf86ModeWidth (&crtc->desiredMode, crtc->desiredRotation);
1061 if (mode->HDisplay > crtc_width)
1062 crtc_width = mode->HDisplay;
1063 if (mode->VDisplay > crtc_width)
1064 crtc_width = mode->VDisplay;
1073 if (crtc_width > width)
1074 width = crtc_width;
H A Dxf86RandR12.c760 int crtc_width = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation); local in function:xf86RandR12CreateScreenResources
764 if (crtc_width > width)
765 width = crtc_width;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1072 int crtc_width = 0, crtc_height = 0; local in function:xf86DefaultScreenLimits
1076 crtc_width =
1093 if (mode->HDisplay > crtc_width)
1094 crtc_width = mode->HDisplay;
1095 if (mode->VDisplay > crtc_width)
1096 crtc_width = mode->VDisplay;
1105 if (crtc_width > width)
1106 width = crtc_width;
H A Dxf86RandR12.c773 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); local in function:xf86RandR12CreateScreenResources
777 if (crtc_width > width)
778 width = crtc_width;
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c2476 s32 crtc_width = unit->crtc.mode.hdisplay; local in function:vmw_kms_helper_dirty
2521 if (dirty->unit_x1 >= crtc_width ||
2528 crtc_width);

Completed in 60 milliseconds