mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user