]> 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)
commit5eb4ec2d1eb79b387de5de6f554a95df83faf3ce
tree5faa06882b5d5e87fd33c45bf38064f3874b5020
parentb4847185486f14e23b9ddeef39a8b0a090045fd8
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