From 81660ab58ce695b79c94e145745512516c592afe Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 7 Sep 2016 14:21:16 -0700 Subject: gpu: nvgpu: Enable CE always All GPUs have a copy engine. So delete the flag has_ce, because it's always true. JIRA NVGPU-16 Change-Id: I89db74c7cf66b24db84301b79832862ef28100b9 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1325355 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/pci.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gpu/nvgpu/pci.c') diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 1e66b7c9..114e9af7 100644 --- a/drivers/gpu/nvgpu/pci.c +++ b/drivers/gpu/nvgpu/pci.c @@ -83,8 +83,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .ch_wdt_timeout_ms = 7000, - .has_ce = true, - .vidmem_is_vidmem = true, .vbios_min_version = 0x86063000, .hardcode_sw_threshold = true, @@ -117,8 +115,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .ch_wdt_timeout_ms = 7000, - .has_ce = true, - .vidmem_is_vidmem = true, .vbios_min_version = 0x86062d00, .hardcode_sw_threshold = true, @@ -151,8 +147,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .ch_wdt_timeout_ms = 7000, - .has_ce = true, - .vidmem_is_vidmem = true, .vbios_min_version = 0x86063000, .hardcode_sw_threshold = true, @@ -185,8 +179,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .ch_wdt_timeout_ms = 7000, - .has_ce = true, - .vidmem_is_vidmem = true, .vbios_min_version = 0x86064700, .hardcode_sw_threshold = false, -- cgit v1.2.2