mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
drm/display: Update comment on hdmi hotplug helper
Update the comment on drm_atomic_helper_connector_hdmi_hotplug() to clarify that it must be called for all status updates. Signed-off-by: David Turner <david.turner@raspberrypi.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20250317-vc4_hotplug-v4-1-2af625629186@raspberrypi.com Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
parent
95c4ea2e03
commit
0b87bbbeaf
|
|
@ -1108,7 +1108,7 @@ drm_atomic_helper_connector_hdmi_update(struct drm_connector *connector,
|
|||
* @status: Connection status
|
||||
*
|
||||
* This function should be called as a part of the .detect() / .detect_ctx()
|
||||
* callbacks, updating the HDMI-specific connector's data.
|
||||
* callbacks for all status changes.
|
||||
*/
|
||||
void drm_atomic_helper_connector_hdmi_hotplug(struct drm_connector *connector,
|
||||
enum drm_connector_status status)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user