aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index c99f571f1e84..ca11cc854e78 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -341,7 +341,6 @@ static const struct intel_device_info intel_haswell_m_info = {
341}; 341};
342 342
343static const struct intel_device_info intel_broadwell_d_info = { 343static const struct intel_device_info intel_broadwell_d_info = {
344 .is_preliminary = 1,
345 .gen = 8, .num_pipes = 3, 344 .gen = 8, .num_pipes = 3,
346 .need_gfx_hws = 1, .has_hotplug = 1, 345 .need_gfx_hws = 1, .has_hotplug = 1,
347 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, 346 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
@@ -350,7 +349,6 @@ static const struct intel_device_info intel_broadwell_d_info = {
350}; 349};
351 350
352static const struct intel_device_info intel_broadwell_m_info = { 351static const struct intel_device_info intel_broadwell_m_info = {
353 .is_preliminary = 1,
354 .gen = 8, .is_mobile = 1, .num_pipes = 3, 352 .gen = 8, .is_mobile = 1, .num_pipes = 3,
355 .need_gfx_hws = 1, .has_hotplug = 1, 353 .need_gfx_hws = 1, .has_hotplug = 1,
356 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, 354 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,