Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux linux/hdmi.h: Fix spd in...



details:   https://anonhg.NetBSD.org/src/rev/b9daaa735ba7
branches:  trunk
changeset: 368397:b9daaa735ba7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jul 09 15:24:42 2022 +0000

description:
linux/hdmi.h: Fix spd infoframe header version.

Possibly relevant to PR kern/56740.

diffstat:

 sys/external/bsd/drm2/include/linux/hdmi.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15bca78a5bd7 -r b9daaa735ba7 sys/external/bsd/drm2/include/linux/hdmi.h
--- a/sys/external/bsd/drm2/include/linux/hdmi.h        Sat Jul 09 13:37:12 2022 +0000
+++ b/sys/external/bsd/drm2/include/linux/hdmi.h        Sat Jul 09 15:24:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hdmi.h,v 1.14 2021/12/19 11:45:35 riastradh Exp $      */
+/*     $NetBSD: hdmi.h,v 1.15 2022/07/09 15:24:42 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -718,7 +718,7 @@
        int ret;
 
        ret = hdmi_infoframe_header_check(&frame->header,
-           HDMI_INFOFRAME_TYPE_SPD, 2, HDMI_SPD_INFOFRAME_SIZE);
+           HDMI_INFOFRAME_TYPE_SPD, 1, HDMI_SPD_INFOFRAME_SIZE);
        if (ret)
                return ret;
 



Home | Main Index | Thread Index | Old Index