[CM] Include cm_rt_extend.h in the development package(CL#746901)
Change-Id: Idbfe5b7f2dfac316caf82a5d566069252147be65
This commit is contained in:
parent
52733cb776
commit
e58a3f8ab9
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue