|
@@ -341,7 +341,6 @@ static const struct intel_device_info intel_haswell_m_info = {
|
|
|
};
|
|
|
|
|
|
static const struct intel_device_info intel_broadwell_d_info = {
|
|
|
- .is_preliminary = 1,
|
|
|
.gen = 8, .num_pipes = 3,
|
|
|
.need_gfx_hws = 1, .has_hotplug = 1,
|
|
|
.ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
|
|
@@ -350,7 +349,6 @@ static const struct intel_device_info intel_broadwell_d_info = {
|
|
|
};
|
|
|
|
|
|
static const struct intel_device_info intel_broadwell_m_info = {
|
|
|
- .is_preliminary = 1,
|
|
|
.gen = 8, .is_mobile = 1, .num_pipes = 3,
|
|
|
.need_gfx_hws = 1, .has_hotplug = 1,
|
|
|
.ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
|