mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
968040b230
commit
7a8785f7ee
|
@ -346,7 +346,6 @@ static const struct intel_device_info intel_broadwell_gt3m_info = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct intel_device_info intel_cherryview_info = {
|
static const struct intel_device_info intel_cherryview_info = {
|
||||||
.is_preliminary = 1,
|
|
||||||
.gen = 8, .num_pipes = 3,
|
.gen = 8, .num_pipes = 3,
|
||||||
.need_gfx_hws = 1, .has_hotplug = 1,
|
.need_gfx_hws = 1, .has_hotplug = 1,
|
||||||
.ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
|
.ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
|
||||||
|
|
Loading…
Reference in New Issue