mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 05:18:45 +02:00
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: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241129042629.18280-3-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
e5a8f19c39
commit
46e417b150
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user