mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: create nvgpu.common.hal.clk
Create unit nvgpu.common.hal.clk in by moving clk_*.[ch] files to hal/clk path. Also update makefiles and include files to match. JIRA NVGPU-2020 Change-Id: Ied217cfac2b000a2d22eda582d6030d0479b1310 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2101400 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
4ffad99a16
commit
edaddb9bb2
@@ -85,6 +85,7 @@
|
||||
#include "hal/falcon/falcon_gk20a.h"
|
||||
#include "hal/perf/perf_gm20b.h"
|
||||
#include "hal/netlist/netlist_gm20b.h"
|
||||
#include "hal/clk/clk_gm20b.h"
|
||||
|
||||
#include "common/top/top_gm20b.h"
|
||||
#include "common/sync/syncpt_cmdbuf_gk20a.h"
|
||||
@@ -95,7 +96,6 @@
|
||||
|
||||
#include "gm20b/gr_gm20b.h"
|
||||
#include "gm20b/mm_gm20b.h"
|
||||
#include "gm20b/clk_gm20b.h"
|
||||
#include "hal_gm20b.h"
|
||||
|
||||
#include <nvgpu/hw/gm20b/hw_proj_gm20b.h>
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
#include "gv100/fifo_gv100.h"
|
||||
#include "gv100/gr_gv100.h"
|
||||
#include "gv100/mm_gv100.h"
|
||||
#include "gv100/clk_gv100.h"
|
||||
#include "hal/clk/clk_gv100.h"
|
||||
|
||||
#include <nvgpu/ptimer.h>
|
||||
#include <nvgpu/class.h>
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
#include "gm20b/gr_gm20b.h"
|
||||
#include "gm20b/mm_gm20b.h"
|
||||
|
||||
#include "gv100/clk_gv100.h"
|
||||
#include "hal/clk/clk_gv100.h"
|
||||
|
||||
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
|
||||
Reference in New Issue
Block a user