summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.bsf11
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.fdbin1310720 -> 1310720 bytes
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h10
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h30
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VBT_MTL.bin (renamed from ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.bin)bin7680 -> 7680 bytes
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.bin (renamed from ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.bin)bin7680 -> 7680 bytes
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.json (renamed from ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.json)1555
-rw-r--r--ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_MTL.json (renamed from ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.json)1173
8 files changed, 1792 insertions, 987 deletions
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.bsf b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.bsf
index 3a802be..8566bcf 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.bsf
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.bsf
@@ -213,7 +213,8 @@ StructDef
Skip 1 bytes
$gPlatformFspPkgTokenSpaceGuid_TxVrefOverride 2 bytes $_DEFAULT_ = 0x0
$gPlatformFspPkgTokenSpaceGuid_IsForceCkdBypass 1 bytes $_DEFAULT_ = 0x00
- Skip 59 bytes
+ $gPlatformFspPkgTokenSpaceGuid_CaParityForCmd 1 bytes $_DEFAULT_ = 0x02
+ Skip 58 bytes
$gPlatformFspPkgTokenSpaceGuid_Vdd2Mv 2 bytes $_DEFAULT_ = 0x0000
$gPlatformFspPkgTokenSpaceGuid_RefClk 1 bytes $_DEFAULT_ = 0x00
Skip 1 bytes
@@ -2076,6 +2077,12 @@ List &gPlatformFspPkgTokenSpaceGuid_SpdProfileSelected
Selection 6 , "XMP User Profile 5"
EndList
+List &gPlatformFspPkgTokenSpaceGuid_CaParityForCmd
+ Selection 0 , " Disable"
+ Selection 1 , " Enable"
+ Selection 2 , " Auto"
+EndList
+
List &gPlatformFspPkgTokenSpaceGuid_Vdd2Mv
Selection 0 , "Default"
Selection 1200 , "1.20 Volts"
@@ -3220,6 +3227,8 @@ Page "Memory Reference Code"
"Valid range: 0 ~ 975"
Combo $gPlatformFspPkgTokenSpaceGuid_IsForceCkdBypass, "Force CKD in Bypass Mode", &EN_DIS,
Help "Enable/Disable Force CKD in Bypass Mode"
+ Combo $gPlatformFspPkgTokenSpaceGuid_CaParityForCmd, "Use CA Parity for CMDT/CMDV for RMT and training", &gPlatformFspPkgTokenSpaceGuid_CaParityForCmd,
+ Help "0: Use legacy funtional CMD test, 1: Use CA Parity for CMDT/CMDV for RMT and training, 2: Auto"
Combo $gPlatformFspPkgTokenSpaceGuid_Vdd2Mv, "Vdd2Mv", &gPlatformFspPkgTokenSpaceGuid_Vdd2Mv,
Help "VDD2 in MilliVolts. <b>0=Platform Default (no override), 1200=1.2V, 1350=1.35V etc. "
Combo $gPlatformFspPkgTokenSpaceGuid_RefClk, "Memory Reference Clock", &gPlatformFspPkgTokenSpaceGuid_RefClk,
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.fd b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.fd
index 9b8629a..a4fc7e2 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.fd
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Fsp.fd
Binary files differ
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h
index b9c481f..65bbaa0 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h
@@ -856,9 +856,15 @@ typedef struct {
**/
UINT8 IsForceCkdBypass;
-/** Offset 0x01C7
+/** Offset 0x01C7 - Use CA Parity for CMDT/CMDV for RMT and training
+ 0: Use legacy funtional CMD test, 1: Use CA Parity for CMDT/CMDV for RMT and training, 2: Auto
+ 0: Disable, 1: Enable, 2: Auto
**/
- UINT8 Rsvd036[58];
+ UINT8 CaParityForCmd;
+
+/** Offset 0x01C8
+**/
+ UINT8 Rsvd036[57];
/** Offset 0x0201
**/
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h
index f909707..0dfba38 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h
@@ -4,9 +4,33 @@
data hobs.
@copyright
- Copyright (c) 1999 - 2025, Intel Corporation. All rights reserved.
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
+ INTEL CONFIDENTIAL
+ Copyright 1999 - 2022 Intel Corporation.
+
+ The source code contained or described herein and all documents related to the
+ source code ("Material") are owned by Intel Corporation or its suppliers or
+ licensors. Title to the Material remains with Intel Corporation or its suppliers
+ and licensors. The Material may contain trade secrets and proprietary and
+ confidential information of Intel Corporation and its suppliers and licensors,
+ and is protected by worldwide copyright and trade secret laws and treaty
+ provisions. No part of the Material may be used, copied, reproduced, modified,
+ published, uploaded, posted, transmitted, distributed, or disclosed in any way
+ without Intel's prior express written permission.
+
+ No license under any patent, copyright, trade secret or other intellectual
+ property right is granted to or conferred upon you by disclosure or delivery
+ of the Materials, either expressly, by implication, inducement, estoppel or
+ otherwise. Any license under such intellectual property rights must be
+ express and approved by Intel in writing.
+
+ Unless otherwise agreed by Intel in writing, you may not remove or alter
+ this notice or any other notice embedded in Materials by Intel or
+ Intel's suppliers or licensors in any way.
+
+ This file contains an 'Intel Peripheral Driver' and is uniquely identified as
+ "Intel Reference Module" and is licensed for Intel CPUs and chipsets under
+ the terms of your license agreement with Intel or your vendor. This file may
+ be modified by the user, subject to additional terms of the license agreement.
@par Specification Reference:
**/
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.bin b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VBT_MTL.bin
index a4c976d..0e5f43a 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.bin
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VBT_MTL.bin
Binary files differ
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.bin b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.bin
index 879e750..29d4417 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.bin
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.bin
Binary files differ
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.json b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.json
index a2f5e32..7196ec1 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/VbtMtlS.json
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_ARLSHX.json
@@ -5479,7 +5479,7 @@
"Block": {
"Id": "27",
"Name": "eDP Power Sequencing",
- "SizeInBytes": "817",
+ "SizeInBytes": "853",
"BlockIdSizeInBytes": "1",
"BlockSizeSizeInBytes": "2",
"StartOffset": "",
@@ -8752,6 +8752,125 @@
"ByteOffset": "",
"BitOffset": "",
"Value": ""
+ },
+ {
+ "Name": "SKIP",
+ "SizeInBits": "272",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_01",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_02",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_03",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_04",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_05",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_06",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_07",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_08",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_09",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_10",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_11",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_12",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_13",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_14",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_15",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_16",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
}
]
}
@@ -25942,7 +26061,7 @@
},
{
"WidgetType": "Label",
- "WidgetName": "VBT Version: 258",
+ "WidgetName": "VBT Version: 261",
"Visibility": "",
"Data": [],
"HelpText": "",
@@ -28445,6 +28564,14 @@
"Data": [],
"HelpText": "",
"WidgetValues": []
+ },
+ {
+ "WidgetType": "Button",
+ "WidgetName": "Device 2(LFP2) Configuration",
+ "Visibility": "",
+ "Data": [],
+ "HelpText": "",
+ "WidgetValues": []
}
],
"NestedPages": [
@@ -28711,6 +28838,270 @@
],
"NestedPages": []
}
+ },
+ {
+ "Type": "Block",
+ "Block": {
+ "PageNum": "5-1-2",
+ "PageName": "Device 2(LFP2) Configuration",
+ "Visibility": "",
+ "PageHelpText": "",
+ "PageID": [
+ {
+ "WidgetType": "Button",
+ "WidgetName": "Close Table",
+ "Visibility": "",
+ "Data": [],
+ "HelpText": "",
+ "WidgetValues": []
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Active Local Flat Panel Configuration (Save The Configuration After Selecting This Field): ",
+ "Visibility": "",
+ "Data": [
+ "2",
+ "LFP2_Device_Class"
+ ],
+ "HelpText": "This feature is for configuring LFP type. Save the configuration after selecting this field to see display related settings.",
+ "WidgetValues": [
+ {
+ "Key": "No Local Flat Panel",
+ "Value": "0"
+ },
+ {
+ "Key": "eDP(LFP Driven by Int-DisplayPort Encoder)",
+ "Value": "6150"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Select Output Port: ",
+ "Visibility": "",
+ "Data": [
+ "2",
+ "LFP2_Port"
+ ],
+ "HelpText": "This feature, when enabled, will activate support for an eDP Driver also uses the same data for enabling eDP on the selected port.\nNote: Do not enable any other digital ports on the same Port as eDP.",
+ "WidgetValues": [
+ {
+ "Key": "Embedded DisplayPort-A",
+ "Value": "10"
+ },
+ {
+ "Key": "Embedded DisplayPort-B",
+ "Value": "7"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Select AUX Channel: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:6150",
+ "Data": [
+ "2",
+ "Int_LFP2_AUX_Channel"
+ ],
+ "HelpText": "This feature specifies the AUX Channel for embedded-DisplayPort. This field is valid only if integrated eDP is selected for Device Type.",
+ "WidgetValues": [
+ {
+ "Key": "N/A",
+ "Value": "0"
+ },
+ {
+ "Key": "DisplayPort-A AUX Channel",
+ "Value": "64"
+ },
+ {
+ "Key": "DisplayPort-B AUX Channel",
+ "Value": "16"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Select Panel Type: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:6150",
+ "Data": [
+ "40",
+ "bmp_Panel2_type"
+ ],
+ "HelpText": "Default LFP parameter values:\nPANEL #01: 640x480 LFP\nPANEL #02: 800x600 LFP\nPANEL #03: 1024x768 LFP\nPANEL #04: 1280x1024 LFP\nPANEL #05: 1400x1050 Reduced Blanking LFP\nPANEL #06: 1400x1050 Non-Reduced Blanking LFP\nPANEL #07: 1600x1200 LFP\nPANEL #08: 1280x768 LFP\nPANEL #09: 1680x1050 LFP\nPANEL #10: 1920x1200 LFP\nPANEL #11: 1440x900 LFP\nPANEL #12: 1600x900 LFP\nPANEL #13: 1024x768 LFP\nPANEL #14: 1280x800 LFP\nPANEL #15: 1920x6108 LFP\nPANEL #16: 2048x1536",
+ "WidgetValues": [
+ {
+ "Key": "PANEL #01",
+ "Value": "0"
+ },
+ {
+ "Key": "PANEL #02",
+ "Value": "1"
+ },
+ {
+ "Key": "PANEL #03",
+ "Value": "2"
+ },
+ {
+ "Key": "PANEL #04",
+ "Value": "3"
+ },
+ {
+ "Key": "PANEL #05",
+ "Value": "4"
+ },
+ {
+ "Key": "PANEL #06",
+ "Value": "5"
+ },
+ {
+ "Key": "PANEL #07",
+ "Value": "6"
+ },
+ {
+ "Key": "PANEL #08",
+ "Value": "7"
+ },
+ {
+ "Key": "PANEL #09",
+ "Value": "8"
+ },
+ {
+ "Key": "PANEL #10",
+ "Value": "9"
+ },
+ {
+ "Key": "PANEL #11",
+ "Value": "10"
+ },
+ {
+ "Key": "PANEL #12",
+ "Value": "11"
+ },
+ {
+ "Key": "PANEL #13",
+ "Value": "12"
+ },
+ {
+ "Key": "PANEL #14",
+ "Value": "13"
+ },
+ {
+ "Key": "PANEL #15",
+ "Value": "14"
+ },
+ {
+ "Key": "PANEL #16",
+ "Value": "15"
+ },
+ {
+ "Key": "PANEL #FF",
+ "Value": "255"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Select Panel Type: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:5120",
+ "Data": [
+ "40",
+ "bmp_Panel2_type"
+ ],
+ "HelpText": "This feature selects the Local Flat Panel (LFP) the GOP and driver is to enable.\n\nDefault LFP parameter values:\nPANEL #01: 640x480 LFP\nPANEL #02: 800x600 LFP\nPANEL #03: 1024x768 LFP\nPANEL #04: 1280x1024 LFP\nPANEL #05: 1400x1050 Reduced Blanking LFP\nPANEL #06: 1400x1050 Non-Reduced Blanking LFP",
+ "WidgetValues": [
+ {
+ "Key": "PANEL #01",
+ "Value": "0"
+ },
+ {
+ "Key": "PANEL #02",
+ "Value": "1"
+ },
+ {
+ "Key": "PANEL #03",
+ "Value": "2"
+ },
+ {
+ "Key": "PANEL #04",
+ "Value": "3"
+ },
+ {
+ "Key": "PANEL #05",
+ "Value": "4"
+ },
+ {
+ "Key": "PANEL #06",
+ "Value": "5"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "DDI Lane Reversal: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:6150",
+ "Data": [
+ "2",
+ "LFP2_Lane_Reversal"
+ ],
+ "HelpText": "This feature, when enabled, will set lane reversal bit for Selected Port",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Select eDP Port Max Lane Count Supported: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:6150",
+ "Data": [
+ "2",
+ "Int_LFP2_EDP_DP_Port_Max_LaneCount"
+ ],
+ "HelpText": "This feature allows for the selection of the Port Max Lane Count (Port Width) for the EDP/DP link.",
+ "WidgetValues": [
+ {
+ "Key": "x1",
+ "Value": "0"
+ },
+ {
+ "Key": "x2",
+ "Value": "1"
+ },
+ {
+ "Key": "x4",
+ "Value": "3"
+ }
+ ]
+ },
+ {
+ "WidgetType": "ComboBox",
+ "WidgetName": "Vswing PreEmphasis Table Override: ",
+ "Visibility": "Block:2, Field:LFP2_Device_Class, Value:6150",
+ "Data": [
+ "2",
+ "INT_LFP2_Vswing_Override_Enable"
+ ],
+ "HelpText": "This feature, when enabled, will allow Graphics driver to use the Vswing and Pre-emphasis values from VBT.\nOEM's must not enable or disable this on their own and work with the Intel CE team to change any settings in this page.\nWhen this field is enabled, corresponding table must be populated in the VBT for PHY Vswing parameters too.",
+ "WidgetValues": [
+ {
+ "Key": "Yes",
+ "Value": "1"
+ },
+ {
+ "Key": "No",
+ "Value": "0"
+ }
+ ]
+ }
+ ],
+ "NestedPages": []
+ }
}
]
}
@@ -29022,6 +29413,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_01"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -30015,49 +30426,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_01"
+ "Lfp_Pwm_Source_Selection_01"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_01"
+ "BLC_Inv_Type_01"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -30083,7 +30490,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -30623,6 +31030,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_02"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -31616,49 +32043,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_02"
+ "Lfp_Pwm_Source_Selection_02"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_02"
+ "BLC_Inv_Type_02"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -31684,7 +32107,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -32224,6 +32647,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_03"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -33217,49 +33660,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_03"
+ "Lfp_Pwm_Source_Selection_03"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_03"
+ "BLC_Inv_Type_03"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -33285,7 +33724,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -33825,6 +34264,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_04"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -34818,49 +35277,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_04"
+ "Lfp_Pwm_Source_Selection_04"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_04"
+ "BLC_Inv_Type_04"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -34886,7 +35341,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -35426,6 +35881,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_05"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -36419,49 +36894,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_05"
+ "Lfp_Pwm_Source_Selection_05"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_05"
+ "BLC_Inv_Type_05"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -36487,7 +36958,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -37027,6 +37498,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_06"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -38020,49 +38511,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_06"
+ "Lfp_Pwm_Source_Selection_06"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_06"
+ "BLC_Inv_Type_06"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -38088,7 +38575,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -38628,6 +39115,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_07"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -39621,49 +40128,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_07"
+ "Lfp_Pwm_Source_Selection_07"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_07"
+ "BLC_Inv_Type_07"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -39689,7 +40192,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -40229,6 +40732,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_08"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -41222,49 +41745,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_08"
+ "Lfp_Pwm_Source_Selection_08"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_08"
+ "BLC_Inv_Type_08"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -41290,7 +41809,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -41830,6 +42349,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_09"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -42823,49 +43362,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_09"
+ "Lfp_Pwm_Source_Selection_09"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_09"
+ "BLC_Inv_Type_09"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -42891,7 +43426,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -43431,6 +43966,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_10"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -44424,49 +44979,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_10"
+ "Lfp_Pwm_Source_Selection_10"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_10"
+ "BLC_Inv_Type_10"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -44492,7 +45043,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -45032,6 +45583,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_11"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -46025,49 +46596,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_11"
+ "Lfp_Pwm_Source_Selection_11"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_11"
+ "BLC_Inv_Type_11"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -46093,7 +46660,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -46633,6 +47200,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_12"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -47626,49 +48213,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_12"
+ "Lfp_Pwm_Source_Selection_12"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_12"
+ "BLC_Inv_Type_12"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -47694,7 +48277,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -48234,6 +48817,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_13"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -49227,49 +49830,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_13"
+ "Lfp_Pwm_Source_Selection_13"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_13"
+ "BLC_Inv_Type_13"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -49295,7 +49894,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -49835,6 +50434,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_14"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -50828,49 +51447,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_14"
+ "Lfp_Pwm_Source_Selection_14"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_14"
+ "BLC_Inv_Type_14"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -50896,7 +51511,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -51436,6 +52051,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_15"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -52429,49 +53064,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_15"
+ "Lfp_Pwm_Source_Selection_15"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_15"
+ "BLC_Inv_Type_15"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -52497,7 +53128,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -53037,6 +53668,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_16"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform. Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -54030,49 +54681,45 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_16"
+ "Lfp_Pwm_Source_Selection_16"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brighntess Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/Aux Default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
+ },
+ {
+ "Key": "PWM from Display Engine/VESA eDP1.5 SCR AUX Interface",
+ "Value": "6"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_16"
+ "BLC_Inv_Type_16"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -54098,7 +54745,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -54681,6 +55328,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -54701,6 +55352,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort TC1",
"Value": "13"
},
@@ -55137,26 +55792,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP1_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -55558,6 +56193,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -55578,6 +56217,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort-TC1",
"Value": "13"
},
@@ -56014,26 +56657,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP2_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -56435,6 +57058,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -56455,6 +57082,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort-TC1",
"Value": "13"
},
@@ -56891,26 +57522,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP3_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -57312,6 +57923,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -57332,6 +57947,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort-TC1",
"Value": "13"
},
@@ -57768,26 +58387,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP4_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -58189,6 +58788,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -58209,6 +58812,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort-TC1",
"Value": "13"
},
@@ -58645,26 +59252,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP5_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -59066,6 +59653,10 @@
"Value": "0"
},
{
+ "Key": "HDMI-B",
+ "Value": "1"
+ },
+ {
"Key": "HDMI-TC1",
"Value": "14"
},
@@ -59086,6 +59677,10 @@
"Value": "10"
},
{
+ "Key": "DisplayPort-B",
+ "Value": "7"
+ },
+ {
"Key": "DisplayPort-TC1",
"Value": "13"
},
@@ -59522,26 +60117,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP6_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.json b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_MTL.json
index c205866..ef99adf 100644
--- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt.json
+++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/VbtBin/Vbt_MTL.json
@@ -5479,7 +5479,7 @@
"Block": {
"Id": "27",
"Name": "eDP Power Sequencing",
- "SizeInBytes": "817",
+ "SizeInBytes": "853",
"BlockIdSizeInBytes": "1",
"BlockSizeSizeInBytes": "2",
"StartOffset": "",
@@ -8752,6 +8752,125 @@
"ByteOffset": "",
"BitOffset": "",
"Value": ""
+ },
+ {
+ "Name": "SKIP",
+ "SizeInBits": "272",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_01",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_02",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_03",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_04",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_05",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_06",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_07",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_08",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_09",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_10",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_11",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_12",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_13",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_14",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_15",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
+ },
+ {
+ "Name": "eDP_Pipe_Joiner_Feature_16",
+ "SizeInBits": "1",
+ "ByteOffset": "",
+ "BitOffset": "",
+ "Value": ""
}
]
}
@@ -25934,7 +26053,7 @@
"PageID": [
{
"WidgetType": "Label",
- "WidgetName": "PLATFORM: MeteorLake",
+ "WidgetName": "PLATFORM: MeteorLake/ArrowLake",
"Visibility": "",
"Data": [],
"HelpText": "",
@@ -25942,7 +26061,7 @@
},
{
"WidgetType": "Label",
- "WidgetName": "VBT Version: 256",
+ "WidgetName": "VBT Version: 261",
"Visibility": "",
"Data": [],
"HelpText": "",
@@ -29290,6 +29409,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_01"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -30283,49 +30422,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_01"
+ "Lfp_Pwm_Source_Selection_01"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_01"
+ "BLC_Inv_Type_01"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -30351,7 +30482,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -30891,6 +31022,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_02"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -31884,49 +32035,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_02"
+ "Lfp_Pwm_Source_Selection_02"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_02"
+ "BLC_Inv_Type_02"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -31952,7 +32095,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -32492,6 +32635,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_03"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -33485,49 +33648,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_03"
+ "Lfp_Pwm_Source_Selection_03"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_03"
+ "BLC_Inv_Type_03"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -33553,7 +33708,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -34093,6 +34248,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_04"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -35086,49 +35261,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_04"
+ "Lfp_Pwm_Source_Selection_04"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_04"
+ "BLC_Inv_Type_04"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -35154,7 +35321,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -35694,6 +35861,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_05"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -36687,49 +36874,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_05"
+ "Lfp_Pwm_Source_Selection_05"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_05"
+ "BLC_Inv_Type_05"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -36755,7 +36934,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -37295,6 +37474,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_06"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -38288,49 +38487,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_06"
+ "Lfp_Pwm_Source_Selection_06"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_06"
+ "BLC_Inv_Type_06"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -38356,7 +38547,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -38896,6 +39087,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_07"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -39889,49 +40100,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_07"
+ "Lfp_Pwm_Source_Selection_07"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_07"
+ "BLC_Inv_Type_07"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -39957,7 +40160,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -40497,6 +40700,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_08"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -41490,49 +41713,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_08"
+ "Lfp_Pwm_Source_Selection_08"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_08"
+ "BLC_Inv_Type_08"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -41558,7 +41773,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -42098,6 +42313,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_09"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -43091,49 +43326,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_09"
+ "Lfp_Pwm_Source_Selection_09"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_09"
+ "BLC_Inv_Type_09"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -43159,7 +43386,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -43699,6 +43926,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_10"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -44692,49 +44939,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_10"
+ "Lfp_Pwm_Source_Selection_10"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_10"
+ "BLC_Inv_Type_10"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -44760,7 +44999,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -45300,6 +45539,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_11"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -46293,49 +46552,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_11"
+ "Lfp_Pwm_Source_Selection_11"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_11"
+ "BLC_Inv_Type_11"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -46361,7 +46612,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -46901,6 +47152,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_12"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -47894,49 +48165,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_12"
+ "Lfp_Pwm_Source_Selection_12"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_12"
+ "BLC_Inv_Type_12"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -47962,7 +48225,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -48502,6 +48765,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_13"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -49495,49 +49778,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_13"
+ "Lfp_Pwm_Source_Selection_13"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_13"
+ "BLC_Inv_Type_13"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -49563,7 +49838,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -50103,6 +50378,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_14"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -51096,49 +51391,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_14"
+ "Lfp_Pwm_Source_Selection_14"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_14"
+ "BLC_Inv_Type_14"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -51164,7 +51451,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -51704,6 +51991,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_15"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -52697,49 +53004,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_15"
+ "Lfp_Pwm_Source_Selection_15"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_15"
+ "BLC_Inv_Type_15"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -52765,7 +53064,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -53305,6 +53604,26 @@
]
},
{
+ "WidgetType": "ComboBox",
+ "WidgetName": " eDP Pipe Joiner Feature: ",
+ "Visibility": "",
+ "Data": [
+ "27",
+ "eDP_Pipe_Joiner_Feature_16"
+ ],
+ "HelpText": "This feature when set to yes, will enable Pipe Joiner feature for eDP display. Please note: Feature is only supported in ARL platform and Not supported in pre-OS.",
+ "WidgetValues": [
+ {
+ "Key": "Enabled",
+ "Value": "1"
+ },
+ {
+ "Key": "Disabled",
+ "Value": "0"
+ }
+ ]
+ },
+ {
"WidgetType": "Button",
"WidgetName": "Power Features",
"Visibility": "",
@@ -54298,49 +54617,41 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Type: ",
+ "WidgetName": "Brightness Control Selection: ",
"Visibility": "",
"Data": [
"43",
- "BLC_Inv_Type_16"
+ "Lfp_Pwm_Source_Selection_16"
],
- "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
+ "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'Brightness Control Selection' will be used",
"WidgetValues": [
{
- "Key": "None/External",
- "Value": "0"
+ "Key": "PWM From Display Engine/AUX default",
+ "Value": "2"
},
{
- "Key": "PWM",
- "Value": "2"
+ "Key": "Legacy VESA eDP AUX Interface",
+ "Value": "5"
}
]
},
{
"WidgetType": "ComboBox",
- "WidgetName": " Pwm Source Selection: ",
+ "WidgetName": "Inverter Type: ",
"Visibility": "",
"Data": [
"43",
- "Lfp_Pwm_Source_Selection_16"
+ "BLC_Inv_Type_16"
],
- "HelpText": "If panel supports 'Intel HDR AUX Interface', it will always be chosen by default. If not, value in 'PWM Source Selection' will be used",
+ "HelpText": "This feature allows for the selection of the Backlight Inverter type that is to be used to control the backlight brightness of the LFP.\nWhen PWM is selected, the driver and VBIOS will control the backlight brightness via the integrated PWM solution for the applicable chipsets.\nWhen None/External is selected, the system BIOS will control the backlight brightness via the external solution.",
"WidgetValues": [
{
- "Key": "PWM From Display Engine",
- "Value": "2"
- },
- {
- "Key": "PWM From LCD Panel",
- "Value": "3"
- },
- {
- "Key": "Panel Driver Interface",
- "Value": "4"
+ "Key": "None/External",
+ "Value": "0"
},
{
- "Key": "VESA eDP AUX Interface",
- "Value": "5"
+ "Key": "PWM/Internal",
+ "Value": "2"
}
]
},
@@ -54366,7 +54677,7 @@
},
{
"WidgetType": "ComboBox",
- "WidgetName": "Inverter Polarity: ",
+ "WidgetName": " Inverter Polarity: ",
"Visibility": "",
"Data": [
"43",
@@ -55413,26 +55724,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP1_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -56298,26 +56589,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP2_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -57183,26 +57454,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP3_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -58068,26 +58319,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP4_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -58953,26 +59184,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP5_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [
@@ -59838,26 +60049,6 @@
"Value": "0"
}
]
- },
- {
- "WidgetType": "ComboBox",
- "WidgetName": "DSC Feature: ",
- "Visibility": "",
- "Data": [
- "2",
- "EFP6_External_Compression_Enable"
- ],
- "HelpText": "This feature when set to yes, will enable VESA DSC compression feature for EFP display",
- "WidgetValues": [
- {
- "Key": "Disabled",
- "Value": "1"
- },
- {
- "Key": "Enabled",
- "Value": "0"
- }
- ]
}
],
"NestedPages": [