Skip to content

Commit 86a7ab0

Browse files
authored
More fixes for 6.10
1 parent 6b89dce commit 86a7ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ index 6e48d3bcdfec..a8c55e165b46 100644
4646
+ drm_info(display->drm, "Applying DDI A Forced 4 Lanes quirk\n");
4747
+}
4848
+
49-
static void quirk_no_pps_backlight_power_hook(struct drm_i915_private *i915)
49+
static void quirk_no_pps_backlight_power_hook(struct intel_display *display)
5050
{
51-
intel_set_quirk(i915, QUIRK_NO_PPS_BACKLIGHT_POWER_HOOK);
51+
intel_set_quirk(display, QUIRK_NO_PPS_BACKLIGHT_POWER_HOOK);
5252
@@ -199,6 +211,9 @@ static struct intel_quirk intel_quirks[] = {
5353
{ 0x3184, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
5454
/* HP Notebook - 14-r206nv */

0 commit comments

Comments
 (0)