Skip to content

Commit

Permalink
accel/ivpu: Update VPU FW API headers
Browse files Browse the repository at this point in the history
Update JSM API to 3.16.0.

Signed-off-by: Jacek Lawrynowicz <[email protected]>
Reviewed-by: Jeffrey Hugo <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
jlawryno committed May 15, 2024
1 parent 3dbfbd1 commit 9fbfe98
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions drivers/accel/ivpu/vpu_jsm_api.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT */
/*
* Copyright (c) 2020-2023, Intel Corporation.
* Copyright (c) 2020-2024, Intel Corporation.
*/

/**
Expand All @@ -22,12 +22,12 @@
/*
* Minor version changes when API backward compatibility is preserved.
*/
#define VPU_JSM_API_VER_MINOR 15
#define VPU_JSM_API_VER_MINOR 16

/*
* API header changed (field names, documentation, formatting) but API itself has not been changed
*/
#define VPU_JSM_API_VER_PATCH 6
#define VPU_JSM_API_VER_PATCH 0

/*
* Index in the API version table
Expand Down Expand Up @@ -868,6 +868,14 @@ struct vpu_ipc_msg_payload_hws_set_scheduling_log {
* is generated when an event log is written to this index.
*/
u64 notify_index;
/*
* Enable extra events to be output to log for debug of scheduling algorithm.
* Interpreted by VPU as a boolean to enable or disable, expected values are
* 0 and 1.
*/
u32 enable_extra_events;
/* Zero Padding */
u32 reserved_0;
};

/*
Expand Down

0 comments on commit 9fbfe98

Please sign in to comment.