All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] intel_vbt_decode: Typo fixes
@ 2017-12-15 19:59 Adam Jackson
  2017-12-15 20:55 ` Chris Wilson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Adam Jackson @ 2017-12-15 19:59 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 tools/intel_vbt_decode.c | 4 ++--
 tools/intel_vbt_defs.h   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index 9d90c69d..ce7da2c0 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -309,8 +309,8 @@ static const struct {
 	{ DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
 	{ DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
 	{ 1 << 7, "Content protection" },
-	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
-	{ DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },
+	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speed link" },
+	{ DEVICE_TYPE_LVDS_SIGNALING, "LVDS signaling" },
 	{ DEVICE_TYPE_TMDS_DVI_SIGNALING, "TMDS/DVI signaling" },
 	{ DEVICE_TYPE_VIDEO_SIGNALING, "Video signaling" },
 	{ DEVICE_TYPE_DISPLAYPORT_OUTPUT, "DisplayPort output" },
diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
index 404569c9..e388f9ad 100644
--- a/tools/intel_vbt_defs.h
+++ b/tools/intel_vbt_defs.h
@@ -227,7 +227,7 @@ struct bdb_general_features {
 #define DEVICE_TYPE_COMPOSITE_OUTPUT	(1 << 9)
 #define DEVICE_TYPE_DUAL_CHANNEL	(1 << 8)
 #define DEVICE_TYPE_HIGH_SPEED_LINK	(1 << 6)
-#define DEVICE_TYPE_LVDS_SINGALING	(1 << 5)
+#define DEVICE_TYPE_LVDS_SIGNALING	(1 << 5)
 #define DEVICE_TYPE_TMDS_DVI_SIGNALING	(1 << 4)
 #define DEVICE_TYPE_VIDEO_SIGNALING	(1 << 3)
 #define DEVICE_TYPE_DISPLAYPORT_OUTPUT	(1 << 2)
@@ -243,7 +243,7 @@ struct bdb_general_features {
 	 DEVICE_TYPE_MIPI_OUTPUT |		\
 	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
 	 DEVICE_TYPE_DUAL_CHANNEL |		\
-	 DEVICE_TYPE_LVDS_SINGALING |		\
+	 DEVICE_TYPE_LVDS_SIGNALING |		\
 	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
 	 DEVICE_TYPE_VIDEO_SIGNALING |		\
 	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
@@ -253,7 +253,7 @@ struct bdb_general_features {
 	(DEVICE_TYPE_INTERNAL_CONNECTOR |	\
 	 DEVICE_TYPE_MIPI_OUTPUT |		\
 	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
-	 DEVICE_TYPE_LVDS_SINGALING |		\
+	 DEVICE_TYPE_LVDS_SIGNALING |		\
 	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
 	 DEVICE_TYPE_VIDEO_SIGNALING |		\
 	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
-- 
2.14.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH i-g-t] intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
@ 2017-12-15 20:55 ` Chris Wilson
  2017-12-18 11:50 ` Arkadiusz Hiler
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chris Wilson @ 2017-12-15 20:55 UTC (permalink / raw)
  To: Adam Jackson, intel-gfx

Quoting Adam Jackson (2017-12-15 19:59:36)
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index 9d90c69d..ce7da2c0 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -309,8 +309,8 @@ static const struct {
>         { DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
>         { DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
>         { 1 << 7, "Content protection" },
> -       { DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
> -       { DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },

It shall forever be known as sing-a-ling. :)
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH i-g-t] intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
  2017-12-15 20:55 ` Chris Wilson
