Skip to content

Commit

Permalink
[VP] Add cache setting for internal surface
Browse files Browse the repository at this point in the history
Add cache setting for internal surface for perf issue
  • Loading branch information
kchen1024 authored and intel-mediadev committed Nov 3, 2023
1 parent af1cac3 commit 5e00dab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ struct KRN_ARG
void* pData;
uint32_t uSize; // size of arg in byte
KRN_ARG_KIND eArgKind;
bool isOutput;
};

//for L0 use only
Expand Down

0 comments on commit 5e00dab

Please sign in to comment.