diff options
author | Ville Syrjälä <[email protected]> | 2017-07-10 22:33:47 +0300 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2017-08-31 21:17:16 +0300 |
commit | 9c61de4c69a2acc7352969921405c67e88ca862b (patch) | |
tree | beeb03f8885780fe5d3237d88a3f44adca58656d /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | d305e0614601aefc6011ec60fd28b8184db09409 (diff) |
drm/i915: Consolidate max_cdclk_freq check in intel_crtc_compute_min_cdclk()
Currently the .modeset_calc_cdclk() hooks check the final cdclk value
against the max allowed. That's not really sufficient since the low
level calc_cdclk() functions effectively clamp the minimum required
cdclk to the max supported by the platform. Hence if the minimum
required exceeds the platforms capabilities we'd keep going anyway
using the max cdclk frequency.
To fix that let's move the check earlier into
intel_crtc_compute_min_cdclk() and we'll check the minimum required
cdclk of the pipe against the maximum supported by the platform.
Cc: Paulo Zanoni <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Dhinakaran Pandiyan <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Dhinakaran Pandiyan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions