Skip to content

Commit cfd3884

Browse files
jinyuan-devgfxVPLsdm
authored andcommitted
[RT Common] VA copy adds support on ARL
Driver already supports gpu copy on ARL platform, so adds support in VPL for ARL platform.
1 parent 7b32bd5 commit cfd3884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_studio/shared/src/libmfx_core_vaapi.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,10 @@ class VACopyWrapper
431431
{
432432
switch (hw_type)
433433
{
434+
case MFX_HW_DG2:
434435
case MFX_HW_PVC:
435436
case MFX_HW_MTL:
436-
case MFX_HW_DG2:
437+
case MFX_HW_ARL:
437438
case MFX_HW_LNL:
438439
case MFX_HW_BMG:
439440
return true;

0 commit comments

Comments
 (0)