diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_pci.c')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_pci.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index f87b0c4e564d..1a78363c7f4a 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -208,7 +208,7 @@ static const struct intel_device_info intel_ironlake_d_info = {  static const struct intel_device_info intel_ironlake_m_info = {  	GEN5_FEATURES,  	.platform = INTEL_IRONLAKE, -	.is_mobile = 1, +	.is_mobile = 1, .has_fbc = 1,  };  #define GEN6_FEATURES \ @@ -390,7 +390,6 @@ static const struct intel_device_info intel_skylake_gt3_info = {  	.has_hw_contexts = 1, \  	.has_logical_ring_contexts = 1, \  	.has_guc = 1, \ -	.has_decoupled_mmio = 1, \  	.has_aliasing_ppgtt = 1, \  	.has_full_ppgtt = 1, \  	.has_full_48bit_ppgtt = 1, \  |