Skip to content

Commit 79061ca

Browse files
committed
Merge tag 'drm-misc-fixes-2025-05-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Short summary of fixes pull: edid: - fix HDR metadata reset Signed-off-by: Dave Airlie <[email protected]> From: Thomas Zimmermann <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents a5806cd + 6692dbc commit 79061ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/drm_edid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6596,6 +6596,7 @@ static void drm_reset_display_info(struct drm_connector *connector)
65966596
info->has_hdmi_infoframe = false;
65976597
info->rgb_quant_range_selectable = false;
65986598
memset(&info->hdmi, 0, sizeof(info->hdmi));
6599+
memset(&connector->hdr_sink_metadata, 0, sizeof(connector->hdr_sink_metadata));
65996600

66006601
info->edid_hdmi_rgb444_dc_modes = 0;
66016602
info->edid_hdmi_ycbcr444_dc_modes = 0;

0 commit comments

Comments
 (0)