diff --git a/media_softlet/agnostic/common/renderhal/renderhal.cpp b/media_softlet/agnostic/common/renderhal/renderhal.cpp index 1168331a582..ae72df191a1 100644 --- a/media_softlet/agnostic/common/renderhal/renderhal.cpp +++ b/media_softlet/agnostic/common/renderhal/renderhal.cpp @@ -4082,7 +4082,8 @@ MOS_STATUS RenderHal_GetSurfaceStateEntries( PlaneDefinition == RENDERHAL_PLANES_R16_UNORM || PlaneDefinition == RENDERHAL_PLANES_R8 || PlaneDefinition == RENDERHAL_PLANES_A8 || - PlaneDefinition == RENDERHAL_PLANES_RGB16)) + PlaneDefinition == RENDERHAL_PLANES_RGB16 || + PlaneDefinition == RENDERHAL_PLANES_BGRP)) { dwSurfaceWidth = dwSurfaceWidth / OutputSurfaceWidthRatio; }