pfit_h           5621 drivers/gpu/drm/i915/display/intel_display.c 		int pfit_w, pfit_h, hscale, vscale;
pfit_h           5628 drivers/gpu/drm/i915/display/intel_display.c 		pfit_h = crtc_state->pch_pfit.size & 0xFFFF;
pfit_h           5631 drivers/gpu/drm/i915/display/intel_display.c 		vscale = (crtc_state->pipe_src_h << 16) / pfit_h;
pfit_h           7383 drivers/gpu/drm/i915/display/intel_display.c 		u64 pipe_w, pipe_h, pfit_w, pfit_h;
pfit_h           7390 drivers/gpu/drm/i915/display/intel_display.c 		pfit_h = pfit_size & 0xFFFF;
pfit_h           7393 drivers/gpu/drm/i915/display/intel_display.c 		if (pipe_h < pfit_h)
pfit_h           7394 drivers/gpu/drm/i915/display/intel_display.c 			pipe_h = pfit_h;
pfit_h           7396 drivers/gpu/drm/i915/display/intel_display.c 		if (WARN_ON(!pfit_w || !pfit_h))
pfit_h           7400 drivers/gpu/drm/i915/display/intel_display.c 				     pfit_w * pfit_h);