Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185617
b: refs/heads/master
c: faa7bde
h: refs/heads/master
i:
  185615: ab1d67c
v: v3
  • Loading branch information
Eric Anholt committed Feb 26, 2010
1 parent 5bf2acc commit bf98cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b9201c14d9c22fb3b3f313f69ee4f967353ca960
refs/heads/master: faa7bde6cb1227d13d011042f17bda0869c3bd1e
4 changes: 1 addition & 3 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,11 @@ const static struct intel_device_info intel_ironlake_m_info = {

const static struct intel_device_info intel_sandybridge_d_info = {
.is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1,
.has_pipe_cxsr = 1,
.has_hotplug = 1,
};

const static struct intel_device_info intel_sandybridge_m_info = {
.is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1,
.has_pipe_cxsr = 1,
.is_i965g = 1, .is_mobile = 1, .is_i9xx = 1, .need_gfx_hws = 1,
.has_hotplug = 1,
};

Expand Down

0 comments on commit bf98cb3

Please sign in to comment.