Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306965
b: refs/heads/master
c: 5a15ab5
h: refs/heads/master
i:
  306963: 55bf57f
v: v3
  • Loading branch information
Carsten Emde authored and Daniel Vetter committed Mar 18, 2012
1 parent 022408c commit d5dddbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dca20efb1a9c2efefc28ad2867e5d6c3f5e1955
refs/heads/master: 5a15ab5b93e4a3ebcd4fa6c76cf646a45e9cf806
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -9021,7 +9021,8 @@ static void quirk_ssc_force_disable(struct drm_device *dev)
}

/*
* A machine may need to invert the panel backlight brightness value
* A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
* brightness value
*/
static void quirk_invert_brightness(struct drm_device *dev)
{
Expand Down Expand Up @@ -9061,6 +9062,9 @@ struct intel_quirk intel_quirks[] = {

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

/* Acer Aspire 5734Z must invert backlight brightness */
{ 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
};

static void intel_init_quirks(struct drm_device *dev)
Expand Down

0 comments on commit d5dddbd

Please sign in to comment.