Skip to content

Commit

Permalink
Report the capability of vaCopy support
Browse files Browse the repository at this point in the history
Report vaCopy support, it is a standalone feature , which is related with vaDisplay. not depend on VPP , vaConfig etc.

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Jun 16, 2021
1 parent 8803fc5 commit 0f0ba36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions va/va.h
Original file line number Diff line number Diff line change
Expand Up @@ -5056,6 +5056,12 @@ typedef enum
* HW attribute, read/write, specify the sub device configure
*/
VADisplayAttribSubDevice = 19,
/*
* HW attribute. read only. specify whether vaCopy support on current HW
* The value of each bit should equal to 1 << VA_EXEC_MODE_XXX to represent
* modes of vaCopy
*/
VADisplayAttribCopy = 20,
} VADisplayAttribType;

/* flags for VADisplayAttribute */
Expand Down

0 comments on commit 0f0ba36

Please sign in to comment.