Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2104 u16 old_waveform, new_waveform, mid_waveform; in cdclk_compute_crawl_and_squash_midpoint() local
2116 new_waveform = cdclk_squash_waveform(display, new_cdclk_config->cdclk); in cdclk_compute_crawl_and_squash_midpoint()
2121 old_waveform == new_waveform) in cdclk_compute_crawl_and_squash_midpoint()
2127 new_cdclk_config->vco, new_waveform); in cdclk_compute_crawl_and_squash_midpoint()
2146 if (cdclk_squash_divider(new_waveform) > cdclk_squash_divider(old_waveform)) { in cdclk_compute_crawl_and_squash_midpoint()
2149 mid_waveform = new_waveform; in cdclk_compute_crawl_and_squash_midpoint()
2490 u16 new_waveform; in intel_cdclk_can_crawl_and_squash() local
2501 new_waveform = cdclk_squash_waveform(display, b->cdclk); in intel_cdclk_can_crawl_and_squash()
2504 old_waveform != new_waveform; in intel_cdclk_can_crawl_and_squash()