From 63c46857cdebfb319a40e14bda67ca708b04febe Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Wed, 19 Jun 2019 15:36:11 +0530 Subject: [PATCH] gpu: nvgpu: arch: mark page_allocator unit with dgpu attribute Since this unit is used by vidmem mark this unit as applicable to only dgpu. JIRA NVGPU-3660 Change-Id: I78e3f1fda579c4fdb3a80b95cd9209a8d68fa8d3 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/2139336 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- arch/nvgpu-common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/nvgpu-common.yaml b/arch/nvgpu-common.yaml index 99f4067f2..00856892f 100644 --- a/arch/nvgpu-common.yaml +++ b/arch/nvgpu-common.yaml @@ -496,6 +496,7 @@ mm: tags: unit-testable page: safe: yes + gpu: dgpu sources: [ common/mm/allocators/page_allocator.c, include/nvgpu/page_allocator.h ] deps: [ ]