gpu: nvgpu: gsp: migration from KMD to GSP

Changes:
- submit shadow domain for legacy used cases in case user domain is not
present.
- disabling config flags for KMD to submit user domain.

Bug 3935433
NVGPU-9664

Change-Id: I498226df36d0b482d1af369526adb369d921b6ca
Signed-off-by: vivekku <vivekku@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2843968
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
vivekku
2023-01-15 14:31:47 +00:00
committed by mobile promotions
parent 35960f8f40
commit a2a86eed27
6 changed files with 16 additions and 8 deletions

View File

@@ -461,8 +461,8 @@ done:
#endif
struct unit_module_test nvgpu_nvs_tests[] = {
UNIT_TEST(init_support, test_fifo_init_support, &nvs_context, 0),
#ifdef CONFIG_KMD_SCHEDULING_WORKER_THREAD
UNIT_TEST(init_support, test_fifo_init_support, &nvs_context, 0),
UNIT_TEST(setup_sw, test_nvs_setup_sw, &nvs_context, 0),
UNIT_TEST(nvs_remove_support, test_nvs_remove_sw, &nvs_context, 0),
#endif