mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: remove unify_address_space enforcement
Let nvrm_gpu decide if unified_address_space is required when requesting new address space. JIRA NVGPU_5302 Change-Id: Ib77be5e7c913802a01f7e7861e8bce3d47aed55f Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2427724 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Sami Kiminki <skiminki@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: Sami Kiminki <skiminki@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Alex Waterman
parent
a252cc244a
commit
7b4bff6ebf
@@ -107,7 +107,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
*/
|
||||
.ch_wdt_init_limit_ms = 30000,
|
||||
|
||||
.unify_address_spaces = true,
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.hardcode_sw_threshold = false,
|
||||
@@ -147,7 +146,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.ch_wdt_init_limit_ms = 7000,
|
||||
|
||||
.unify_address_spaces = true,
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.hardcode_sw_threshold = false,
|
||||
@@ -187,7 +185,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.ch_wdt_init_limit_ms = 7000,
|
||||
|
||||
.unify_address_spaces = true,
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.hardcode_sw_threshold = false,
|
||||
@@ -227,7 +224,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.ch_wdt_init_limit_ms = 7000,
|
||||
|
||||
.unify_address_spaces = true,
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.hardcode_sw_threshold = false,
|
||||
|
||||
Reference in New Issue
Block a user