Skip to content

Commit

Permalink
drm/i915: Add quirk to disable SSC on Sony Vaio Y2
Browse files Browse the repository at this point in the history
Using the new quirk added to support disabling SSC on Lenovo U160
(#36656, commit 435793d), also register
the Vaio as a special case and disable SSC for it.

This patch fixes #34437 on fdo bugzilla:
https://bugs.freedesktop.org/show_bug.cgi?id=34437

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
Michel Alexandre Salim authored and Keith Packard committed Jul 29, 2011
1 parent 013a41e commit 070d329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -7892,6 +7892,9 @@ struct intel_quirk intel_quirks[] = {

/* Lenovo U160 cannot use SSC on LVDS */
{ 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },

/* Sony Vaio Y cannot use SSC on LVDS */
{ 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
};

static void intel_init_quirks(struct drm_device *dev)
Expand Down

0 comments on commit 070d329

Please sign in to comment.