mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: compile out PMU members & headers for safety
-compile out nvgpu_pmu members which are not required for safety buid & modified source as required to support same. -compile out PMU headers include which are not required for safety code -Removed unnecessary PMU header includes from some files JIRA NVGPU-3418 Change-Id: I5364b1b16c46637d229e82745dd2846cb6335a72 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2128228 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
20b974e724
commit
b691df5a02
@@ -40,7 +40,9 @@
|
||||
#include <nvgpu/gr/gr_intr.h>
|
||||
#include <nvgpu/gr/gr_falcon.h>
|
||||
#include <nvgpu/gr/setup.h>
|
||||
#ifdef NVGPU_FEATURE_LS_PMU
|
||||
#include <nvgpu/pmu/pmu_perfmon.h>
|
||||
#endif
|
||||
#include <nvgpu/gr/fecs_trace.h>
|
||||
|
||||
#include "hal/mm/mm_gk20a.h"
|
||||
@@ -105,7 +107,9 @@
|
||||
|
||||
#include "hal/fifo/channel_gk20a.h"
|
||||
#include "hal/fifo/channel_gm20b.h"
|
||||
#ifdef NVGPU_FEATURE_LS_PMU
|
||||
#include "common/pmu/pg/pg_sw_gm20b.h"
|
||||
#endif
|
||||
|
||||
#include "hal_gm20b.h"
|
||||
#include "hal_gm20b_litter.h"
|
||||
|
||||
Reference in New Issue
Block a user