Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1428 int effective_dotclk_limit; in intel_dp_dotclk_valid() local
1430 effective_dotclk_limit = max_dotclk * num_joined_pipes; in intel_dp_dotclk_valid()
1438 effective_dotclk_limit = in intel_dp_dotclk_valid()
1441 return target_clock <= effective_dotclk_limit; in intel_dp_dotclk_valid()