All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <ckoenig.leichtzumerken-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Takashi Iwai" <tiwai-l3A5Bk7waGM@public.gmane.org>,
	"Alex Deucher" <alexander.deucher-5C7GfCeVMHo@public.gmane.org>,
	"Christian König" <christian.koenig-5C7GfCeVMHo@public.gmane.org>,
	"David Zhou" <David1.Zhou-5C7GfCeVMHo@public.gmane.org>
Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH] drm/amdgpu: Add missing firmware entry for HAINAN
Date: Mon, 19 Nov 2018 13:03:10 +0100	[thread overview]
Message-ID: <f1853fe1-0ebc-678c-eae1-3710fa94a759@gmail.com> (raw)
In-Reply-To: <20181119115512.18844-1-tiwai-l3A5Bk7waGM@public.gmane.org>

Am 19.11.18 um 12:55 schrieb Takashi Iwai:
> Due to lack of MODULE_FIRMWARE() with hainan_mc.bin, the driver
> doesn't work properly in initrd.  Let's add it.
>
> Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1116239
> Fixes: 8eaf2b1faaf4 ("drm/amdgpu: switch firmware path for SI parts")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
> index e1c2b4e9c7b2..73ad02aea2b2 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
> @@ -46,6 +46,7 @@ MODULE_FIRMWARE("amdgpu/tahiti_mc.bin");
>   MODULE_FIRMWARE("amdgpu/pitcairn_mc.bin");
>   MODULE_FIRMWARE("amdgpu/verde_mc.bin");
>   MODULE_FIRMWARE("amdgpu/oland_mc.bin");
> +MODULE_FIRMWARE("amdgpu/hainan_mc.bin");
>   MODULE_FIRMWARE("amdgpu/si58_mc.bin");
>   
>   #define MC_SEQ_MISC0__MT__MASK   0xf0000000

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

  parent reply	other threads:[~2018-11-19 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-19 11:55 [PATCH] drm/amdgpu: Add missing firmware entry for HAINAN Takashi Iwai
     [not found] ` <20181119115512.18844-1-tiwai-l3A5Bk7waGM@public.gmane.org>
2018-11-19 12:03   ` Christian König [this message]
2018-11-19 19:23     ` Alex Deucher

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=f1853fe1-0ebc-678c-eae1-3710fa94a759@gmail.com \
    --to=ckoenig.leichtzumerken-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=David1.Zhou-5C7GfCeVMHo@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=christian.koenig-5C7GfCeVMHo@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=tiwai-l3A5Bk7waGM@public.gmane.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.