diff mbox series

drm: Improve the output_poll_changed description

Message ID 20210112104644.341345-1-zhangzhijie@loongson.cn (mailing list archive)
State New, archived
Headers show
Series drm: Improve the output_poll_changed description | expand

Commit Message

zhangzhijie zhangzhijie Jan. 12, 2021, 10:46 a.m. UTC
From: zhangzhijie <zhangzhijie@loongson.cn>

codeview the implementation of few Drivers.
this callback was used by drm_kms_helper_hotplug_event()

Signed-off-by: zhangzhijie <zhangzhijie@loongson.cn>
---
 include/drm/drm_mode_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h
index ab424ddd7665..e01c4d0f07d1 100644
--- a/include/drm/drm_mode_config.h
+++ b/include/drm/drm_mode_config.h
@@ -104,7 +104,7 @@  struct drm_mode_config_funcs {
 	 * changes.
 	 *
 	 * Drivers implementing fbdev emulation with the helpers can call
-	 * drm_fb_helper_hotplug_changed from this hook to inform the fbdev
+	 * drm_kms_helper_hotplug_event() from this hook to inform the fbdev
 	 * helper of output changes.
 	 *
 	 * FIXME: