]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Set MODULE_FIRMWARE for the VIC
authorNicolas Chauvet <kwizart@gmail.com>
Tue, 11 Jul 2017 08:39:04 +0000 (10:39 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2017 15:57:09 +0000 (17:57 +0200)
commitf40e6bf1773796a0ee4292cd3b32770453078758
tree51dcff5183047db832420c41510effdf527a1fc8
parent78ad6f0485a86de70b0537a23a2b2296c84a6fc2
drm/tegra: Set MODULE_FIRMWARE for the VIC

The defines are set anyway to prevent an empty string. The test for the
SoC is the same as for Nouveau for the Tegra GPU firmware (see
drivers/gpu/drm/nouveau/nouveau_platform.c)

v2:
 - Place the defines above each chip's vic_config struct
 - MODULE_FIRMWARE() at the end of the file

Fixes: 4d5cdc8f86ff ("drm/tegra: Add VIC support")
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/vic.c