Skip to content

Commit 21454fe

Browse files
thierryredingBen Skeggs
authored andcommitted
drm/nouveau: gr/gk20a: Use firmware version 0
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. Fixes: ef16dc2 ("drm/nouveau/gr/gf100-: select implementation based on available FW") Signed-off-by: Thierry Reding <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Signed-off-by: Ben Skeggs <[email protected]>
1 parent 9b5ca54 commit 21454fe

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/engine/gr

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ gk20a_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif)
352352

353353
static const struct gf100_gr_fwif
354354
gk20a_gr_fwif[] = {
355-
{ -1, gk20a_gr_load, &gk20a_gr },
355+
{ 0, gk20a_gr_load, &gk20a_gr },
356356
{}
357357
};
358358

0 commit comments

Comments
 (0)