Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_lvds.c141 pipe_config->gmch_pfit.lvds_border_bits = in intel_lvds_get_config()
148 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
261 temp |= pipe_config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
Dintel_panel.c446 pipe_config->gmch_pfit.control = pfit_control; in intel_gmch_panel_fitting()
447 pipe_config->gmch_pfit.pgm_ratios = pfit_pgm_ratios; in intel_gmch_panel_fitting()
448 pipe_config->gmch_pfit.lvds_border_bits = border; in intel_gmch_panel_fitting()
Dintel_display_types.h895 } gmch_pfit; member
Dintel_display.c6663 if (!crtc_state->gmch_pfit.control) in i9xx_pfit_enable()
6673 I915_WRITE(PFIT_PGM_RATIOS, crtc_state->gmch_pfit.pgm_ratios); in i9xx_pfit_enable()
6674 I915_WRITE(PFIT_CONTROL, crtc_state->gmch_pfit.control); in i9xx_pfit_enable()
6973 if (!old_crtc_state->gmch_pfit.control) in i9xx_pfit_disable()
8557 pipe_config->gmch_pfit.control = tmp; in i9xx_get_pfit_config()
8558 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS); in i9xx_get_pfit_config()
12147 pipe_config->gmch_pfit.control, in intel_dump_pipe_config()
12148 pipe_config->gmch_pfit.pgm_ratios, in intel_dump_pipe_config()
12149 pipe_config->gmch_pfit.lvds_border_bits); in intel_dump_pipe_config()
12758 PIPE_CONF_CHECK_X(gmch_pfit.control); in intel_pipe_config_compare()
[all …]
Dintel_overlay.c1117 crtc->config->gmch_pfit.control & PFIT_ENABLE) { in intel_overlay_put_image_ioctl()