Skip to content

Commit

Permalink
[Encode] Refine HEVC DDI code (#6195)
Browse files Browse the repository at this point in the history
Apply similar change to HEVC as #7868

Co-authored-by: Yao, Leyu <[email protected]>
  • Loading branch information
gfxVPLsdm and leyu-yao authored Dec 8, 2023
1 parent 9993e9e commit 458502b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ class IDDI
DECL_BLOCK(CreateDevice) \
DECL_BLOCK(CreateService) \
DECL_BLOCK(Register) \
DECL_BLOCK(Reset) \
DECL_BLOCK(Reset) \
DECL_BLOCK(SubmitTask) \
DECL_BLOCK(SetDDIID) \
DECL_BLOCK(QueryTask)
DECL_BLOCK(SetDDIID) \
DECL_BLOCK(QueryTask) \
DECL_BLOCK(QueryCORE) \
DECL_BLOCK(QueryDDI)
#define DECL_FEATURE_NAME "Base_IDDI"
#include "hevcehw_decl_blocks.h"

Expand Down

0 comments on commit 458502b

Please sign in to comment.