mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: Free enabled flags on driver unload
Make sure the enabled flags are freed before the driver unloads. Bug 200369180 Change-Id: Ibac9ee61ca99bdfda03d76e393c7cd6cb6cc299a Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1632752 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
98210aad81
commit
a30f307554
@@ -673,6 +673,8 @@ void gk20a_remove_support(struct gk20a *g)
|
||||
#ifdef CONFIG_TEGRA_19x_GPU
|
||||
t19x_remove_support(g);
|
||||
#endif
|
||||
|
||||
nvgpu_free_enabled_flags(g);
|
||||
}
|
||||
|
||||
static int gk20a_init_support(struct platform_device *dev)
|
||||
|
||||
Reference in New Issue
Block a user