* [PATCH] drm/nouveau: gr/gk20a: Use firmware version 0
@ 2020-06-03 14:20 Thierry Reding
[not found] ` <20200603142002.3776672-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Thierry Reding @ 2020-06-03 14:20 UTC (permalink / raw)
To: Ben Skeggs
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Tegra firmware doesn't actually use any version numbers and passing -1
causes the existing firmware binaries not to be found. Use version 0 to
find the correct files.
Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
index ec330d791d15..e56880f3e3bd 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
@@ -352,7 +352,7 @@ gk20a_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif)
static const struct gf100_gr_fwif
gk20a_gr_fwif[] = {
- { -1, gk20a_gr_load, &gk20a_gr },
+ { 0, gk20a_gr_load, &gk20a_gr },
{}
};
--
2.24.1
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20200603142002.3776672-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [Nouveau] [PATCH] drm/nouveau: gr/gk20a: Use firmware version 0 [not found] ` <20200603142002.3776672-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2020-06-03 15:39 ` Emil Velikov [not found] ` <CACvgo529m+fub=ZddGkjRXEY-7i3rRUs0EssYGf+DJgkcDm3Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Emil Velikov @ 2020-06-03 15:39 UTC (permalink / raw) To: Thierry Reding Cc: Ben Skeggs, linux-tegra-u79uwXL29TY76Z2rM5mHXA, ML nouveau, ML dri-devel On Wed, 3 Jun 2020 at 15:20, Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > Tegra firmware doesn't actually use any version numbers and passing -1 > causes the existing firmware binaries not to be found. Use version 0 to > find the correct files. > > Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Fixes: ef16dc278ec2 ("drm/nouveau/gr/gf100-: select implementation based on available FW") Reviewed-by: Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -Emil ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CACvgo529m+fub=ZddGkjRXEY-7i3rRUs0EssYGf+DJgkcDm3Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [Nouveau] [PATCH] drm/nouveau: gr/gk20a: Use firmware version 0 [not found] ` <CACvgo529m+fub=ZddGkjRXEY-7i3rRUs0EssYGf+DJgkcDm3Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2020-06-03 19:50 ` Ben Skeggs 0 siblings, 0 replies; 3+ messages in thread From: Ben Skeggs @ 2020-06-03 19:50 UTC (permalink / raw) To: Emil Velikov Cc: Thierry Reding, linux-tegra-u79uwXL29TY76Z2rM5mHXA, ML nouveau, Ben Skeggs, ML dri-devel On Thu, 4 Jun 2020 at 01:43, Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On Wed, 3 Jun 2020 at 15:20, Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > > > Tegra firmware doesn't actually use any version numbers and passing -1 > > causes the existing firmware binaries not to be found. Use version 0 to > > find the correct files. > > > > Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > Fixes: ef16dc278ec2 ("drm/nouveau/gr/gf100-: select implementation > based on available FW") > Reviewed-by: Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Oops, my bad. Merged. Ben. > > -Emil > _______________________________________________ > Nouveau mailing list > Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org > https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-03 19:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-03 14:20 [PATCH] drm/nouveau: gr/gk20a: Use firmware version 0 Thierry Reding
[not found] ` <20200603142002.3776672-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-06-03 15:39 ` [Nouveau] " Emil Velikov
[not found] ` <CACvgo529m+fub=ZddGkjRXEY-7i3rRUs0EssYGf+DJgkcDm3Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-06-03 19:50 ` Ben Skeggs
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox