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.c1990 u16 old_waveform, new_waveform, mid_waveform; in cdclk_compute_crawl_and_squash_midpoint() local
2002 new_waveform = cdclk_squash_waveform(display, new_cdclk_config->cdclk); in cdclk_compute_crawl_and_squash_midpoint()
2007 old_waveform == new_waveform) in cdclk_compute_crawl_and_squash_midpoint()
2013 new_cdclk_config->vco, new_waveform); in cdclk_compute_crawl_and_squash_midpoint()
2032 if (cdclk_squash_divider(new_waveform) > cdclk_squash_divider(old_waveform)) { in cdclk_compute_crawl_and_squash_midpoint()
2035 mid_waveform = new_waveform; in cdclk_compute_crawl_and_squash_midpoint()
2351 u16 new_waveform; in intel_cdclk_can_crawl_and_squash() local
2362 new_waveform = cdclk_squash_waveform(display, b->cdclk); in intel_cdclk_can_crawl_and_squash()
2365 old_waveform != new_waveform; in intel_cdclk_can_crawl_and_squash()