git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e47c3
)
drm/i915: Fix check with IS_GEN6
author
Zhenyu Wang
<zhenyuw@linux.intel.com>
Tue, 9 Mar 2010 15:37:07 +0000
(23:37 +0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 17 Mar 2010 20:07:00 +0000
(13:07 -0700)
IS_GEN6 missed to include SandyBridge mobile chip, which failed in
i915_probe_agp() for memory config detection. Fix it with a device
info flag.
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found