[CM] Include cm_rt_extend.h in the development package(CL#746901)

Change-Id: Idbfe5b7f2dfac316caf82a5d566069252147be65
This commit is contained in:
fan_he 2018-03-08 13:39:58 +08:00 committed by xlin16
parent 52733cb776
commit e58a3f8ab9
2 changed files with 2 additions and 3 deletions

View File

@ -1236,9 +1236,9 @@ class SurfaceIndex;
class SamplerIndex;
//**********************************************************************
// Embargoed definitions if any
// Extended definitions if any
//**********************************************************************
#include "cm_rt_embargoed.h"
#include "cm_rt_extension.h"
//**********************************************************************
// Classes

View File

@ -4049,7 +4049,6 @@ MOS_STATUS HalCm_Setup2DSurfaceStateBasic(
surfaceEntries,
nullptr));
//add this to avoid klocwork warning
nSurfaceEntries = MOS_MIN( nSurfaceEntries, MHW_MAX_SURFACE_PLANES );
btIndex = HalCm_GetFreeBindingIndex(state, indexParam, nSurfaceEntries);