All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: vbt defs typo fixes
@ 2018-01-18 15:06 Jani Nikula
  2018-01-18 15:16 ` Chris Wilson
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jani Nikula @ 2018-01-18 15:06 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, Adam Jackson

No more sing-a-ling.

Reported-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/intel_vbt_defs.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h b/drivers/gpu/drm/i915/intel_vbt_defs.h
index bbb173e116b3..fa4f67d3f261 100644
--- a/drivers/gpu/drm/i915/intel_vbt_defs.h
+++ b/drivers/gpu/drm/i915/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.11.0

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

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

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
@ 2018-01-18 15:16 ` Chris Wilson
  2018-01-18 15:18 ` David Weinehall
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Chris Wilson @ 2018-01-18 15:16 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, Adam Jackson

Quoting Jani Nikula (2018-01-18 15:06:13)
> No more sing-a-ling.
> 
> Reported-by: Adam Jackson <ajax@redhat.com>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
You're-my-ding-a-ling-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
  2018-01-18 15:16 ` Chris Wilson
@ 2018-01-18 15:18 ` David Weinehall
  2018-01-19  8:40   ` Jani Nikula
  2018-01-18 16:07 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: David Weinehall @ 2018-01-18 15:18 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx, Adam Jackson

On Thu, Jan 18, 2018 at 05:06:13PM +0200, Jani Nikula wrote:
> No more sing-a-ling.

LOL, well spotted.

> Reported-by: Adam Jackson <ajax@redhat.com>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>

Reviewed-by: David Weinehall <david.weinehall@linux.intel.com>

> ---
>  drivers/gpu/drm/i915/intel_vbt_defs.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h b/drivers/gpu/drm/i915/intel_vbt_defs.h
> index bbb173e116b3..fa4f67d3f261 100644
> --- a/drivers/gpu/drm/i915/intel_vbt_defs.h
> +++ b/drivers/gpu/drm/i915/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.11.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✓ Fi.CI.BAT: success for drm/i915: vbt defs typo fixes
  2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
  2018-01-18 15:16 ` Chris Wilson
  2018-01-18 15:18 ` David Weinehall
