Searched refs:crtc_width (Results 1 – 4 of 4) sorted by relevance
232 unsigned int crtc_height, crtc_width; in meson_overlay_setup_scaler_params() local251 crtc_width = crtc_state->mode.hdisplay; in meson_overlay_setup_scaler_params()264 crtc_width, crtc_height, interlace_mode); in meson_overlay_setup_scaler_params()352 crtc_width - 1); in meson_overlay_setup_scaler_params()356 crtc_width - 1) - video_left + 1; in meson_overlay_setup_scaler_params()363 hsc_endp = min_t(int, end, min_t(int, crtc_width - 1, in meson_overlay_setup_scaler_params()
1060 int crtc_width = 0, crtc_height = 0; in xf86DefaultScreenLimits() local1064 crtc_width = in xf86DefaultScreenLimits()1081 if (mode->HDisplay > crtc_width) in xf86DefaultScreenLimits()1082 crtc_width = mode->HDisplay; in xf86DefaultScreenLimits()1083 if (mode->VDisplay > crtc_width) in xf86DefaultScreenLimits()1084 crtc_width = mode->VDisplay; in xf86DefaultScreenLimits()1093 if (crtc_width > width) in xf86DefaultScreenLimits()1094 width = crtc_width; in xf86DefaultScreenLimits()
774 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in xf86RandR12CreateScreenResources() local778 if (crtc_width > width) in xf86RandR12CreateScreenResources()779 width = crtc_width; in xf86RandR12CreateScreenResources()
2380 s32 crtc_width = unit->crtc.mode.hdisplay; in vmw_kms_helper_dirty() local2425 if (dirty->unit_x1 >= crtc_width || in vmw_kms_helper_dirty()2432 crtc_width); in vmw_kms_helper_dirty()