Searched refs:mid_cdclk_config (Results 1 – 1 of 1) sorted by relevance
1985 struct intel_cdclk_config *mid_cdclk_config) in cdclk_compute_crawl_and_squash_midpoint() argument2019 *mid_cdclk_config = *new_cdclk_config; in cdclk_compute_crawl_and_squash_midpoint()2030 mid_cdclk_config->vco = old_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()2034 mid_cdclk_config->vco = new_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()2039 mid_cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_squash_divider(mid_waveform) * in cdclk_compute_crawl_and_squash_midpoint()2040 mid_cdclk_config->vco, in cdclk_compute_crawl_and_squash_midpoint()2045 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk < in cdclk_compute_crawl_and_squash_midpoint()2047 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk > in cdclk_compute_crawl_and_squash_midpoint()2131 struct intel_cdclk_config mid_cdclk_config; in bxt_set_cdclk() local2168 cdclk_config, &mid_cdclk_config)) { in bxt_set_cdclk()[all …]