@ 2018-01-18 16:07 ` Patchwork
  2018-01-18 16:41 ` [PATCH] " Adam Jackson
  2018-01-18 19:45 ` ✗ Fi.CI.IGT: warning for " Patchwork
  4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-01-18 16:07 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: vbt defs typo fixes
URL   : https://patchwork.freedesktop.org/series/36702/
State : success

== Summary ==

Series 36702v1 drm/i915: vbt defs typo fixes
https://patchwork.freedesktop.org/api/1.0/series/36702/revisions/1/mbox/

Test kms_chamelium:
        Subgroup dp-crc-fast:
                dmesg-fail -> PASS       (fi-kbl-7500u) fdo#103841

fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841

fi-bdw-5557u     total:288  pass:267  dwarn:0   dfail:0   fail:0   skip:21  time:418s
fi-bdw-gvtdvm    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:425s
fi-blb-e6850     total:288  pass:223  dwarn:1   dfail:0   fail:0   skip:64  time:374s
fi-bsw-n3050     total:288  pass:242  dwarn:0   dfail:0   fail:0   skip:46  time:486s
fi-bwr-2160      total:288  pass:183  dwarn:0   dfail:0   fail:0   skip:105 time:281s
fi-bxt-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:486s
fi-bxt-j4205     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:484s
fi-byt-j1900     total:288  pass:253  dwarn:0   dfail:0   fail:0   skip:35  time:464s
fi-byt-n2820     total:288  pass:249  dwarn:0   dfail:0   fail:0   skip:39  time:462s
fi-elk-e7500     total:224  pass:168  dwarn:10  dfail:0   fail:0   skip:45 
fi-gdg-551       total:288  pass:179  dwarn:0   dfail:0   fail:1   skip:108 time:277s
fi-glk-1         total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:507s
fi-hsw-4770      total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:390s
fi-hsw-4770r     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:400s
fi-ilk-650       total:288  pass:228  dwarn:0   dfail:0   fail:0   skip:60  time:410s
fi-ivb-3520m     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:459s
fi-ivb-3770      total:288  pass:255  dwarn:0   dfail:0   fail:0   skip:33  time:423s
fi-kbl-7500u     total:288  pass:263  dwarn:1   dfail:0   fail:0   skip:24  time:459s
fi-kbl-7560u     total:288  pass:269  dwarn:0   dfail:0   fail:0   skip:19  time:499s
fi-kbl-7567u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:456s
fi-kbl-r         total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:502s
fi-pnv-d510      total:288  pass:222  dwarn:1   dfail:0   fail:0   skip:65  time:586s
fi-skl-6260u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:426s
fi-skl-6600u     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:517s
fi-skl-6700hq    total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:527s
fi-skl-6700k2    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:485s
fi-skl-6770hq    total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:494s
fi-skl-gvtdvm    total:288  pass:265  dwarn:0   dfail:0   fail:0   skip:23  time:431s
fi-snb-2520m     total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:526s
fi-snb-2600      total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:396s
Blacklisted hosts:
fi-cfl-s2        total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:565s
fi-glk-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:470s
fi-skl-guc       total:288  pass:259  dwarn:0   dfail:0   fail:1   skip:28  time:418s

2c42c3d90f29dc7e0914c7b4498f4da93f0e5ac8 drm-tip: 2018y-01m-18d-15h-19m-38s UTC integration manifest
ce05759810f7 drm/i915: vbt defs typo fixes

== Logs ==

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

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

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
                   ` (2 preceding siblings ...)
  2018-01-18 16:07 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-01-18 16:41 ` Adam Jackson
  2018-01-19  8:17   ` Jani Nikula
  2018-01-18 19:45 ` ✗ Fi.CI.IGT: warning for " Patchwork
  4 siblings, 1 reply; 9+ messages in thread
From: Adam Jackson @ 2018-01-18 16:41 UTC (permalink / raw)
  To: Jani Nikula, intel-gfx

On Thu, 2018-01-18 at 17:06 +0200, Jani Nikula wrote:
> No more sing-a-ling.
> 
> Reported-by: Adam Jackson <ajax@redhat.com>

Why'd you omit the typos I reported in tools/intel_vbt_decode.c ?

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

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

* ✗ Fi.CI.IGT: warning for drm/i915: vbt defs typo fixes
  2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
                   ` (3 preceding siblings ...)
  2018-01-18 16:41 ` [PATCH] " Adam Jackson
@ 2018-01-18 19:45 ` Patchwork
  4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-01-18 19:45 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: vbt defs typo fixes
URL   : https://patchwork.freedesktop.org/series/36702/
State : warning

== Summary ==

Warning: bzip Patchwork_7711/shard-hsw6/results34.json.bz2 wasn't in correct JSON format
Test kms_flip:
        Subgroup plain-flip-fb-recreate-interruptible:
                pass       -> FAIL       (shard-hsw) fdo#100368
        Subgroup flip-vs-modeset-vs-hang-interruptible:
                dmesg-warn -> PASS       (shard-snb) fdo#104311
Test kms_frontbuffer_tracking:
        Subgroup fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
                pass       -> SKIP       (shard-snb) fdo#101623 +2
Test kms_draw_crc:
        Subgroup draw-method-xrgb8888-mmap-cpu-untiled:
                skip       -> PASS       (shard-snb)
        Subgroup draw-method-rgb565-blt-untiled:
                skip       -> PASS       (shard-snb)
Test kms_chv_cursor_fail:
        Subgroup pipe-a-256x256-bottom-edge:
                skip       -> PASS       (shard-snb)
Test kms_universal_plane:
        Subgroup disable-primary-vs-flip-pipe-b:
                skip       -> PASS       (shard-snb)
Test drv_suspend:
        Subgroup sysfs-reader:
                pass       -> SKIP       (shard-hsw)

fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#104311 https://bugs.freedesktop.org/show_bug.cgi?id=104311
fdo#101623 https://bugs.freedesktop.org/show_bug.cgi?id=101623

