OSDN Git Service

drm/i915: Remove bogus LPT iCLKIP WARN
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Jun 2022 09:55:30 +0000 (12:55 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Jun 2022 14:10:23 +0000 (17:10 +0300)
commitbf9719f8c89addcf1947ce2b29cea29ea9d8f875
tree8d85ed1e98e6d0dfb633b2fca3b840001c46d81d
parent651d4a0fc4c5c6a2d20c95ef814f0d4381f71d55
drm/i915: Remove bogus LPT iCLKIP WARN

The WARN shouldn't have been added yet. For the moment the
clock that gets passed here is just what the user has requested
(via the modeline) and may not be exactly what iCLKIP can
generate.

Later on the plan is to change things so that we already get
passed the exact clock here, at which point the WARN should
be reintroduced.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/6246
Fixes: 97708335b04d ("drm/i915: Introduce struct iclkip_params")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220616095530.15024-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_pch_refclk.c