Update 2008-i915-4-lane-quirk-for-mbp15-1.patch

This commit is contained in:
Aditya Garg
2023-03-11 10:18:41 +05:30
committed by GitHub
parent c65b5f7c30
commit 2864c326d8
+2 -2
View File
@@ -50,9 +50,9 @@ index 6e48d3bcdfec..a8c55e165b46 100644
{
intel_set_quirk(i915, QUIRK_NO_PPS_BACKLIGHT_POWER_HOOK);
@@ -199,6 +211,9 @@ static struct intel_quirk intel_quirks[] = {
/* ECS Liva Q2 */
{ 0x3185, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
{ 0x3184, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
/* HP Notebook - 14-r206nv */
{ 0x0f31, 0x103c, 0x220f, quirk_invert_brightness },
+
+ /* Apple MacBookPro15,1 */
+ { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes },