Searched refs:gmch_pfit (Results 1 – 4 of 4) sorted by relevance
125 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()171 temp |= crtc->config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
375 pipe_config->gmch_pfit.control = pfit_control; in intel_gmch_panel_fitting()376 pipe_config->gmch_pfit.pgm_ratios = pfit_pgm_ratios; in intel_gmch_panel_fitting()377 pipe_config->gmch_pfit.lvds_border_bits = border; in intel_gmch_panel_fitting()
4872 if (!pipe_config->gmch_pfit.control) in i9xx_pfit_enable()4882 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios); in i9xx_pfit_enable()4883 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control); in i9xx_pfit_enable()5414 if (!crtc->config->gmch_pfit.control) in i9xx_pfit_disable()6902 pipe_config->gmch_pfit.control = tmp; in i9xx_get_pfit_config()6903 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS); in i9xx_get_pfit_config()6905 pipe_config->gmch_pfit.lvds_border_bits = in i9xx_get_pfit_config()10527 pipe_config->gmch_pfit.control, in intel_dump_pipe_config()10528 pipe_config->gmch_pfit.pgm_ratios, in intel_dump_pipe_config()10529 pipe_config->gmch_pfit.lvds_border_bits); in intel_dump_pipe_config()[all …]
371 } gmch_pfit; member