Skip to content

Commit 3cef908

Browse files
committed
Relaxing GMM restrictions to support VP9-VDEnc for higher resolutions for video buffers.
Adding ICL Device ID Change-Id: I73a8c4ee851efac9c63b2ad309b8453393d505f8
1 parent e834bcd commit 3cef908

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Source/GmmLib/Resource/GmmRestrictions.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ void GmmLib::GmmTextureCalc::GetGenericRestrictions(GMM_TEXTURE_INFO *pTexInfo,
315315
{
316316
//
317317
pBuff = GetBestRestrictions(pBuff, &pPlatformResource->Video);
318+
if(GmmIsReconstructableSurface(pTexInfo->Format))
319+
{
320+
pBuff->MaxHeight = pPlatformResource->ReconMaxHeight;
321+
pBuff->MaxWidth = pPlatformResource->ReconMaxWidth;
322+
}
318323
}
319324
if(pTexInfo->Flags.Gpu.StateDx9ConstantBuffer)
320325
{

Source/inc/common/igfxfmid.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,7 @@ typedef enum __NATIVEGTTYPE
11421142
#define IICL_LP_0x0x0_ULT_DEVICE_A0_ID 0x8A70
11431143
#define IICL_LP_1x1x8_ULT_DEVICE_A0_ID 0x8A71
11441144
#define IICL_LP_1x4x8_LOW_MEDIA_ULT_DEVICE_F0_ID 0x8A56
1145+
#define IICL_LP_1x4x8_LOW_MEDIA_ULX_DEVICE_F0_ID 0x8A58
11451146

11461147
//LKF
11471148
#define ILKF_1x8x8_DESK_DEVICE_F0_ID 0x9840

0 commit comments

Comments
 (0)