drm/i915: Remove redundant/wrong comments
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 7 Mar 2022 23:39:34 +0000 (01:39 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 10 Mar 2022 09:07:31 +0000 (11:07 +0200)
commit8e38c6b57e5d1481c43a0b9f77a80e3deeeb7721
tree5faa06882b5d5e87fd33c45bf38064f3874b5020
parent9ca48a806cf241e9fe374206b8b0dd9c80ccdde3
drm/i915: Remove redundant/wrong comments

Remove the comment specifying the exact formulat for calculating
the DPLL frequency from the *_find_best_dpll() functions. Each
platform variant has its own way to calculate these and we have
the code already to do that. These comments are entirely redundant
and often even wrong so just get rid of them.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220307233940.4161-3-ville.syrjala@linux.intel.com
Acked-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpll.c