@ 2017-12-18 11:50 ` Arkadiusz Hiler
  2017-12-18 13:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Arkadiusz Hiler @ 2017-12-18 11:50 UTC (permalink / raw)
  To: Adam Jackson; +Cc: intel-gfx

On Fri, Dec 15, 2017 at 02:59:36PM -0500, Adam Jackson wrote:
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)

This mail was rejected by Patchwork because of "X-Mailer" header,
indicating that it was sent with git send-email, is missing.

I forced it through manually, so we will have CI feedback soon
(so very necessary for this complex patch :-P).

May I ask why is the header missing from your patch?
I wonder whether should we relax patchwork's checks.

-- 
Cheers,
Arek

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* ✗ Fi.CI.BAT: warning for intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
  2017-12-15 20:55 ` Chris Wilson
  2017-12-18 11:50 ` Arkadiusz Hiler
@ 2017-12-18 13:31 ` Patchwork
  2017-12-18 14:22 ` ✗ Fi.CI.BAT: failure " Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2017-12-18 13:31 UTC (permalink / raw)
  To: Adam Jackson; +Cc: intel-gfx

== Series Details ==

Series: intel_vbt_decode: Typo fixes
URL   : https://patchwork.freedesktop.org/series/35441/
State : warning

== Summary ==

IGT patchset tested on top of latest successful build
c0be3310715e2f744b892c51f09e62273bcc8e57 tests/kms_frontbuffer_tracking: Correctly handle debugfs errors

with latest DRM-Tip kernel build CI_DRM_3540
bf5cdf9e055a drm-tip: 2017y-12m-18d-11h-53m-39s UTC integration manifest

No testlist changes.

Test gem_mmap_gtt:
        Subgroup basic-small-bo-tiledx:
                pass       -> FAIL       (fi-gdg-551) fdo#102575
Test gem_ringfill:
        Subgroup basic-default:
                pass       -> SKIP       (fi-bsw-n3050)
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                dmesg-warn -> PASS       (fi-kbl-r) fdo#104172 +1
Test kms_psr_sink_crc:
        Subgroup psr_basic:
                dmesg-warn -> PASS       (fi-skl-6700hq) fdo#101144

fdo#102575 https://bugs.freedesktop.org/show_bug.cgi?id=102575
fdo#104172 https://bugs.freedesktop.org/show_bug.cgi?id=104172
fdo#101144 https://bugs.freedesktop.org/show_bug.cgi?id=101144

fi-bdw-5557u     total:288  pass:267  dwarn:0   dfail:0   fail:0   skip:21  time:439s
fi-bdw-gvtdvm    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:443s
fi-blb-e6850     total:288  pass:223  dwarn:1   dfail:0   fail:0   skip:64  time:390s
fi-bsw-n3050     total:288  pass:241  dwarn:0   dfail:0   fail:0   skip:47  time:498s
fi-bwr-2160      total:288  pass:183  dwarn:0   dfail:0   fail:0   skip:105 time:276s
fi-bxt-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:492s
fi-bxt-j4205     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:502s
fi-byt-j1900     total:288  pass:253  dwarn:0   dfail:0   fail:0   skip:35  time:485s
fi-byt-n2820     total:288  pass:249  dwarn:0   dfail:0   fail:0   skip:39  time:472s
fi-elk-e7500     total:224  pass:163  dwarn:15  dfail:0   fail:0   skip:45 
fi-gdg-551       total:288  pass:178  dwarn:1   dfail:0   fail:1   skip:108 time:263s
fi-glk-1         total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:531s
fi-hsw-4770      total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:408s
fi-hsw-4770r     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:419s
fi-ilk-650       total:288  pass:228  dwarn:0   dfail:0   fail:0   skip:60  time:396s
fi-ivb-3520m     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:478s
fi-ivb-3770      total:288  pass:255  dwarn:0   dfail:0   fail:0   skip:33  time:429s
fi-kbl-7500u     total:288  pass:263  dwarn:1   dfail:0   fail:0   skip:24  time:480s
fi-kbl-7560u     total:288  pass:268  dwarn:1   dfail:0   fail:0   skip:19  time:527s
fi-kbl-7567u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:472s
fi-kbl-r         total:288  pass:260  dwarn:1   dfail:0   fail:0   skip:27  time:522s
fi-pnv-d510      total:288  pass:222  dwarn:1   dfail:0   fail:0   skip:65  time:609s
fi-skl-6260u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:442s
fi-skl-6600u     total:288  pass:260  dwarn:1   dfail:0   fail:0   skip:27  time:532s
fi-skl-6700hq    total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:557s
fi-skl-6700k2    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:509s
fi-skl-6770hq    total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:505s
fi-skl-gvtdvm    total:288  pass:265  dwarn:0   dfail:0   fail:0   skip:23  time:448s
fi-snb-2520m     total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:545s
fi-snb-2600      total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:414s
Blacklisted hosts:
fi-cfl-s2        total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:593s
fi-cnl-y         total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:641s
fi-glk-dsi       total:288  pass:181  dwarn:1   dfail:4   fail:0   skip:102 time:366s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_690/issues.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* ✗ Fi.CI.BAT: failure for intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
                   ` (2 preceding siblings ...)
  2017-12-18 13:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
