summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorImre Deak2016-07-01 16:40:45 +0200
committerImre Deak2016-07-01 20:25:54 +0200
commitc73930266d3b060d0ff0832b71caad95ac09b4a6 (patch)
treecdf6b4263aa5b6dcaeb3fa555686326c9814c6c7 /drivers/gpu
parentdrm/i915/bxt: Export pooled eu info to userspace (diff)
downloadkernel-qcow2-linux-c73930266d3b060d0ff0832b71caad95ac09b4a6.tar.gz
kernel-qcow2-linux-c73930266d3b060d0ff0832b71caad95ac09b4a6.tar.xz
kernel-qcow2-linux-c73930266d3b060d0ff0832b71caad95ac09b4a6.zip
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: Imre Deak <imre.deak@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1467384045-17028-1-git-send-email-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/i915_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index a7f8f4fb7e8d..949c01686a66 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -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,