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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c2114 uint64_t pipe_w, pipe_h, pfit_w, pfit_h; local
2117 pipe_h = intel_crtc->config.requested_mode.vdisplay;
2122 if (pipe_h < pfit_h)
2123 pipe_h = pfit_h;
2125 pixel_rate = div_u64((uint64_t) pixel_rate * pipe_w * pipe_h,

Completed in 1579 milliseconds