mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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:
committed by
mobile promotions
parent
35960f8f40
commit
a2a86eed27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user