mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +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
@@ -224,9 +224,6 @@ struct gk20a_platform {
|
||||
/* unified or split memory with separate vidmem? */
|
||||
bool unified_memory;
|
||||
|
||||
/* true if all channels must be in TSG */
|
||||
bool tsg_required;
|
||||
|
||||
/* minimum supported VBIOS version */
|
||||
u32 vbios_min_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user