Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1785 struct intel_cdclk_config *mid_cdclk_config) in cdclk_compute_crawl_and_squash_midpoint() argument
1808 *mid_cdclk_config = *new_cdclk_config; in cdclk_compute_crawl_and_squash_midpoint()
1819 mid_cdclk_config->vco = old_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
1822 mid_cdclk_config->vco = new_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
1827 mid_cdclk_config->vco, size * div); in cdclk_compute_crawl_and_squash_midpoint()
1831 drm_WARN_ON(&i915->drm, mid_cdclk_config->cdclk < in cdclk_compute_crawl_and_squash_midpoint()
1833 drm_WARN_ON(&i915->drm, mid_cdclk_config->cdclk > in cdclk_compute_crawl_and_squash_midpoint()
1835 drm_WARN_ON(&i915->drm, cdclk_squash_waveform(i915, mid_cdclk_config->cdclk) != in cdclk_compute_crawl_and_squash_midpoint()
1902 struct intel_cdclk_config mid_cdclk_config; in bxt_set_cdclk() local
1936 cdclk_config, &mid_cdclk_config)) { in bxt_set_cdclk()
[all …]