Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1987 u16 old_waveform, new_waveform, mid_waveform; in cdclk_compute_crawl_and_squash_midpoint() local
1999 new_waveform = cdclk_squash_waveform(display, new_cdclk_config->cdclk); in cdclk_compute_crawl_and_squash_midpoint()
2004 old_waveform == new_waveform) in cdclk_compute_crawl_and_squash_midpoint()
2010 new_cdclk_config->vco, new_waveform); in cdclk_compute_crawl_and_squash_midpoint()
2029 if (cdclk_squash_divider(new_waveform) > cdclk_squash_divider(old_waveform)) { in cdclk_compute_crawl_and_squash_midpoint()
2032 mid_waveform = new_waveform; in cdclk_compute_crawl_and_squash_midpoint()
2341 u16 new_waveform; in intel_cdclk_can_crawl_and_squash() local
2352 new_waveform = cdclk_squash_waveform(display, b->cdclk); in intel_cdclk_can_crawl_and_squash()
2355 old_waveform != new_waveform; in intel_cdclk_can_crawl_and_squash()