mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: cbc: move cbc de-init sequence
Move cbc_remove_support from gr remove to generic nvgpu remove sequence. JIRA NVGPU-2896 JIRA NVGPU-2897 Change-Id: Ia9c1a81e849bfe0dc123a86473ae2b0d77792335 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2074251 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade <dnibade@nvidia.com> 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
a2bc7d5923
commit
e6f9033048
@@ -542,6 +542,8 @@ static void gk20a_free_cb(struct nvgpu_ref *refcount)
|
||||
|
||||
gk20a_ce_destroy(g);
|
||||
|
||||
nvgpu_cbc_remove_support(g);
|
||||
|
||||
if (g->remove_support != NULL) {
|
||||
g->remove_support(g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user