Skip to content

Commit

Permalink
[RT Common] VA copy adds support on ARL
Browse files Browse the repository at this point in the history
Driver already supports gpu copy on ARL platform, so adds support in VPL for ARL platform.
  • Loading branch information
jinyuan-dev authored and gfxVPLsdm committed Sep 14, 2024
1 parent 7b32bd5 commit cfd3884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _studio/shared/src/libmfx_core_vaapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,10 @@ class VACopyWrapper
{
switch (hw_type)
{
case MFX_HW_DG2:
case MFX_HW_PVC:
case MFX_HW_MTL:
case MFX_HW_DG2:
case MFX_HW_ARL:
case MFX_HW_LNL:
case MFX_HW_BMG:
return true;
Expand Down

0 comments on commit cfd3884

Please sign in to comment.