@ 2017-12-18 14:22 ` Patchwork
  2017-12-19 14:51 ` [PATCH i-g-t] " Jani Nikula
  2018-01-19  8:48 ` Jani Nikula
  5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2017-12-18 14:22 UTC (permalink / raw)
  To: Adam Jackson; +Cc: intel-gfx

== Series Details ==

Series: intel_vbt_decode: Typo fixes
URL   : https://patchwork.freedesktop.org/series/35441/
State : failure

== Summary ==

IGT patchset tested on top of latest successful build
c0be3310715e2f744b892c51f09e62273bcc8e57 tests/kms_frontbuffer_tracking: Correctly handle debugfs errors

with latest DRM-Tip kernel build CI_DRM_3541
913d6a0d4d78 drm-tip: 2017y-12m-18d-13h-25m-28s UTC integration manifest

No testlist changes.

Test debugfs_test:
        Subgroup read_all_entries:
                dmesg-warn -> DMESG-FAIL (fi-elk-e7500) fdo#103989 +1
Test gem_mmap_gtt:
        Subgroup basic-small-bo-tiledx:
                fail       -> PASS       (fi-gdg-551) fdo#102575
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                dmesg-warn -> PASS       (fi-kbl-r) fdo#104172 +1
        Subgroup suspend-read-crc-pipe-c:
                incomplete -> PASS       (fi-bdw-5557u) fdo#104162
                pass       -> FAIL       (fi-skl-6700k2)
Test kms_psr_sink_crc:
        Subgroup psr_basic:
                pass       -> DMESG-WARN (fi-skl-6700hq) fdo#101144

fdo#103989 https://bugs.freedesktop.org/show_bug.cgi?id=103989
fdo#102575 https://bugs.freedesktop.org/show_bug.cgi?id=102575
fdo#104172 https://bugs.freedesktop.org/show_bug.cgi?id=104172
fdo#104162 https://bugs.freedesktop.org/show_bug.cgi?id=104162
fdo#101144 https://bugs.freedesktop.org/show_bug.cgi?id=101144

fi-bdw-5557u     total:288  pass:267  dwarn:0   dfail:0   fail:0   skip:21  time:432s
fi-bdw-gvtdvm    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:437s
fi-blb-e6850     total:288  pass:223  dwarn:1   dfail:0   fail:0   skip:64  time:381s
fi-bsw-n3050     total:288  pass:242  dwarn:0   dfail:0   fail:0   skip:46  time:504s
fi-bwr-2160      total:288  pass:183  dwarn:0   dfail:0   fail:0   skip:105 time:278s
fi-bxt-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:498s
fi-bxt-j4205     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:500s
fi-byt-j1900     total:288  pass:253  dwarn:0   dfail:0   fail:0   skip:35  time:479s
fi-byt-n2820     total:288  pass:249  dwarn:0   dfail:0   fail:0   skip:39  time:470s
fi-elk-e7500     total:224  pass:163  dwarn:14  dfail:1   fail:0   skip:45 
fi-gdg-551       total:288  pass:179  dwarn:1   dfail:0   fail:0   skip:108 time:264s
fi-glk-1         total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:533s
fi-hsw-4770      total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:408s
fi-hsw-4770r     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:415s
fi-ilk-650       total:288  pass:228  dwarn:0   dfail:0   fail:0   skip:60  time:388s
fi-ivb-3520m     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:477s
fi-ivb-3770      total:288  pass:255  dwarn:0   dfail:0   fail:0   skip:33  time:429s
fi-kbl-7500u     total:288  pass:263  dwarn:1   dfail:0   fail:0   skip:24  time:482s
fi-kbl-7560u     total:288  pass:268  dwarn:1   dfail:0   fail:0   skip:19  time:519s
fi-kbl-7567u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:467s
fi-kbl-r         total:288  pass:260  dwarn:1   dfail:0   fail:0   skip:27  time:524s
fi-pnv-d510      total:288  pass:222  dwarn:1   dfail:0   fail:0   skip:65  time:581s
fi-skl-6260u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:444s
fi-skl-6600u     total:288  pass:260  dwarn:1   dfail:0   fail:0   skip:27  time:535s
fi-skl-6700hq    total:288  pass:261  dwarn:1   dfail:0   fail:0   skip:26  time:557s
fi-skl-6700k2    total:288  pass:263  dwarn:0   dfail:0   fail:1   skip:24  time:510s
fi-skl-6770hq    total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:500s
fi-skl-gvtdvm    total:288  pass:265  dwarn:0   dfail:0   fail:0   skip:23  time:449s
fi-snb-2520m     total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:554s
fi-snb-2600      total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:410s
Blacklisted hosts:
fi-cfl-s2        total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:598s
fi-cnl-y         total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:644s
fi-glk-dsi       total:288  pass:256  dwarn:0   dfail:0   fail:2   skip:30  time:484s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_692/issues.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH i-g-t] intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
                   ` (3 preceding siblings ...)
  2017-12-18 14:22 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2017-12-19 14:51 ` Jani Nikula
  2018-01-19  8:48 ` Jani Nikula
  5 siblings, 0 replies; 7+ messages in thread
