Skip to content

Commit 8b4532a

Browse files
FurongZhangintel-mediadev
authored andcommitted
[VP] Fix the failure of VPL sync for SR feature.
Fix the failure of VPL sync for SR feature in 2x.
1 parent 5cbbc53 commit 8b4532a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

media_common/agnostic/common/vp/hal/vp_common_defs.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,8 @@ struct VPHAL_RENDER_PARAMS
10741074

10751075
bool bForceToRender = false; // Force to render to perform scaling.
10761076

1077+
HANDLE gpuAppTaskEvent; //!< GPU App task event
1078+
10771079
VPHAL_RENDER_PARAMS() : uSrcCount(0),
10781080
pSrc(),
10791081
uDstCount(0),
@@ -1096,7 +1098,8 @@ struct VPHAL_RENDER_PARAMS
10961098
pExtensionData(nullptr),
10971099
bPathKernel(false),
10981100
bUseVEHdrSfc(false),
1099-
bNonFirstFrame(false)
1101+
bNonFirstFrame(false),
1102+
gpuAppTaskEvent(nullptr)
11001103
{
11011104
}
11021105
};

0 commit comments

Comments
 (0)