aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 94e74a426ef9..2a9178bb2748 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -138,13 +138,11 @@ const static struct intel_device_info intel_ironlake_m_info = {
138 138
139const static struct intel_device_info intel_sandybridge_d_info = { 139const static struct intel_device_info intel_sandybridge_d_info = {
140 .is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1, 140 .is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1,
141 .has_pipe_cxsr = 1,
142 .has_hotplug = 1, 141 .has_hotplug = 1,
143}; 142};
144 143
145const static struct intel_device_info intel_sandybridge_m_info = { 144const static struct intel_device_info intel_sandybridge_m_info = {
146 .is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1, 145 .is_i965g = 1, .is_mobile = 1, .is_i9xx = 1, .need_gfx_hws = 1,
147 .has_pipe_cxsr = 1,
148 .has_hotplug = 1, 146 .has_hotplug = 1,
149}; 147};
150 148