drm/i915/bxt: Set max cdclk frequency properly
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 5 Apr 2016 21:37:19 +0000 (14:37 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 6 Apr 2016 18:01:02 +0000 (11:01 -0700)
commit281c114f8e80d3a86f18ccf7cb93460bad48fcbe
tree550c1185390bf1941dd87e73b0d96d4c6544d94b
parenta280f7dd9f1a85eed242d0f62498bfc11520a1a3
drm/i915/bxt: Set max cdclk frequency properly

intel_update_max_cdclk() doesn't have a switch case for Broxton, so
dev_priv->max_cdclk_freq gets set to whatever clock frequency we're
currently running at (e.g., 144 MHz) rather than the true maximum.  This
causes our max dotclock to also be set too low and in turn leads mode
verification to reject perfectly valid modes while loading EDID firmware
blobs.

Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1459892239-14041-1-git-send-email-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_display.c