mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Adjust MM unit test paths
Adjust the MM unit tests pd_cache and page_table to reflect their new paths in the common nvgpu code. JIRA NVGPU-1246 Change-Id: I01454f758bbf54864210c01f8bfe3750b26891ce Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1986121 Reviewed-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit 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
b947c8ea7b
commit
8e8e40e66d
@@ -29,8 +29,8 @@ NV_REPOSITORY_COMPONENTS += userspace/units/posix/fault-injection
|
|||||||
NV_REPOSITORY_COMPONENTS += userspace/units/pramin
|
NV_REPOSITORY_COMPONENTS += userspace/units/pramin
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_allocator
|
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_allocator
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_sgt
|
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_sgt
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/mm/pd_cache
|
NV_REPOSITORY_COMPONENTS += userspace/units/mm/gmmu/pd_cache
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/mm/page_table
|
NV_REPOSITORY_COMPONENTS += userspace/units/mm/gmmu/page_table
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/fifo/runlist
|
NV_REPOSITORY_COMPONENTS += userspace/units/fifo/runlist
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/fuse
|
NV_REPOSITORY_COMPONENTS += userspace/units/fuse
|
||||||
NV_REPOSITORY_COMPONENTS += userspace/units/list
|
NV_REPOSITORY_COMPONENTS += userspace/units/list
|
||||||
|
|||||||
@@ -55,8 +55,8 @@ UNITS := \
|
|||||||
$(UNIT_SRC)/fuse \
|
$(UNIT_SRC)/fuse \
|
||||||
$(UNIT_SRC)/mm/nvgpu_allocator \
|
$(UNIT_SRC)/mm/nvgpu_allocator \
|
||||||
$(UNIT_SRC)/mm/nvgpu_sgt \
|
$(UNIT_SRC)/mm/nvgpu_sgt \
|
||||||
$(UNIT_SRC)/mm/pd_cache \
|
$(UNIT_SRC)/mm/gmmu/pd_cache \
|
||||||
$(UNIT_SRC)/mm/page_table \
|
$(UNIT_SRC)/mm/gmmu/page_table \
|
||||||
$(UNIT_SRC)/fifo/runlist \
|
$(UNIT_SRC)/fifo/runlist \
|
||||||
$(UNIT_SRC)/list
|
$(UNIT_SRC)/list
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,4 @@
|
|||||||
OBJS = page_table.o
|
OBJS = page_table.o
|
||||||
MODULE = page_table
|
MODULE = page_table
|
||||||
|
|
||||||
include ../../Makefile.units
|
include ../../../Makefile.units
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
NVGPU_UNIT_NAME=page_table
|
NVGPU_UNIT_NAME=page_table
|
||||||
|
|
||||||
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.interface.tmk
|
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.interface.tmk
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
NVGPU_UNIT_NAME=page_table
|
NVGPU_UNIT_NAME=page_table
|
||||||
|
|
||||||
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk
|
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.tmk
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
OBJS = pd_cache.o
|
OBJS = pd_cache.o
|
||||||
MODULE = pd_cache
|
MODULE = pd_cache
|
||||||
|
|
||||||
include ../../Makefile.units
|
include ../../../Makefile.units
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
NVGPU_UNIT_NAME=pd_cache
|
NVGPU_UNIT_NAME=pd_cache
|
||||||
|
|
||||||
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.interface.tmk
|
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.interface.tmk
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
NVGPU_UNIT_NAME=pd_cache
|
NVGPU_UNIT_NAME=pd_cache
|
||||||
|
|
||||||
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk
|
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.tmk
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
Reference in New Issue
Block a user