All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/firmware: Correct URL for firmware
@ 2018-04-30 22:59 Anusha Srivatsa
  2018-04-30 23:22 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anusha Srivatsa @ 2018-04-30 22:59 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

Replace 01.org URL with upstream linux-firmware repo URL.
We no longer release firmware to 01.org.
linux-firmware.git is the ultimate place to find
the i915 firmwares.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 drivers/gpu/drm/i915/intel_uc_fw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h b/drivers/gpu/drm/i915/intel_uc_fw.h
index dc33b12..87910aa 100644
--- a/drivers/gpu/drm/i915/intel_uc_fw.h
+++ b/drivers/gpu/drm/i915/intel_uc_fw.h
@@ -30,7 +30,7 @@ struct drm_i915_private;
 struct i915_vma;
 
 /* Home of GuC, HuC and DMC firmwares */
-#define INTEL_UC_FIRMWARE_URL "https://01.org/linuxgraphics/downloads/firmware"
+#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915"
 
 enum intel_uc_fw_status {
 	INTEL_UC_FIRMWARE_FAIL = -1,
-- 
2.7.4

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

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

* ✓ Fi.CI.BAT: success for drm/i915/firmware: Correct URL for firmware
  2018-04-30 22:59 [PATCH] drm/i915/firmware: Correct URL for firmware Anusha Srivatsa
@ 2018-04-30 23:22 ` Patchwork
  2018-05-01  0:36 ` [PATCH] " Rodrigo Vivi
  2018-05-01  1:32 ` ✗ Fi.CI.IGT: failure for " Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-04-30 23:22 UTC (permalink / raw)
  To: Anusha Srivatsa; +Cc: intel-gfx

== Series Details ==

Series: drm/i915/firmware: Correct URL for firmware
URL   : https://patchwork.freedesktop.org/series/42497/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4115 -> Patchwork_8849 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/42497/revisions/1/mbox/

== Known issues ==

  Here are the changes found in Patchwork_8849 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_exec_suspend@basic-s4-devices:
      fi-kbl-7500u:       PASS -> DMESG-WARN (fdo#105128)

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-cfl-8700k:       PASS -> FAIL (fdo#100368)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-cnl-y3:          PASS -> DMESG-WARN (fdo#104951)

    
    ==== Possible fixes ====

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-snb-2520m:       INCOMPLETE (fdo#103713) -> PASS
      fi-ivb-3520m:       DMESG-WARN (fdo#106084) -> PASS +1

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         INCOMPLETE (fdo#103927) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#104951 https://bugs.freedesktop.org/show_bug.cgi?id=104951
  fdo#105128 https://bugs.freedesktop.org/show_bug.cgi?id=105128
  fdo#106084 https://bugs.freedesktop.org/show_bug.cgi?id=106084


== Participating hosts (38 -> 35) ==

  Missing    (3): fi-ctg-p8600 fi-ilk-m540 fi-skl-6700hq 


== Build changes ==

    * Linux: CI_DRM_4115 -> Patchwork_8849

  CI_DRM_4115: 348182ddb984ca22a8005e93f18d55bbebb1702e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4453: 29ae12bd764e3b1876356e7628a32192b4ec9066 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_8849: 27bcdfc1029375eb9adb38df84259490b3c5a0e5 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4453: d0a0bca2194a673c4d9a70a2256837c59213c64b @ git://anongit.freedesktop.org/piglit


== Linux commits ==

27bcdfc10293 drm/i915/firmware: Correct URL for firmware

== Logs ==

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

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

* Re: [PATCH] drm/i915/firmware: Correct URL for firmware
  2018-04-30 22:59 [PATCH] drm/i915/firmware: Correct URL for firmware Anusha Srivatsa
  2018-04-30 23:22 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-05-01  0:36 ` Rodrigo Vivi
  2018-05-01 16:59   ` Srivatsa, Anusha
  2018-05-01  1:32 ` ✗ Fi.CI.IGT: failure for " Patchwork
  2 siblings, 1 reply; 6+ messages in thread
From: Rodrigo Vivi @ 2018-05-01  0:36 UTC (permalink / raw)
  To: Anusha Srivatsa; +Cc: intel-gfx

On Mon, Apr 30, 2018 at 03:59:28PM -0700, Anusha Srivatsa wrote:
> Replace 01.org URL with upstream linux-firmware repo URL.
> We no longer release firmware to 01.org.
> linux-firmware.git is the ultimate place to find
> the i915 firmwares.
> 
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> ---
>  drivers/gpu/drm/i915/intel_uc_fw.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h b/drivers/gpu/drm/i915/intel_uc_fw.h
> index dc33b12..87910aa 100644
> --- a/drivers/gpu/drm/i915/intel_uc_fw.h
> +++ b/drivers/gpu/drm/i915/intel_uc_fw.h
> @@ -30,7 +30,7 @@ struct drm_i915_private;
>  struct i915_vma;
>  
>  /* Home of GuC, HuC and DMC firmwares */
> -#define INTEL_UC_FIRMWARE_URL "https://01.org/linuxgraphics/downloads/firmware"
> +#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915"

this or drm-firmware where we release first before our pull requests are accepted on linux-firmware.git?

Either way

Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

just let me know what you want to do...

>  
>  enum intel_uc_fw_status {
>  	INTEL_UC_FIRMWARE_FAIL = -1,
> -- 
> 2.7.4
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✗ Fi.CI.IGT: failure for drm/i915/firmware: Correct URL for firmware
  2018-04-30 22:59 [PATCH] drm/i915/firmware: Correct URL for firmware Anusha Srivatsa
  2018-04-30 23:22 ` ✓ Fi.CI.BAT: success for " Patchwork
  2018-05-01  0:36 ` [PATCH] " Rodrigo Vivi
@ 2018-05-01  1:32 ` Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-05-01  1:32 UTC (permalink / raw)
  To: Anusha Srivatsa; +Cc: intel-gfx

== Series Details ==

Series: drm/i915/firmware: Correct URL for firmware
URL   : https://patchwork.freedesktop.org/series/42497/
State : failure

== Summary ==

= CI Bug Log - changes from CI_DRM_4115_full -> Patchwork_8849_full =

== Summary - FAILURE ==

  Serious unknown changes coming with Patchwork_8849_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_8849_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/42497/revisions/1/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in Patchwork_8849_full:

  === IGT changes ===

    ==== Possible regressions ====

    igt@gem_exec_await@wide-contexts:
      shard-kbl:          PASS -> FAIL

    
    ==== Warnings ====

    igt@gem_exec_schedule@deep-bsd2:
      shard-kbl:          PASS -> SKIP +1

    igt@gem_mocs_settings@mocs-rc6-ctx-dirty-render:
      shard-kbl:          SKIP -> PASS

    
== Known issues ==

  Here are the changes found in Patchwork_8849_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
      shard-apl:          PASS -> FAIL (fdo#100368)

    igt@kms_flip@flip-vs-expired-vblank-interruptible:
      shard-hsw:          PASS -> FAIL (fdo#105707)

    igt@kms_flip@plain-flip-fb-recreate-interruptible:
      shard-hsw:          PASS -> FAIL (fdo#100368)

    igt@kms_flip@wf_vblank-ts-check-interruptible:
      shard-glk:          PASS -> FAIL (fdo#100368)

    igt@kms_plane@plane-panning-top-left-pipe-c-planes:
      shard-kbl:          PASS -> DMESG-WARN (fdo#103558, fdo#105602) +10

    igt@kms_setmode@basic:
      shard-kbl:          PASS -> FAIL (fdo#99912)

    igt@kms_sysfs_edid_timing:
      shard-apl:          PASS -> WARN (fdo#100047)

    
    ==== Possible fixes ====

    igt@kms_cursor_crc@cursor-128x128-suspend:
      shard-apl:          FAIL (fdo#103375) -> PASS

    igt@kms_cursor_crc@cursor-64x64-dpms:
      shard-apl:          FAIL (fdo#104645, fdo#103232) -> PASS

    igt@kms_flip@modeset-vs-vblank-race:
      shard-glk:          FAIL (fdo#103060) -> PASS +1

    igt@kms_flip@plain-flip-fb-recreate:
      shard-hsw:          FAIL (fdo#100368) -> PASS +1

    igt@kms_flip@plain-flip-ts-check-interruptible:
      shard-glk:          FAIL (fdo#100368) -> PASS

    
  fdo#100047 https://bugs.freedesktop.org/show_bug.cgi?id=100047
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103060 https://bugs.freedesktop.org/show_bug.cgi?id=103060
  fdo#103232 https://bugs.freedesktop.org/show_bug.cgi?id=103232
  fdo#103375 https://bugs.freedesktop.org/show_bug.cgi?id=103375
  fdo#103558 https://bugs.freedesktop.org/show_bug.cgi?id=103558
  fdo#104645 https://bugs.freedesktop.org/show_bug.cgi?id=104645
  fdo#105602 https://bugs.freedesktop.org/show_bug.cgi?id=105602
  fdo#105707 https://bugs.freedesktop.org/show_bug.cgi?id=105707
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


== Participating hosts (9 -> 8) ==

  Missing    (1): shard-glkb 


== Build changes ==

    * Linux: CI_DRM_4115 -> Patchwork_8849

  CI_DRM_4115: 348182ddb984ca22a8005e93f18d55bbebb1702e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4453: 29ae12bd764e3b1876356e7628a32192b4ec9066 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_8849: 27bcdfc1029375eb9adb38df84259490b3c5a0e5 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4453: d0a0bca2194a673c4d9a70a2256837c59213c64b @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

* Re: [PATCH] drm/i915/firmware: Correct URL for firmware
  2018-05-01  0:36 ` [PATCH] " Rodrigo Vivi
@ 2018-05-01 16:59   ` Srivatsa, Anusha
  2018-05-02 20:41     ` Rodrigo Vivi
  0 siblings, 1 reply; 6+ messages in thread
From: Srivatsa, Anusha @ 2018-05-01 16:59 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: intel-gfx



>-----Original Message-----
>From: Vivi, Rodrigo
>Sent: Monday, April 30, 2018 5:36 PM
>To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
>Cc: intel-gfx@lists.freedesktop.org
>Subject: Re: [PATCH] drm/i915/firmware: Correct URL for firmware
>
>On Mon, Apr 30, 2018 at 03:59:28PM -0700, Anusha Srivatsa wrote:
>> Replace 01.org URL with upstream linux-firmware repo URL.
>> We no longer release firmware to 01.org.
>> linux-firmware.git is the ultimate place to find the i915 firmwares.
>>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
>> ---
>>  drivers/gpu/drm/i915/intel_uc_fw.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h
>> b/drivers/gpu/drm/i915/intel_uc_fw.h
>> index dc33b12..87910aa 100644
>> --- a/drivers/gpu/drm/i915/intel_uc_fw.h
>> +++ b/drivers/gpu/drm/i915/intel_uc_fw.h
>> @@ -30,7 +30,7 @@ struct drm_i915_private;  struct i915_vma;
>>
>>  /* Home of GuC, HuC and DMC firmwares */ -#define
>> INTEL_UC_FIRMWARE_URL
>"https://01.org/linuxgraphics/downloads/firmware"
>> +#define INTEL_UC_FIRMWARE_URL
>"https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
>firmware.git/tree/i915"
>
>this or drm-firmware where we release first before our pull requests are accepted
>on linux-firmware.git?

Linux-firmware .git should be where users should refer to. Drm-firmware might have blobs that might fail in the CI runs and not make it to the upstream repo at all.....

>Either way
>
>Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

Thanks for the ack. 
>just let me know what you want to do...
I think that we need to have linux-firmware repo here.... But let me know if you feel otherwise.

Regards,
Anusha 
>>
>>  enum intel_uc_fw_status {
>>  	INTEL_UC_FIRMWARE_FAIL = -1,
>> --
>> 2.7.4
>>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915/firmware: Correct URL for firmware
  2018-05-01 16:59   ` Srivatsa, Anusha
@ 2018-05-02 20:41     ` Rodrigo Vivi
  0 siblings, 0 replies; 6+ messages in thread
From: Rodrigo Vivi @ 2018-05-02 20:41 UTC (permalink / raw)
  To: Srivatsa, Anusha; +Cc: intel-gfx

On Tue, May 01, 2018 at 09:59:10AM -0700, Srivatsa, Anusha wrote:
> 
> 
> >-----Original Message-----
> >From: Vivi, Rodrigo
> >Sent: Monday, April 30, 2018 5:36 PM
> >To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
> >Cc: intel-gfx@lists.freedesktop.org
> >Subject: Re: [PATCH] drm/i915/firmware: Correct URL for firmware
> >
> >On Mon, Apr 30, 2018 at 03:59:28PM -0700, Anusha Srivatsa wrote:
> >> Replace 01.org URL with upstream linux-firmware repo URL.
> >> We no longer release firmware to 01.org.
> >> linux-firmware.git is the ultimate place to find the i915 firmwares.
> >>
> >> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> >> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> >> ---
> >>  drivers/gpu/drm/i915/intel_uc_fw.h | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h
> >> b/drivers/gpu/drm/i915/intel_uc_fw.h
> >> index dc33b12..87910aa 100644
> >> --- a/drivers/gpu/drm/i915/intel_uc_fw.h
> >> +++ b/drivers/gpu/drm/i915/intel_uc_fw.h
> >> @@ -30,7 +30,7 @@ struct drm_i915_private;  struct i915_vma;
> >>
> >>  /* Home of GuC, HuC and DMC firmwares */ -#define
> >> INTEL_UC_FIRMWARE_URL
> >"https://01.org/linuxgraphics/downloads/firmware"
> >> +#define INTEL_UC_FIRMWARE_URL
> >"https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
> >firmware.git/tree/i915"
> >
> >this or drm-firmware where we release first before our pull requests are accepted
> >on linux-firmware.git?
> 
> Linux-firmware .git should be where users should refer to. Drm-firmware might have blobs that might fail in the CI runs and not make it to the upstream repo at all.....

Makes total sense.

> 
> >Either way
> >
> >Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> Thanks for the ack. 
> >just let me know what you want to do...
> I think that we need to have linux-firmware repo here.... But let me know if you feel otherwise.

pushed, thanks.

> 
> Regards,
> Anusha 
> >>
> >>  enum intel_uc_fw_status {
> >>  	INTEL_UC_FIRMWARE_FAIL = -1,
> >> --
> >> 2.7.4
> >>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-05-02 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30 22:59 [PATCH] drm/i915/firmware: Correct URL for firmware Anusha Srivatsa
2018-04-30 23:22 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-05-01  0:36 ` [PATCH] " Rodrigo Vivi
2018-05-01 16:59   ` Srivatsa, Anusha
2018-05-02 20:41     ` Rodrigo Vivi
2018-05-01  1:32 ` ✗ Fi.CI.IGT: failure 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.