search for: gtk20a

Displaying 2 results from an estimated 2 matches for "gtk20a".

Did you mean: gk20a
2018 Jun 11
1
[PATCH] drm: nouveau: Enable gp20b/gp10b firmware tag when relevant
...> > > On a side-note, I was checking for what we do for gk20a, but it seems > like we don't have MODULE_FIRMWARE() entries for Tegra124. How do we > make sure that firmware is automatically pulled into initramfs on the > Tegra124 devices? The MODULE_FIRMWARE entries related to gtk20a are located in drivers/gpu/drm/nouveau/nouveau_platform.c This file is only built when using ARCH_TEGRA. I'm not aware that nouveau can build a gk20a only driver, so moving theses entries to a gk20a specific file will have the same effect at this time. Thx for the review. -- - Nicolas (kwiz...
2018 Jun 10
2
[PATCH] drm: nouveau: Enable gp20b/gp10b firmware tag when relevant
This allows to have the related MODULE_FIRMWARE tag only on relevant arch (arm64). This will saves about 400k on initramfs when not relevant Signed-off-by: Nicolas Chauvet <kwizart at gmail.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c | 2 ++ drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp10b.c | 2 ++ 2 files changed, 4 insertions(+) diff --git