i915: fix Dell XPS 13 7390 device ID in quirk patches
- Correct device ID from 0x8a12 to 0x8a52 for Dell XPS 13 7390 2-in-1 - Applies to both 6.18 and 6.19 kernel patches
This commit is contained in:
parent
f885c4ba98
commit
8168703648
@ -52,7 +52,7 @@ index 111111111111..222222222222 100644
|
||||
@@ -240,6 +252,9 @@ static struct intel_quirk intel_quirks[] = {
|
||||
|
||||
/* Dell XPS 13 7390 2-in-1 */
|
||||
{ 0x8a12, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 },
|
||||
{ 0x8a52, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 },
|
||||
+
|
||||
+ /* Apple MacBookPro15,1 */
|
||||
+ { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes },
|
||||
|
||||
@ -52,7 +52,7 @@ index 111111111111..222222222222 100644
|
||||
@@ -240,6 +252,9 @@ static struct intel_quirk intel_quirks[] = {
|
||||
|
||||
/* Dell XPS 13 7390 2-in-1 */
|
||||
{ 0x8a12, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 },
|
||||
{ 0x8a52, 0x1028, 0x08b0, quirk_edp_limit_rate_hbr2 },
|
||||
+
|
||||
+ /* Apple MacBookPro15,1 */
|
||||
+ { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user