From: Jani Nikula @ 2017-12-19 14:51 UTC (permalink / raw)
  To: Adam Jackson, intel-gfx

On Fri, 15 Dec 2017, Adam Jackson <ajax@redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---

Hi Adam, thanks for the patch. We've opted to make the kernel copy of
this file the single point of truth, and copy that over verbatim every
once in a while. Please send a patch to
drivers/gpu/drm/i915/intel_vbt_defs.h and it'll trickle over here
eventually when we sync up (or you can send the sync patch too).

Thanks,
Jani.


>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index 9d90c69d..ce7da2c0 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -309,8 +309,8 @@ static const struct {
>  	{ DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
>  	{ DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
>  	{ 1 << 7, "Content protection" },
> -	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
> -	{ DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },
> +	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speed link" },
> +	{ DEVICE_TYPE_LVDS_SIGNALING, "LVDS signaling" },
>  	{ DEVICE_TYPE_TMDS_DVI_SIGNALING, "TMDS/DVI signaling" },
>  	{ DEVICE_TYPE_VIDEO_SIGNALING, "Video signaling" },
>  	{ DEVICE_TYPE_DISPLAYPORT_OUTPUT, "DisplayPort output" },
> diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
> index 404569c9..e388f9ad 100644
> --- a/tools/intel_vbt_defs.h
> +++ b/tools/intel_vbt_defs.h
> @@ -227,7 +227,7 @@ struct bdb_general_features {
>  #define DEVICE_TYPE_COMPOSITE_OUTPUT	(1 << 9)
>  #define DEVICE_TYPE_DUAL_CHANNEL	(1 << 8)
>  #define DEVICE_TYPE_HIGH_SPEED_LINK	(1 << 6)
> -#define DEVICE_TYPE_LVDS_SINGALING	(1 << 5)
> +#define DEVICE_TYPE_LVDS_SIGNALING	(1 << 5)
>  #define DEVICE_TYPE_TMDS_DVI_SIGNALING	(1 << 4)
>  #define DEVICE_TYPE_VIDEO_SIGNALING	(1 << 3)
>  #define DEVICE_TYPE_DISPLAYPORT_OUTPUT	(1 << 2)
> @@ -243,7 +243,7 @@ struct bdb_general_features {
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
>  	 DEVICE_TYPE_DUAL_CHANNEL |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
> @@ -253,7 +253,7 @@ struct bdb_general_features {
>  	(DEVICE_TYPE_INTERNAL_CONNECTOR |	\
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH i-g-t] intel_vbt_decode: Typo fixes
  2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
                   ` (4 preceding siblings ...)
  2017-12-19 14:51 ` [PATCH i-g-t] " Jani Nikula
@ 2018-01-19  8:48 ` Jani Nikula
  5 siblings, 0 replies; 7+ messages in thread
From: Jani Nikula @ 2018-01-19  8:48 UTC (permalink / raw)
  To: Adam Jackson, intel-gfx

On Fri, 15 Dec 2017, Adam Jackson <ajax@redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax@redhat.com>

Finally pushed, thanks for the patch.

BR,
Jani.

> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index 9d90c69d..ce7da2c0 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -309,8 +309,8 @@ static const struct {
>  	{ DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
>  	{ DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
>  	{ 1 << 7, "Content protection" },
> -	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
> -	{ DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },
> +	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speed link" },
> +	{ DEVICE_TYPE_LVDS_SIGNALING, "LVDS signaling" },
>  	{ DEVICE_TYPE_TMDS_DVI_SIGNALING, "TMDS/DVI signaling" },
>  	{ DEVICE_TYPE_VIDEO_SIGNALING, "Video signaling" },
>  	{ DEVICE_TYPE_DISPLAYPORT_OUTPUT, "DisplayPort output" },
> diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
> index 404569c9..e388f9ad 100644
> --- a/tools/intel_vbt_defs.h
> +++ b/tools/intel_vbt_defs.h
> @@ -227,7 +227,7 @@ struct bdb_general_features {
>  #define DEVICE_TYPE_COMPOSITE_OUTPUT	(1 << 9)
>  #define DEVICE_TYPE_DUAL_CHANNEL	(1 << 8)
>  #define DEVICE_TYPE_HIGH_SPEED_LINK	(1 << 6)
> -#define DEVICE_TYPE_LVDS_SINGALING	(1 << 5)
> +#define DEVICE_TYPE_LVDS_SIGNALING	(1 << 5)
>  #define DEVICE_TYPE_TMDS_DVI_SIGNALING	(1 << 4)
>  #define DEVICE_TYPE_VIDEO_SIGNALING	(1 << 3)
>  #define DEVICE_TYPE_DISPLAYPORT_OUTPUT	(1 << 2)
> @@ -243,7 +243,7 @@ struct bdb_general_features {
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
>  	 DEVICE_TYPE_DUAL_CHANNEL |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
> @@ -253,7 +253,7 @@ struct bdb_general_features {
>  	(DEVICE_TYPE_INTERNAL_CONNECTOR |	\
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-19  8:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
2017-12-15 20:55 ` Chris Wilson
2017-12-18 11:50 ` Arkadiusz Hiler
2017-12-18 13:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
2017-12-18 14:22 ` ✗ Fi.CI.BAT: failure " Patchwork
2017-12-19 14:51 ` [PATCH i-g-t] " Jani Nikula
2018-01-19  8:48 ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.