From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio Date: Tue, 05 May 2026 07:58:57 +1000 Message-ID: In-Reply-To: <20260504191059.275928-12-jonas@kwiboo.se> References: <20260504191059.275928-1-jonas@kwiboo.se> <20260504191059.275928-12-jonas@kwiboo.se> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes the private `sink_is_hdmi` and `sink_has_audio` fields in favor of `display->is_hdmi` and `display->has_audio` from the connector's `display_info`. This is correct since `drm_edid_connector_update()` populates these fields. Also removes the dead `edid` byte array and `HDMI_EDID_LEN`. Has Reviewed-by. --- Generated by Claude Code Patch Reviewer