arm_loader: Add SET_LAUNCH_VPU1 mailbox message

SET_LAUNCH_VPU (0x30013) works like SET_EXECUTE_CODE except it
runs the code on VPU1 using the QPU rpc thread. The mailbox
returns immediately, and will only fail if out of memory.
This commit is contained in:
Phil Elwell
2020-03-03 16:16:16 +00:00
committed by popcornmix
parent ef41631200
commit b58bb558f8

View File

@@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// these go in command word of gpu_job_s
// EXECUTE_VPU and EXECUTE_QPU are valid from host
enum { EXECUTE_NONE, EXECUTE_VPU, EXECUTE_QPU, EXECUTE_SYNC };
enum { EXECUTE_NONE, EXECUTE_VPU, EXECUTE_QPU, EXECUTE_SYNC, LAUNCH_VPU1 };
struct vpu_job_s {
// these are function address and parameters for vpu job