Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7393026 authored by Imre Deak's avatar Imre Deak
Browse files

drm/i915/bxt: Remove the preliminary_hw_support flag



Broxton is now part of CI which doesn't indicate any major problems so
enable the driver by default.

Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1467384045-17028-1-git-send-email-imre.deak@intel.com
parent 37f501af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -331,7 +331,6 @@ static const struct intel_device_info intel_skylake_gt3_info = {
};

static const struct intel_device_info intel_broxton_info = {
	.is_preliminary = 1,
	.is_broxton = 1,
	.gen = 9,
	.need_gfx_hws = 1, .has_hotplug = 1,