mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
nvgpu: ga10b: gsp: implement runlist submit apis
- implemented device info cmd to send device info to the gsp for runlist submission. Currently GSP scheduler support only GR engine '0' instance. - implemented runlist submit cmd. GSP firmware will submit the corresponding runlist by writing into submit registers. This command is direct replacement of hw_submit ga10b hal for GR engine. NVGPU-6790 Signed-off-by: Ramesh Mylavarapu <rmylavarapu@nvidia.com> Change-Id: I5dc573a6ad698fe20b49a3466a8e50b94cae74df Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2608923 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
6c1a77dfa9
commit
2a98d20263
@@ -1140,6 +1140,7 @@ static const struct gops_runlist ga10b_ops_runlist = {
|
||||
.wait_pending = ga10b_runlist_wait_pending,
|
||||
.write_state = ga10b_runlist_write_state,
|
||||
.get_runlist_id = ga10b_runlist_get_runlist_id,
|
||||
.get_runlist_aperture = ga10b_get_runlist_aperture,
|
||||
.get_engine_id_from_rleng_id = ga10b_runlist_get_engine_id_from_rleng_id,
|
||||
.get_chram_bar0_offset = ga10b_runlist_get_chram_bar0_offset,
|
||||
.get_pbdma_info = ga10b_runlist_get_pbdma_info,
|
||||
|
||||
Reference in New Issue
Block a user