Home
last modified time | relevance | path

Searched refs:cdclk_config (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c386 cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_config->vco, in g33_get_cdclk()
465 cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_config->vco, in i965gm_get_cdclk()
979 cdclk_config->cdclk = cdclk_config->bypass = cdclk_config->ref; in skl_get_cdclk()
1272 cdclk_config.cdclk = cdclk_config.bypass; in skl_cdclk_uninit_hw()
1692 cdclk_config->vco = ratio * cdclk_config->ref; in bxt_de_pll_readout()
1705 cdclk_config->bypass = cdclk_config->ref / 2; in bxt_get_cdclk()
1709 cdclk_config->bypass = cdclk_config->ref; in bxt_get_cdclk()
1712 cdclk_config->cdclk = cdclk_config->bypass; in bxt_get_cdclk()
2296 cdclk_config.cdclk = cdclk_config.bypass; in bxt_cdclk_uninit_hw()
2470 context, cdclk_config->cdclk, cdclk_config->vco, in intel_cdclk_dump_config()
[all …]
H A Dintel_cdclk.h71 const struct intel_cdclk_config *cdclk_config);
76 const struct intel_cdclk_config *cdclk_config,
80 struct intel_cdclk_config *cdclk_config);
H A Dintel_display_power_well.c975 struct intel_cdclk_config cdclk_config = {}; in gen9_disable_dc_states() local
996 intel_cdclk_get_cdclk(display, &cdclk_config); in gen9_disable_dc_states()
1000 &cdclk_config)); in gen9_disable_dc_states()