diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-03-11 16:52:28 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-17 17:30:29 -0400 |
commit | 7a8785f7eea5f1a35f10d2fbdee7df1febb850de (patch) | |
tree | 0cffea2cbf476c7bdf2a31f5f96425ffd970f445 | |
parent | 968040b23027e400854255311953207ac9233ddc (diff) |
drm/i915: Remove the preliminary_hw_support shackles from CHV
CHV should be in a good enough shape now, so let's drop the
.is_preliminary flag.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 15f58d02acda..82f8be4b6745 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -346,7 +346,6 @@ static const struct intel_device_info intel_broadwell_gt3m_info = { | |||
346 | }; | 346 | }; |
347 | 347 | ||
348 | static const struct intel_device_info intel_cherryview_info = { | 348 | static const struct intel_device_info intel_cherryview_info = { |
349 | .is_preliminary = 1, | ||
350 | .gen = 8, .num_pipes = 3, | 349 | .gen = 8, .num_pipes = 3, |
351 | .need_gfx_hws = 1, .has_hotplug = 1, | 350 | .need_gfx_hws = 1, .has_hotplug = 1, |
352 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, | 351 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, |