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.c1987 struct intel_cdclk_config *mid_cdclk_config) in cdclk_compute_crawl_and_squash_midpoint() argument
2021 *mid_cdclk_config = *new_cdclk_config; in cdclk_compute_crawl_and_squash_midpoint()
2032 mid_cdclk_config->vco = old_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2036 mid_cdclk_config->vco = new_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2041 mid_cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_squash_divider(mid_waveform) * in cdclk_compute_crawl_and_squash_midpoint()
2042 mid_cdclk_config->vco, in cdclk_compute_crawl_and_squash_midpoint()
2047 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk < in cdclk_compute_crawl_and_squash_midpoint()
2049 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk > in cdclk_compute_crawl_and_squash_midpoint()
2051 drm_WARN_ON(display->drm, cdclk_squash_waveform(display, mid_cdclk_config->cdclk) != in cdclk_compute_crawl_and_squash_midpoint()
2136 struct intel_cdclk_config mid_cdclk_config; in bxt_set_cdclk() local
[all …]