Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dskl_scaler.c189 if (crtc_state->pch_pfit.enabled) { in skl_update_scaler_crtc()
190 width = drm_rect_width(&crtc_state->pch_pfit.dst); in skl_update_scaler_crtc()
191 height = drm_rect_height(&crtc_state->pch_pfit.dst); in skl_update_scaler_crtc()
201 crtc_state->pch_pfit.enabled); in skl_update_scaler_crtc()
406 const struct drm_rect *dst = &crtc_state->pch_pfit.dst; in skl_pfit_enable()
418 if (!crtc_state->pch_pfit.enabled) in skl_pfit_enable()
Dintel_display.c2217 if (crtc_state->pch_pfit.enabled && in underrun_recovery_supported()
2218 (crtc_state->pipe_src_w > drm_rect_width(&crtc_state->pch_pfit.dst) || in underrun_recovery_supported()
2219 crtc_state->pipe_src_h > drm_rect_height(&crtc_state->pch_pfit.dst) || in underrun_recovery_supported()
2659 const struct drm_rect *dst = &crtc_state->pch_pfit.dst; in ilk_pfit_enable()
2666 if (!crtc_state->pch_pfit.enabled) in ilk_pfit_enable()
3590 new_crtc_state->pch_pfit.enabled; in hsw_crtc_enable()
3651 if (!old_crtc_state->pch_pfit.enabled) in ilk_pfit_disable()
3936 if (crtc_state->pch_pfit.enabled || in get_crtc_power_domains()
3937 crtc_state->pch_pfit.force_thru) in get_crtc_power_domains()
4413 if (!crtc_state->pch_pfit.enabled) in ilk_pipe_pixel_rate()
[all …]
Dintel_display_types.h1106 } pch_pfit; member
Dintel_panel.c243 drm_rect_init(&crtc_state->pch_pfit.dst, in intel_pch_panel_fitting()
245 crtc_state->pch_pfit.enabled = true; in intel_pch_panel_fitting()
Dintel_ddi.c463 if (crtc_state->pch_pfit.force_thru) in intel_ddi_transcoder_func_reg_val_get()
3870 pipe_config->pch_pfit.force_thru = in intel_ddi_compute_config()
3871 pipe_config->pch_pfit.enabled || in intel_ddi_compute_config()