mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: add missing gr.falcon hal header to SWUTS
add nvgpu-gr-falcon-gk20a.h to the SWUTS sources. Jira NVGPU-4888 Change-Id: I4b407a5321ea67b3edcec7df7f3c07eb1e81c395 Signed-off-by: vinodg <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280793 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -132,6 +132,7 @@
|
|||||||
* - @ref SWUTS-gr-intr
|
* - @ref SWUTS-gr-intr
|
||||||
* - @ref SWUTS-gr-init-hal-gv11b
|
* - @ref SWUTS-gr-init-hal-gv11b
|
||||||
* - @ref SWUTS-gr-falcon
|
* - @ref SWUTS-gr-falcon
|
||||||
|
* - @ref SWUTS-gr-falcon-gk20a
|
||||||
* - @ref SWUTS-gr-fs-state
|
* - @ref SWUTS-gr-fs-state
|
||||||
* - @ref SWUTS-gr-global-ctx
|
* - @ref SWUTS-gr-global-ctx
|
||||||
* - @ref SWUTS-gr-ctx
|
* - @ref SWUTS-gr-ctx
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ INPUT += ../../../userspace/units/gr/setup/nvgpu-gr-setup.h
|
|||||||
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-intr.h
|
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-intr.h
|
||||||
INPUT += ../../../userspace/units/gr/init/nvgpu-gr-init-hal-gv11b.h
|
INPUT += ../../../userspace/units/gr/init/nvgpu-gr-init-hal-gv11b.h
|
||||||
INPUT += ../../../userspace/units/gr/falcon/nvgpu-gr-falcon.h
|
INPUT += ../../../userspace/units/gr/falcon/nvgpu-gr-falcon.h
|
||||||
|
INPUT += ../../../userspace/units/gr/falcon/nvgpu-gr-falcon-gk20a.h
|
||||||
INPUT += ../../../userspace/units/gr/fs_state/nvgpu-gr-fs-state.h
|
INPUT += ../../../userspace/units/gr/fs_state/nvgpu-gr-fs-state.h
|
||||||
INPUT += ../../../userspace/units/gr/global_ctx/nvgpu-gr-global-ctx.h
|
INPUT += ../../../userspace/units/gr/global_ctx/nvgpu-gr-global-ctx.h
|
||||||
INPUT += ../../../userspace/units/gr/ctx/nvgpu-gr-ctx.h
|
INPUT += ../../../userspace/units/gr/ctx/nvgpu-gr-ctx.h
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
struct unit_module;
|
struct unit_module;
|
||||||
struct gk20a;
|
struct gk20a;
|
||||||
|
|
||||||
/** @addtogroup SWUTS-gr-falcon
|
/** @addtogroup SWUTS-gr-falcon-gk20a
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* Software Unit Test Specification for common.gr.falcon
|
* Software Unit Test Specification for common.gr.falcon
|
||||||
@@ -47,7 +47,8 @@ struct gk20a;
|
|||||||
* gm20b_gr_falcon_wait_ctxsw_ready,
|
* gm20b_gr_falcon_wait_ctxsw_ready,
|
||||||
* gm20b_gr_falcon_init_ctx_state,
|
* gm20b_gr_falcon_init_ctx_state,
|
||||||
* gm20b_gr_falcon_submit_fecs_method_op,
|
* gm20b_gr_falcon_submit_fecs_method_op,
|
||||||
* gm20b_gr_falcon_ctrl_ctxsw.
|
* nvgpu_gr_get_falcon_ptr,
|
||||||
|
* gm20b_gr_falcon_ctrl_ctxsw
|
||||||
*
|
*
|
||||||
* Steps:
|
* Steps:
|
||||||
* - Call g->ops.gr.falcon.ctrl_ctxsw with Invalid Method.
|
* - Call g->ops.gr.falcon.ctrl_ctxsw with Invalid Method.
|
||||||
|
|||||||
Reference in New Issue
Block a user