Skip to content

Commit 72f4ae0

Browse files
Lang Yualexdeucher
authored andcommitted
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>
1 parent 709ef39 commit 72f4ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/vpe_6_1_fw_if.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ enum VPE_CMD_OPCODE {
4040
VPE_CMD_OPCODE_POLL_REGMEM = 0x8,
4141
VPE_CMD_OPCODE_COND_EXE = 0x9,
4242
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,
4445
VPE_CMD_OPCODE_TIMESTAMP = 0xD
4546
};
4647

0 commit comments

Comments
 (0)