Skip to content

Commit

Permalink
[VP] Fix L0 FC FastExpress Half Corrupt
Browse files Browse the repository at this point in the history
fix half corrupt
peiyigu-intel authored and intel-mediadev committed Aug 30, 2024
1 parent 574dedb commit e99b787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media_softlet/agnostic/common/renderhal/renderhal.cpp
Original file line number Diff line number Diff line change
@@ -818,8 +818,8 @@ extern const MHW_SURFACE_PLANES g_cRenderHal_SurfacePlanes[RENDERHAL_PLANES_DEFI
{
2,
{
{MHW_Y_PLANE, 2, 1, 1, 1, 2, 0, MHW_GFX3DSTATE_SURFACEFORMAT_R8G8_UNORM},
{MHW_U_PLANE, 2, 2, 1, 1, 2, 0, MHW_GFX3DSTATE_SURFACEFORMAT_R8G8_UNORM}
{MHW_Y_PLANE, 2, 1, 1, 1, 2, 0, MHW_GFX3DSTATE_SURFACEFORMAT_R16G16_UNORM},
{MHW_U_PLANE, 2, 2, 1, 1, 2, 0, MHW_GFX3DSTATE_SURFACEFORMAT_R16G16_UNORM}
}
},
};

0 comments on commit e99b787

Please sign in to comment.