Reviewed-by: Rodrigo Vivi <[email protected]> On Tue, 2017-06-06 at 16:32 +0300, [email protected] wrote: > From: Ville Syrjälä <[email protected]> > > Restore the lost has_fbc flag for mobile ILK. > > Cc: Carlos Santa <[email protected]> > Cc: Rodrigo Vivi <[email protected]> > Fixes: a13233804686 ("drm/i915: Introduce GEN5_FEATURES for device info") > Signed-off-by: Ville Syrjälä <[email protected]> > --- > drivers/gpu/drm/i915/i915_pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c > index cf43dc1d539f..f940e486a62a 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 \
_______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
