public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: update the firmware download URL
@ 2017-03-15 10:49 Jani Nikula
  2017-03-15 12:17 ` ✓ Fi.CI.BAT: success for " Patchwork
  2017-03-28  8:30 ` [PATCH] " Michal Wajdeczko
  0 siblings, 2 replies; 4+ messages in thread
From: Jani Nikula @ 2017-03-15 10:49 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

The old URL works but gives 301 Moved Permanently. Update.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/intel_csr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index 36832257cc9b..1575bde0cf90 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -49,7 +49,7 @@ MODULE_FIRMWARE(I915_CSR_SKL);
 MODULE_FIRMWARE(I915_CSR_BXT);
 #define BXT_CSR_VERSION_REQUIRED	CSR_VERSION(1, 7)
 
-#define FIRMWARE_URL  "https://01.org/linuxgraphics/intel-linux-graphics-firmwares"
+#define FIRMWARE_URL  "https://01.org/linuxgraphics/downloads/firmware"
 
 
 
-- 
2.1.4

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

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

* ✓ Fi.CI.BAT: success for drm/i915: update the firmware download URL
  2017-03-15 10:49 [PATCH] drm/i915: update the firmware download URL Jani Nikula
@ 2017-03-15 12:17 ` Patchwork
  2017-03-28  8:30 ` [PATCH] " Michal Wajdeczko
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-03-15 12:17 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: update the firmware download URL
URL   : https://patchwork.freedesktop.org/series/21275/
State : success

== Summary ==

Series 21275v1 drm/i915: update the firmware download URL
https://patchwork.freedesktop.org/api/1.0/series/21275/revisions/1/mbox/

Test gem_ctx_create:
        Subgroup basic-files:
                incomplete -> PASS       (fi-skl-6260u) fdo#100130
Test gem_exec_flush:
        Subgroup basic-batch-kernel-default-uc:
                incomplete -> PASS       (fi-skl-6700k) fdo#100130
        Subgroup basic-uc-pro-default:
                incomplete -> PASS       (fi-skl-6770hq) fdo#100130
        Subgroup basic-wb-ro-before-default:
                incomplete -> PASS       (fi-kbl-7500u) fdo#100130

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

fi-bdw-5557u     total:278  pass:267  dwarn:0   dfail:0   fail:0   skip:11  time: 459s
fi-bsw-n3050     total:278  pass:239  dwarn:0   dfail:0   fail:0   skip:39  time: 580s
fi-bxt-j4205     total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19  time: 527s
fi-byt-j1900     total:278  pass:251  dwarn:0   dfail:0   fail:0   skip:27  time: 495s
fi-byt-n2820     total:278  pass:247  dwarn:0   dfail:0   fail:0   skip:31  time: 501s
fi-hsw-4770      total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time: 434s
fi-ivb-3520m     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 516s
fi-ivb-3770      total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 499s
fi-kbl-7500u     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 487s
fi-skl-6260u     total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 487s
fi-skl-6700k     total:278  pass:256  dwarn:4   dfail:0   fail:0   skip:18  time: 488s
fi-skl-6770hq    total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 518s
fi-snb-2520m     total:278  pass:250  dwarn:0   dfail:0   fail:0   skip:28  time: 546s
fi-snb-2600      total:278  pass:249  dwarn:0   dfail:0   fail:0   skip:29  time: 413s

15bd1396bee591d573aad0f305dd0d9915d4a884 drm-tip: 2017y-03m-15d-10h-42m-31s UTC integration manifest
a12f88a drm/i915: update the firmware download URL

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_4178/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: update the firmware download URL
  2017-03-15 10:49 [PATCH] drm/i915: update the firmware download URL Jani Nikula
  2017-03-15 12:17 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2017-03-28  8:30 ` Michal Wajdeczko
  2017-03-28  8:54   ` Jani Nikula
  1 sibling, 1 reply; 4+ messages in thread
From: Michal Wajdeczko @ 2017-03-28  8:30 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

On Wed, Mar 15, 2017 at 12:49:26PM +0200, Jani Nikula wrote:
> The old URL works but gives 301 Moved Permanently. Update.
> 
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
>  drivers/gpu/drm/i915/intel_csr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
> index 36832257cc9b..1575bde0cf90 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -49,7 +49,7 @@ MODULE_FIRMWARE(I915_CSR_SKL);
>  MODULE_FIRMWARE(I915_CSR_BXT);
>  #define BXT_CSR_VERSION_REQUIRED	CSR_VERSION(1, 7)
>  
> -#define FIRMWARE_URL  "https://01.org/linuxgraphics/intel-linux-graphics-firmwares"
> +#define FIRMWARE_URL  "https://01.org/linuxgraphics/downloads/firmware"

Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>

-Michal

>  
>  
>  
> -- 
> 2.1.4
> 
> _______________________________________________
> 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] 4+ messages in thread

* Re: [PATCH] drm/i915: update the firmware download URL
  2017-03-28  8:30 ` [PATCH] " Michal Wajdeczko
@ 2017-03-28  8:54   ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2017-03-28  8:54 UTC (permalink / raw)
  To: Michal Wajdeczko; +Cc: intel-gfx

On Tue, 28 Mar 2017, Michal Wajdeczko <michal.wajdeczko@intel.com> wrote:
> On Wed, Mar 15, 2017 at 12:49:26PM +0200, Jani Nikula wrote:
>> The old URL works but gives 301 Moved Permanently. Update.
>> 
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>> ---
>>  drivers/gpu/drm/i915/intel_csr.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
>> index 36832257cc9b..1575bde0cf90 100644
>> --- a/drivers/gpu/drm/i915/intel_csr.c
>> +++ b/drivers/gpu/drm/i915/intel_csr.c
>> @@ -49,7 +49,7 @@ MODULE_FIRMWARE(I915_CSR_SKL);
>>  MODULE_FIRMWARE(I915_CSR_BXT);
>>  #define BXT_CSR_VERSION_REQUIRED	CSR_VERSION(1, 7)
>>  
>> -#define FIRMWARE_URL  "https://01.org/linuxgraphics/intel-linux-graphics-firmwares"
>> +#define FIRMWARE_URL  "https://01.org/linuxgraphics/downloads/firmware"
>
> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>

Pushed to drm-intel-next-queued, thanks for the review.

BR,
Jani.

>
> -Michal
>
>>  
>>  
>>  
>> -- 
>> 2.1.4
>> 
>> _______________________________________________
>> 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] 4+ messages in thread

end of thread, other threads:[~2017-03-28  8:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 10:49 [PATCH] drm/i915: update the firmware download URL Jani Nikula
2017-03-15 12:17 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-03-28  8:30 ` [PATCH] " Michal Wajdeczko
2017-03-28  8:54   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox