Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1985 struct intel_cdclk_config *mid_cdclk_config) in cdclk_compute_crawl_and_squash_midpoint() argument
2019 *mid_cdclk_config = *new_cdclk_config; in cdclk_compute_crawl_and_squash_midpoint()
2030 mid_cdclk_config->vco = old_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2034 mid_cdclk_config->vco = new_cdclk_config->vco; in cdclk_compute_crawl_and_squash_midpoint()
2039 mid_cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_squash_divider(mid_waveform) * in cdclk_compute_crawl_and_squash_midpoint()
2040 mid_cdclk_config->vco, in cdclk_compute_crawl_and_squash_midpoint()
2045 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk < in cdclk_compute_crawl_and_squash_midpoint()
2047 drm_WARN_ON(display->drm, mid_cdclk_config->cdclk > in cdclk_compute_crawl_and_squash_midpoint()
2131 struct intel_cdclk_config mid_cdclk_config; in bxt_set_cdclk() local
2168 cdclk_config, &mid_cdclk_config)) { in bxt_set_cdclk()
[all …]