From: "Christian König" <christian.koenig@amd.com>
To: Alex Deucher <alexdeucher@gmail.com>, <gregkh@linuxfoundation.org>
Cc: Alex Deucher <alexander.deucher@amd.com>, <stable@vger.kernel.org>
Subject: Re: [PATCH] drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
Date: Tue, 8 Mar 2016 10:09:59 +0100 [thread overview]
Message-ID: <56DE96E7.4000804@amd.com> (raw)
In-Reply-To: <1457394045-14840-1-git-send-email-alexander.deucher@amd.com>
Am 08.03.2016 um 00:40 schrieb Alex Deucher:
> When upstream commit 429c45deae6e57f1bb91bfb05b671063fb0cef60
> was applied to 4.4 as d60703ca942e8d044d61360bc9792fcab54b95d0
> it applied incorrectly to the tonga_ip_blocks array rather than
> the topaz_ip_blocks array. Fix that up here.
>
> Bug:
> https://bugzilla.kernel.org/show_bug.cgi?id=113951
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: stable@vger.kernel.org
Well, that's a rather ugly case where the automated back-porting of a
patch didn't worked.
Fix is Reviewed-by: Christian Kᅵnig <christian.koenig@amd.com>
Regards,
Christian.
> ---
> drivers/gpu/drm/amd/amdgpu/vi.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
> index 7628eb4..3e9cbe3 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vi.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vi.c
> @@ -1082,10 +1082,10 @@ static const struct amdgpu_ip_block_version topaz_ip_blocks[] =
> },
> {
> .type = AMD_IP_BLOCK_TYPE_GMC,
> - .major = 8,
> - .minor = 0,
> + .major = 7,
> + .minor = 4,
> .rev = 0,
> - .funcs = &gmc_v8_0_ip_funcs,
> + .funcs = &gmc_v7_0_ip_funcs,
> },
> {
> .type = AMD_IP_BLOCK_TYPE_IH,
> @@ -1129,10 +1129,10 @@ static const struct amdgpu_ip_block_version tonga_ip_blocks[] =
> },
> {
> .type = AMD_IP_BLOCK_TYPE_GMC,
> - .major = 7,
> - .minor = 4,
> + .major = 8,
> + .minor = 0,
> .rev = 0,
> - .funcs = &gmc_v7_0_ip_funcs,
> + .funcs = &gmc_v8_0_ip_funcs,
> },
> {
> .type = AMD_IP_BLOCK_TYPE_IH,
prev parent reply other threads:[~2016-03-08 9:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 23:40 [PATCH] drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable Alex Deucher
2016-03-08 0:02 ` Patch "drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable" has been added to the 4.4-stable tree gregkh
2016-03-08 9:09 ` Christian König [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=56DE96E7.4000804@amd.com \
--to=christian.koenig@amd.com \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.org \
/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.