mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: Remove TSG required flag
Remove nvgpu internal flag indicating that TSGs are required. We now require TSGs always. This also fixes a regression where CE channels were back to using bare channels on gp106. Bug 1842197 Change-Id: Id359e5a455fb324278636bb8994b583936490ffd Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1628481 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> 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
4f67a794dd
commit
14fa8207e2
@@ -244,7 +244,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.vbios_min_version = 0x88001e00,
|
||||
.hardcode_sw_threshold = false,
|
||||
.run_preos = true,
|
||||
.tsg_required = true,
|
||||
},
|
||||
{ /* DEVICE=PG503 SKU 200 ES */
|
||||
/* ptimer src frequency in hz */
|
||||
@@ -279,7 +278,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.vbios_min_version = 0x88001e00,
|
||||
.hardcode_sw_threshold = false,
|
||||
.run_preos = true,
|
||||
.tsg_required = true,
|
||||
},
|
||||
{
|
||||
/* ptimer src frequency in hz */
|
||||
@@ -314,7 +312,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.vbios_min_version = 0x88000126,
|
||||
.hardcode_sw_threshold = false,
|
||||
.run_preos = true,
|
||||
.tsg_required = true,
|
||||
},
|
||||
{ /* SKU250 */
|
||||
/* ptimer src frequency in hz */
|
||||
@@ -349,7 +346,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.vbios_min_version = 0x1,
|
||||
.hardcode_sw_threshold = false,
|
||||
.run_preos = true,
|
||||
.tsg_required = true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user