Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2080 struct intel_cdclk_config *mid_cdclk_config) in cdclk_compute_crawl_and_squash_midpoint() argument
2114 *mid_cdclk_config = *new_cdclk_config; in cdclk_compute_crawl_and_squash_midpoint()
2125 mid_cdclk_config->vco = old_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2129 mid_cdclk_config->vco = new_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2134 mid_cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_squash_divider(mid_waveform) * in cdclk_compute_crawl_and_squash_midpoint()
2135 mid_cdclk_config->vco, in cdclk_compute_crawl_and_squash_midpoint()
2140 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk < in cdclk_compute_crawl_and_squash_midpoint()
2142 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk > in cdclk_compute_crawl_and_squash_midpoint()
2144 drm_WARN_ON(display->drm, cdclk_squash_waveform(display, mid_cdclk_config->cdclk) != in cdclk_compute_crawl_and_squash_midpoint()
2237 struct intel_cdclk_config mid_cdclk_config; in bxt_set_cdclk() local
[all …]