Commit 46e417b1 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/modes: Fix drm_mode_vrefres() docs



We no longer store a cache vrefresh value in the mode.
Remove the stale information from drm_vrefresh() docs.

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241129042629.18280-3-ville.syrjala@linux.intel.com


Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent e5a8f19c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1282,8 +1282,7 @@ EXPORT_SYMBOL(drm_mode_set_name);
 * @mode: mode
 *
 * Returns:
 * @modes's vrefresh rate in Hz, rounded to the nearest integer. Calculates the
 * value first if it is not yet set.
 * @modes's vrefresh rate in Hz, rounded to the nearest integer.
 */
int drm_mode_vrefresh(const struct drm_display_mode *mode)
{