Commit abc2523d authored by Xiang, Haihao's avatar Xiang, Haihao

i965_drv_video: dump MFX commands

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent ff6eec3e
This diff is collapsed.
......@@ -36,6 +36,12 @@
#define SUBOPCODE_BSD_IND_OBJ 4
#define SUBOPCODE_BSD_OBJECT 8
/* MFX */
#define OPCODE_MFX_COMMON 0
#define OPCODE_MFX_AVC 1
#define SUBOPCODE_MFX(A, B) ((A) << 5 | (B))
/* MI */
#define MASK_MI_OPCODE 0x1F800000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment