drm/fb-helper: Clarify use of last_close and output_poll_changed
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 3 Nov 2022 15:14:46 +0000 (16:14 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Sat, 5 Nov 2022 16:12:04 +0000 (17:12 +0100)
commit78a77c9f494829089d74afc60286c555efa0646a
tree85a799e90685006a7d408f6f5381556e22428324
parent45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4
drm/fb-helper: Clarify use of last_close and output_poll_changed

Clarify documentation in the use of struct drm_driver.last_close and
struct drm_mode_config_funcs.output_poll_changed. Those callbacks should
not be said for fbdev implementations on top of struct drm_client_funcs.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221103151446.2638-24-tzimmermann@suse.de
drivers/gpu/drm/drm_fb_helper.c