Lines Matching defs:crtc_h
30 * @crtc_h: visible height of the plane
52 unsigned int crtc_h;
296 if (state->crtc_w == state->src_w && state->crtc_h == state->src_h) {
308 state->crtc_h,
319 state->crtc_h < state->src_h ?
326 yfactor = (1024 * state->src_h) / state->crtc_h;
345 if (state->crtc_w == state->src_w && state->crtc_h == state->src_h) {
355 yfactor = (u32)(((1 << 20) * state->src_h) / state->crtc_h);
415 state->crtc_h));
686 if (ovl_state->crtc_h * ovl_state->crtc_w < disc_h * disc_w)
691 disc_h = ovl_state->crtc_h;
755 hstate->crtc_h = drm_rect_height(&s->dst);
830 mode->vdisplay != hstate->crtc_h))
833 if ((hstate->crtc_h != hstate->src_h || hstate->crtc_w != hstate->src_w) &&