mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: add HAL for reading gcplex fuse
This adds a HAL interface for reading the gcplex fuse and sets up the HAL for the appropriate devices. JIRA NVGPU-938 Change-Id: I83ed8b78b70f5b24ac3921d174c299abc91e286d Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1945141 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
e156066256
commit
328fcb4c76
@@ -46,7 +46,7 @@ int gp10b_fuse_check_priv_security(struct gk20a *g)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (nvgpu_tegra_fuse_read_gcplex_config_fuse(g, &gcplex_config) != 0) {
|
||||
if (g->ops.fuse.read_gcplex_config_fuse(g, &gcplex_config) != 0) {
|
||||
nvgpu_err(g, "err reading gcplex config fuse, check fuse clk");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user