]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45251c14e0c7d756a82bacff5ea357a2e8459f13
tree5faa06882b5d5e87fd33c45bf38064f3874b5020
parentcb5a3363f5b997b4a3952d39714a87eda5f6f55c
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