Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_lvds.c121 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
166 temp |= crtc->config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
Dintel_panel.c372 pipe_config->gmch_pfit.control = pfit_control; in intel_gmch_panel_fitting()
373 pipe_config->gmch_pfit.pgm_ratios = pfit_pgm_ratios; in intel_gmch_panel_fitting()
374 pipe_config->gmch_pfit.lvds_border_bits = border; in intel_gmch_panel_fitting()
Dintel_display.c5180 if (!pipe_config->gmch_pfit.control) in i9xx_pfit_enable()
5190 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios); in i9xx_pfit_enable()
5191 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control); in i9xx_pfit_enable()
6257 if (!crtc->config->gmch_pfit.control) in i9xx_pfit_disable()
7996 pipe_config->gmch_pfit.control = tmp; in i9xx_get_pfit_config()
7997 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS); in i9xx_get_pfit_config()
7999 pipe_config->gmch_pfit.lvds_border_bits = in i9xx_get_pfit_config()
12051 pipe_config->gmch_pfit.control, in intel_dump_pipe_config()
12052 pipe_config->gmch_pfit.pgm_ratios, in intel_dump_pipe_config()
12053 pipe_config->gmch_pfit.lvds_border_bits); in intel_dump_pipe_config()
[all …]
Dintel_drv.h446 } gmch_pfit; member