diff options
| author | Damien Lespiau <damien.lespiau@intel.com> | 2015-07-16 12:08:09 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-07-17 03:09:49 -0400 |
| commit | 4b0c8bb016e7f36e2d6ec230f9177f88def690d5 (patch) | |
| tree | 39d59d4373d3dec20f0f2c09d1e913db05c7a238 /drivers/gpu | |
| parent | edd43ed8cebafd29cc24e4798cdf0412c668e644 (diff) | |
drm/i915/skl: Drop the preliminary_hw_support flag
Time to light a candle and remove the preliminary_hw_support flag.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index f13ed1ef6641..0d6775a3e88c 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
| @@ -356,7 +356,6 @@ static const struct intel_device_info intel_cherryview_info = { | |||
| 356 | }; | 356 | }; |
| 357 | 357 | ||
| 358 | static const struct intel_device_info intel_skylake_info = { | 358 | static const struct intel_device_info intel_skylake_info = { |
| 359 | .is_preliminary = 1, | ||
| 360 | .is_skylake = 1, | 359 | .is_skylake = 1, |
| 361 | .gen = 9, .num_pipes = 3, | 360 | .gen = 9, .num_pipes = 3, |
| 362 | .need_gfx_hws = 1, .has_hotplug = 1, | 361 | .need_gfx_hws = 1, .has_hotplug = 1, |
| @@ -369,7 +368,6 @@ static const struct intel_device_info intel_skylake_info = { | |||
| 369 | }; | 368 | }; |
| 370 | 369 | ||
| 371 | static const struct intel_device_info intel_skylake_gt3_info = { | 370 | static const struct intel_device_info intel_skylake_gt3_info = { |
| 372 | .is_preliminary = 1, | ||
| 373 | .is_skylake = 1, | 371 | .is_skylake = 1, |
| 374 | .gen = 9, .num_pipes = 3, | 372 | .gen = 9, .num_pipes = 3, |
| 375 | .need_gfx_hws = 1, .has_hotplug = 1, | 373 | .need_gfx_hws = 1, .has_hotplug = 1, |
