mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: add support for TEGRA_VGPU_CMD_GET_TPC_EXCEPTION_EN_STATUS
This patch adds support for TEGRA_VGPU_CMD_GET_TPC_EXCEPTION_EN_STATUS in vgpu. Bug 2555113 Change-Id: I9c822e09e1b4ec84ccaa3110b6f500b26eec6490 Signed-off-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2118328 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
b8ba882399
commit
11630ad56f
@@ -802,7 +802,7 @@ static int nvgpu_gpu_ioctl_has_any_exception(
|
||||
struct gk20a *g,
|
||||
struct nvgpu_gpu_tpc_exception_en_status_args *args)
|
||||
{
|
||||
u32 tpc_exception_en;
|
||||
u64 tpc_exception_en;
|
||||
|
||||
nvgpu_mutex_acquire(&g->dbg_sessions_lock);
|
||||
tpc_exception_en = g->ops.gr.tpc_enabled_exceptions(g);
|
||||
|
||||
Reference in New Issue
Block a user