Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/vpe: add PRED_EXE and COLLAB_SYNC OPCODE

To support multi VPE collaborate mode.

Signed-off-by: Lang Yu <Lang.Yu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lang Yu and committed by
Alex Deucher
72f4ae0a 709ef39f

+2 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/vpe_6_1_fw_if.h
··· 40 40 VPE_CMD_OPCODE_POLL_REGMEM = 0x8, 41 41 VPE_CMD_OPCODE_COND_EXE = 0x9, 42 42 VPE_CMD_OPCODE_ATOMIC = 0xA, 43 - VPE_CMD_OPCODE_PLANE_FILL = 0xB, 43 + VPE_CMD_OPCODE_PRED_EXE = 0xB, 44 + VPE_CMD_OPCODE_COLLAB_SYNC = 0xC, 44 45 VPE_CMD_OPCODE_TIMESTAMP = 0xD 45 46 }; 46 47