mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Add doxygen documentation in runlist.h
Removed the following unused fields from runlist context: - total_entries - stopped - support_tsg Renamed: - nvgpu_fifo_runlist_set_state -> nvgpu_runlist_set_state Removed RUNLIST_INVALID_ID which was redundant with NVGPU_INVALID_RUNLIST_ID. Jira NVGPU-3594 Change-Id: I23d1abdf87b73bc0138816dab6659249f2602b9f Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2139520 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
421e2d8187
commit
c2eb26436a
@@ -1344,7 +1344,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
|
||||
|
||||
ch = gk20a_open_new_channel_with_cb(g, gk20a_cde_finished_ctx_cb,
|
||||
cde_ctx,
|
||||
RUNLIST_INVALID_ID,
|
||||
NVGPU_INVALID_RUNLIST_ID,
|
||||
false);
|
||||
if (!ch) {
|
||||
nvgpu_warn(g, "cde: gk20a channel not available");
|
||||
|
||||
Reference in New Issue
Block a user