shard-hsw        total:2676 pass:1681 dwarn:1   dfail:0   fail:10  skip:983 time:15243s
shard-snb        total:2753 pass:1318 dwarn:1   dfail:0   fail:10  skip:1424 time:7913s
Blacklisted hosts:
shard-apl        total:2753 pass:1715 dwarn:1   dfail:0   fail:22  skip:1015 time:13891s
shard-kbl        total:2745 pass:1827 dwarn:1   dfail:0   fail:23  skip:893 time:10351s

== Logs ==

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

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

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-18 16:41 ` [PATCH] " Adam Jackson
@ 2018-01-19  8:17   ` Jani Nikula
  2018-01-19 20:44     ` Adam Jackson
  0 siblings, 1 reply; 9+ messages in thread
From: Jani Nikula @ 2018-01-19  8:17 UTC (permalink / raw)
  To: Adam Jackson, intel-gfx

On Thu, 18 Jan 2018, Adam Jackson <ajax@redhat.com> wrote:
> On Thu, 2018-01-18 at 17:06 +0200, Jani Nikula wrote:
>> No more sing-a-ling.
>> 
>> Reported-by: Adam Jackson <ajax@redhat.com>
>
> Why'd you omit the typos I reported in tools/intel_vbt_decode.c ?

This one's for the kernel. I'll apply your original patch to igt. (Sorry
for the delay.)

BR,
Jani.


-- 
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] 9+ messages in thread

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-18 15:18 ` David Weinehall
@ 2018-01-19  8:40   ` Jani Nikula
  0 siblings, 0 replies; 9+ messages in thread
From: Jani Nikula @ 2018-01-19  8:40 UTC (permalink / raw)
  To: David Weinehall; +Cc: intel-gfx, Adam Jackson

On Thu, 18 Jan 2018, David Weinehall <david.weinehall@linux.intel.com> wrote:
> On Thu, Jan 18, 2018 at 05:06:13PM +0200, Jani Nikula wrote:
>> No more sing-a-ling.
>
> LOL, well spotted.
>
>> Reported-by: Adam Jackson <ajax@redhat.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Reviewed-by: David Weinehall <david.weinehall@linux.intel.com>

Thanks for the reviews, pushed.

BR,
Jani.

>
>> ---
>>  drivers/gpu/drm/i915/intel_vbt_defs.h | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h b/drivers/gpu/drm/i915/intel_vbt_defs.h
>> index bbb173e116b3..fa4f67d3f261 100644
>> --- a/drivers/gpu/drm/i915/intel_vbt_defs.h
>> +++ b/drivers/gpu/drm/i915/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.11.0
>> 
>> _______________________________________________
>> Intel-gfx mailing list
>> Intel-gfx@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
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] 9+ messages in thread

* Re: [PATCH] drm/i915: vbt defs typo fixes
  2018-01-19  8:17   ` Jani Nikula
@ 2018-01-19 20:44     ` Adam Jackson
  0 siblings, 0 replies; 9+ messages in thread
From: Adam Jackson @ 2018-01-19 20:44 UTC (permalink / raw)
  To: Jani Nikula, intel-gfx

On Fri, 2018-01-19 at 10:17 +0200, Jani Nikula wrote:
> On Thu, 18 Jan 2018, Adam Jackson <ajax@redhat.com> wrote:
> > On Thu, 2018-01-18 at 17:06 +0200, Jani Nikula wrote:
> > > No more sing-a-ling.
> > > 
> > > Reported-by: Adam Jackson <ajax@redhat.com>
> > 
> > Why'd you omit the typos I reported in tools/intel_vbt_decode.c ?
> 
> This one's for the kernel. I'll apply your original patch to igt. (Sorry
> for the delay.)

Sorry about that, just saw the file name not the repo. Thanks!

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

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18 15:06 [PATCH] drm/i915: vbt defs typo fixes Jani Nikula
2018-01-18 15:16 ` Chris Wilson
2018-01-18 15:18 ` David Weinehall
2018-01-19  8:40   ` Jani Nikula
2018-01-18 16:07 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-01-18 16:41 ` [PATCH] " Adam Jackson
2018-01-19  8:17   ` Jani Nikula
2018-01-19 20:44     ` Adam Jackson
2018-01-18 19:45 ` ✗ Fi.CI.IGT: warning for " Patchwork

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.