mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
gpu: nvgpu: unit: add tests for common.gr.setup
Add tests to cover common.gr.setup subunit. This includes g->ops.gr.setup.alloc_obj_ctx g->ops.gr.setup.set_preemption_mode g->ops.gr.setup.free_gr_ctx and g->ops.gr.setup.free_subctx. Update register space to include the registers used by context creation. Update SWUT files for doxygen. Jira NVGPU-3968 Change-Id: I3ab539d18584231142a1945d621d015b7ca772de Signed-off-by: vinodg <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2244825 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:
@@ -1773,6 +1773,31 @@
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_intr"
|
||||
},
|
||||
{
|
||||
"test": "gr_setup_setup",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_setup"
|
||||
},
|
||||
{
|
||||
"test": "gr_setup_alloc_obj_ctx",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_setup"
|
||||
},
|
||||
{
|
||||
"test": "gr_setup_set_preemption_mode",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_setup"
|
||||
},
|
||||
{
|
||||
"test": "gr_setup_free_obj_ctx",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_setup"
|
||||
},
|
||||
{
|
||||
"test": "gr_setup_cleanup",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_gr_setup"
|
||||
},
|
||||
{
|
||||
"test": "ltc_init_support",
|
||||
"test_level": 0,
|
||||
|
||||
Reference in New Issue
Block a user