Skip to content

Commit

Permalink
drm/i915/skl: Drop the preliminary_hw_support flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Damien Lespiau authored and Daniel Vetter committed Jul 17, 2015
1 parent edd43ed commit 4b0c8bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ static const struct intel_device_info intel_cherryview_info = {
};

static const struct intel_device_info intel_skylake_info = {
.is_preliminary = 1,
.is_skylake = 1,
.gen = 9, .num_pipes = 3,
.need_gfx_hws = 1, .has_hotplug = 1,
Expand All @@ -369,7 +368,6 @@ static const struct intel_device_info intel_skylake_info = {
};

static const struct intel_device_info intel_skylake_gt3_info = {
.is_preliminary = 1,
.is_skylake = 1,
.gen = 9, .num_pipes = 3,
.need_gfx_hws = 1, .has_hotplug = 1,
Expand Down

0 comments on commit 4b0c8bb

Please sign in to comment.