mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: move chip specific fuse to hal
Move chip specific fuse code from common/fuse to hal/fuse. Replace gk20a_readl/writel with nvgpu_readl/writel Replace 0xFFFFFFFFU with U32_MAX hash define JIRA NVGPU-2035 Change-Id: Icaa908db036053d5e6f4ff20b9e5b1d6c0ab2fda Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2033278 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
5222d0ff4f
commit
1c3fbd9dc7
@@ -27,7 +27,7 @@
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
#include <nvgpu/hal_init.h>
|
||||
#include "common/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-gm20b.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <nvgpu/posix/io.h>
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
#include "common/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-gp10b.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
#include <nvgpu/hal_init.h>
|
||||
#include "common/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-gv100.h"
|
||||
|
||||
Reference in New Issue
Block a user