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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_panel.c122 pipe_config->pch_pfit.pos = (x << 16) | y;
123 pipe_config->pch_pfit.size = (width << 16) | height;
H A Dintel_drv.h267 } pch_pfit; member in struct:intel_crtc_config
H A Dintel_display.c3147 if (crtc->config.pch_pfit.size) {
3157 I915_WRITE(PF_WIN_POS(pipe), crtc->config.pch_pfit.pos);
3158 I915_WRITE(PF_WIN_SZ(pipe), crtc->config.pch_pfit.size);
3380 if (crtc->config.pch_pfit.size) {
5861 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
5862 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
5939 if (crtc->pipe != PIPE_A || crtc->config.pch_pfit.size ||
7814 pipe_config->pch_pfit.pos,
7815 pipe_config->pch_pfit.size);
8187 PIPE_CONF_CHECK_I(pch_pfit
[all...]
H A Dintel_ddi.c806 if (intel_crtc->config.pch_pfit.size)
H A Dintel_pm.c2112 pfit_size = intel_crtc->config.pch_pfit.size;

Completed in 74 milliseconds