From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Peter Robinson <pbrobinson@gmail.com>
Cc: linux-firmware@kernel.org, jwboyer@kernel.org,
"José Roberto de Souza" <jose.souza@intel.com>,
"Daniele Ceraolo Spurio" <daniele.ceraolospurio@intel.com>,
"Anusha Srivatsa" <anusha.srivatsa@intel.com>,
"Tom O'Rourke" <Tom.O'Rourke@intel.com>
Subject: Re: [PATCH] linux-firmware: move i915 firmware symlinks to WHENCE
Date: Thu, 24 Sep 2020 19:42:26 -0400 [thread overview]
Message-ID: <20200924234226.GA1213305@intel.com> (raw)
In-Reply-To: <20200919191803.804897-1-pbrobinson@gmail.com>
On Sat, Sep 19, 2020 at 08:18:03PM +0100, Peter Robinson wrote:
> There's a handful of firmware symlinks in the i915 firmware
> directory, move the creation of these to the WHENCE file.
Hm, interesting. I had never noticed this possibility.
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> CC: José Roberto de Souza <jose.souza@intel.com>
> CC: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> CC: Anusha Srivatsa <anusha.srivatsa@intel.com>
> CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
> CC: Tom O'Rourke <Tom.O'Rourke@intel.com>
> ---
> WHENCE | 8 ++++----
> i915/bxt_dmc_ver1.bin | 1 -
> i915/kbl_dmc_ver1.bin | 1 -
> i915/skl_dmc_ver1.bin | 1 -
> i915/skl_guc_ver6.bin | 1 -
> 5 files changed, 4 insertions(+), 8 deletions(-)
> delete mode 120000 i915/bxt_dmc_ver1.bin
> delete mode 120000 i915/kbl_dmc_ver1.bin
> delete mode 120000 i915/skl_dmc_ver1.bin
> delete mode 120000 i915/skl_guc_ver6.bin
>
> diff --git a/WHENCE b/WHENCE
> index 884490d..4faf0d0 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -4012,15 +4012,15 @@ Driver: i915 -- Intel Integrated Graphics driver
> File: i915/skl_dmc_ver1_23.bin
> File: i915/skl_dmc_ver1_26.bin
> File: i915/skl_dmc_ver1_27.bin
> -File: i915/skl_dmc_ver1.bin
> +Link: i915/skl_dmc_ver1.bin -> skl_dmc_ver1_26.bin
> Version: DMC API/ABI ver 1 - release 27 for Skylake
>
> File: i915/bxt_dmc_ver1_07.bin
> -File: i915/bxt_dmc_ver1.bin
> +Link: i915/bxt_dmc_ver1.bin -> bxt_dmc_ver1_07.bin
> Version: DMC API/ABI ver 1 - release 07 for Broxton
>
> File: i915/kbl_dmc_ver1_01.bin
> -File: i915/kbl_dmc_ver1.bin
> +Link: i915/kbl_dmc_ver1.bin -> kbl_dmc_ver1_01.bin
> Version: DMC API/ABI ver 1 - release 01 for Kabylake
>
> File: i915/kbl_dmc_ver1_04.bin
> @@ -4034,7 +4034,7 @@ File: i915/skl_guc_ver4.bin
> Version: Guc API/ABI ver 4 - release 3 for Skylake
>
> File: i915/skl_guc_ver6_1.bin
> -File: i915/skl_guc_ver6.bin
> +Link: i915/skl_guc_ver6.bin -> skl_guc_ver6_1.bin
> Version: Guc API/ABI ver 6 - release 1 for Skylake
>
> File: i915/skl_guc_ver9_33.bin
> diff --git a/i915/bxt_dmc_ver1.bin b/i915/bxt_dmc_ver1.bin
> deleted file mode 120000
> index 173ccf5..0000000
> --- a/i915/bxt_dmc_ver1.bin
> +++ /dev/null
> @@ -1 +0,0 @@
> -bxt_dmc_ver1_07.bin
> \ No newline at end of file
> diff --git a/i915/kbl_dmc_ver1.bin b/i915/kbl_dmc_ver1.bin
> deleted file mode 120000
> index 914ca55..0000000
> --- a/i915/kbl_dmc_ver1.bin
> +++ /dev/null
> @@ -1 +0,0 @@
> -kbl_dmc_ver1_01.bin
> \ No newline at end of file
> diff --git a/i915/skl_dmc_ver1.bin b/i915/skl_dmc_ver1.bin
> deleted file mode 120000
> index 02e7b32..0000000
> --- a/i915/skl_dmc_ver1.bin
> +++ /dev/null
> @@ -1 +0,0 @@
> -skl_dmc_ver1_26.bin
> \ No newline at end of file
> diff --git a/i915/skl_guc_ver6.bin b/i915/skl_guc_ver6.bin
> deleted file mode 120000
> index 9bd545c..0000000
> --- a/i915/skl_guc_ver6.bin
> +++ /dev/null
> @@ -1 +0,0 @@
> -skl_guc_ver6_1.bin
> \ No newline at end of file
> --
> 2.26.2
>
prev parent reply other threads:[~2020-09-24 23:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-19 19:18 [PATCH] linux-firmware: move i915 firmware symlinks to WHENCE Peter Robinson
2020-09-24 23:42 ` Rodrigo Vivi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200924234226.GA1213305@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=Tom.O'Rourke@intel.com \
--cc=anusha.srivatsa@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=jose.souza@intel.com \
--cc=jwboyer@kernel.org \
--cc=linux-firmware@kernel.org \
--cc=pbrobinson@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.