Home
last modified time | relevance | path

Searched refs:pch_pfit (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_panel.c166 pipe_config->pch_pfit.pos = (x << 16) | y; in intel_pch_panel_fitting()
167 pipe_config->pch_pfit.size = (width << 16) | height; in intel_pch_panel_fitting()
168 pipe_config->pch_pfit.enabled = pipe_config->pch_pfit.size != 0; in intel_pch_panel_fitting()
Dintel_display.c3226 if (!crtc->config->pch_pfit.enabled && in intel_update_pipe_size()
4262 if (crtc->config->pch_pfit.enabled) { in skylake_pfit_enable()
4264 I915_WRITE(PS_WIN_POS(pipe), crtc->config->pch_pfit.pos); in skylake_pfit_enable()
4265 I915_WRITE(PS_WIN_SZ(pipe), crtc->config->pch_pfit.size); in skylake_pfit_enable()
4275 if (crtc->config->pch_pfit.enabled) { in ironlake_pfit_enable()
4285 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos); in ironlake_pfit_enable()
4286 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size); in ironlake_pfit_enable()
4714 if (crtc->config->pch_pfit.enabled) { in skylake_pfit_disable()
4729 if (crtc->config->pch_pfit.enabled) { in ironlake_pfit_disable()
4951 if (intel_crtc->config->pch_pfit.enabled || in get_crtc_power_domains()
[all …]
Dintel_ddi.c1329 (intel_crtc->config->pch_pfit.enabled || in intel_ddi_enable_transcoder_func()
1330 intel_crtc->config->pch_pfit.force_thru)) in intel_ddi_enable_transcoder_func()
Dintel_drv.h379 } pch_pfit; member
Di915_debugfs.c3526 !crtc->config->pch_pfit.enabled) { in hsw_trans_edp_pipe_A_crc_wa()
3527 crtc->config->pch_pfit.force_thru = true; in hsw_trans_edp_pipe_A_crc_wa()
3551 if (crtc->config->pch_pfit.force_thru) { in hsw_undo_trans_edp_pipe_A_crc_wa()
3552 crtc->config->pch_pfit.force_thru = false; in hsw_undo_trans_edp_pipe_A_crc_wa()
Dintel_pm.c1425 if (intel_crtc->config->pch_pfit.enabled) { in ilk_pipe_pixel_rate()
1427 uint32_t pfit_size = intel_crtc->config->pch_pfit.size; in ilk_pipe_pixel_rate()