mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: make therm unit safe
Separate out common.therm as safe unit since it is being used for gv11b. Create new hal.therm_fusa as safe unit since it is needed for gv11b. Create hal.therm as non-safe unit. Change-Id: Ife1cd17364d703db5e6be662625286356a8d966e Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2212927 GVS: Gerrit_Virtual_Submit Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu <sgadagottu@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
Alex Waterman
parent
c188413b93
commit
161f074850
@@ -606,6 +606,12 @@ clk_arb:
|
|||||||
common/clk_arb/clk_arb_gv100.c,
|
common/clk_arb/clk_arb_gv100.c,
|
||||||
common/clk_arb/clk_arb_gv100.h ]
|
common/clk_arb/clk_arb_gv100.h ]
|
||||||
|
|
||||||
|
therm:
|
||||||
|
safe: yes
|
||||||
|
owner: Seshendra G
|
||||||
|
sources: [ common/therm/therm.c,
|
||||||
|
include/nvgpu/therm.h ]
|
||||||
|
|
||||||
pmu:
|
pmu:
|
||||||
children:
|
children:
|
||||||
pmuif:
|
pmuif:
|
||||||
@@ -882,10 +888,7 @@ pmu:
|
|||||||
safe: yes
|
safe: yes
|
||||||
gpu: dgpu
|
gpu: dgpu
|
||||||
owner: Abdul S
|
owner: Abdul S
|
||||||
# This common/therm/therm.c file should most likely just be deleted. It has one
|
sources: [ common/pmu/therm/thrm.c,
|
||||||
# function that just calls some HALs and that's it.
|
|
||||||
sources: [ common/therm/therm.c,
|
|
||||||
common/pmu/therm/thrm.c,
|
|
||||||
common/pmu/therm/thrm.h,
|
common/pmu/therm/thrm.h,
|
||||||
common/pmu/therm/thrmchannel.c,
|
common/pmu/therm/thrmchannel.c,
|
||||||
common/pmu/therm/thrmchannel.h,
|
common/pmu/therm/thrmchannel.h,
|
||||||
@@ -893,7 +896,6 @@ pmu:
|
|||||||
common/pmu/therm/thrmdev.h,
|
common/pmu/therm/thrmdev.h,
|
||||||
common/pmu/therm/thrmpmu.c,
|
common/pmu/therm/thrmpmu.c,
|
||||||
common/pmu/therm/thrmpmu.h,
|
common/pmu/therm/thrmpmu.h,
|
||||||
include/nvgpu/therm.h,
|
|
||||||
include/nvgpu/pmu/therm.h ]
|
include/nvgpu/pmu/therm.h ]
|
||||||
|
|
||||||
volt:
|
volt:
|
||||||
|
|||||||
@@ -410,19 +410,22 @@ sync:
|
|||||||
hal/sync/syncpt_cmdbuf_gv11b_fusa.c,
|
hal/sync/syncpt_cmdbuf_gv11b_fusa.c,
|
||||||
hal/sync/syncpt_cmdbuf_gv11b.h ]
|
hal/sync/syncpt_cmdbuf_gv11b.h ]
|
||||||
|
|
||||||
therm:
|
therm_fusa:
|
||||||
safe: yes
|
safe: yes
|
||||||
gpu: dgpu
|
owner: Seshendra G
|
||||||
|
sources: [ hal/therm/therm_gm20b_fusa.c,
|
||||||
|
hal/therm/therm_gm20b.h,
|
||||||
|
hal/therm/therm_gv11b_fusa.c,
|
||||||
|
hal/therm/therm_gv11b.h ]
|
||||||
|
|
||||||
|
therm:
|
||||||
|
safe: no
|
||||||
owner: Seshendra G
|
owner: Seshendra G
|
||||||
sources: [ hal/therm/therm_gm20b.c,
|
sources: [ hal/therm/therm_gm20b.c,
|
||||||
hal/therm/therm_gm20b_fusa.c,
|
|
||||||
hal/therm/therm_gm20b.h,
|
|
||||||
hal/therm/therm_tu104.c,
|
hal/therm/therm_tu104.c,
|
||||||
hal/therm/therm_tu104.h,
|
hal/therm/therm_tu104.h,
|
||||||
hal/therm/therm_gp10b.c,
|
hal/therm/therm_gp10b.c,
|
||||||
hal/therm/therm_gp10b.h,
|
hal/therm/therm_gp10b.h ]
|
||||||
hal/therm/therm_gv11b_fusa.c,
|
|
||||||
hal/therm/therm_gv11b.h ]
|
|
||||||
|
|
||||||
cbc:
|
cbc:
|
||||||
safe: no
|
safe: no
|
||||||
|
|||||||
Reference in New Issue
Block a user