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.c2082 u16 old_waveform, new_waveform, mid_waveform; in cdclk_compute_crawl_and_squash_midpoint() local
2094 new_waveform = cdclk_squash_waveform(display, new_cdclk_config->cdclk); in cdclk_compute_crawl_and_squash_midpoint()
2099 old_waveform == new_waveform) in cdclk_compute_crawl_and_squash_midpoint()
2105 new_cdclk_config->vco, new_waveform); in cdclk_compute_crawl_and_squash_midpoint()
2124 if (cdclk_squash_divider(new_waveform) > cdclk_squash_divider(old_waveform)) { in cdclk_compute_crawl_and_squash_midpoint()
2127 mid_waveform = new_waveform; in cdclk_compute_crawl_and_squash_midpoint()
2446 u16 new_waveform; in intel_cdclk_can_crawl_and_squash() local
2457 new_waveform = cdclk_squash_waveform(display, b->cdclk); in intel_cdclk_can_crawl_and_squash()
2460 old_waveform != new_waveform; in intel_cdclk_can_crawl_and_squash()