mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: move ACR headers from include/acr to common/acr
Currently ACR header files are part of "include/nvgpu/acr/" folder & ACR interfaces are not used by any other UNIT which allows headers to keep restricted to ACR unit, as ACR can be divided into two stage process like blob preparation & bootstrap, so moved header files from of "include/nvgpu/acr/" to "nvgpu/common/acr/" to respective blob/ bootstrap/acr header files along with its dependent interfaces, this allows interfaces restricted to header file based on operation it does. With this any access to ACR must go through provided public functions, this header move change caused large code modification & required to make it with big single CL to avoid build break. JIRA NVGPU-2907 Change-Id: Idb24b17a35f7c7a85efe923c4e26edfd42b028e3 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2071393 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
ac655611fd
commit
10be3e8778
@@ -763,10 +763,6 @@ void gk20a_remove_support(struct gk20a *g)
|
||||
g->sec2.remove_support(&g->sec2);
|
||||
}
|
||||
|
||||
if (g->acr.remove_support != NULL) {
|
||||
g->acr.remove_support(&g->acr);
|
||||
}
|
||||
|
||||
if (g->gr.remove_support)
|
||||
g->gr.remove_support(&g->gr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user