Skip to content

Commit

Permalink
Update 2008
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Sep 17, 2024
1 parent 1b12320 commit 531b620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2008-i915-4-lane-quirk-for-mbp15-1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ index 14d5fefc9..727639b8f 100644
+ { 0x3e9b, 0x106b, 0x0176, quirk_ddi_a_force_4_lanes },
};

void intel_init_quirks(struct intel_display *display)
static struct intel_dpcd_quirk intel_dpcd_quirks[] = {
diff --git a/drivers/gpu/drm/i915/display/intel_quirks.h b/drivers/gpu/drm/i915/display/intel_quirks.h
index 151c8f4ae..46e7feba8 100644
--- a/drivers/gpu/drm/i915/display/intel_quirks.h
+++ b/drivers/gpu/drm/i915/display/intel_quirks.h
@@ -17,6 +17,7 @@ enum intel_quirk_id {
QUIRK_INVERT_BRIGHTNESS,
QUIRK_LVDS_SSC_DISABLE,
QUIRK_NO_PPS_BACKLIGHT_POWER_HOOK,
QUIRK_FW_SYNC_LEN,
+ QUIRK_DDI_A_FORCE_4_LANES,
};

Expand Down

0 comments on commit 531b620

Please sign in to comment.