[Intel-gfx] [PATCH] drm/i915: Restore has_fbc=1 for ILK-M

Ville Syrjälä ville.syrjala at linux.intel.com
Tue Jun 6 16:38:55 UTC 2017


On Tue, Jun 06, 2017 at 03:11:32PM +0000, Vivi, Rodrigo wrote:
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

Thanks. Pushed to dinq.

> 
> On Tue, 2017-06-06 at 16:32 +0300, ville.syrjala at linux.intel.com wrote:
> > From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> > 
> > Restore the lost has_fbc flag for mobile ILK.
> > 
> > Cc: Carlos Santa <carlos.santa at intel.com>
> > Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> > Fixes: a13233804686 ("drm/i915: Introduce GEN5_FEATURES for device info")
> > Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> > ---
> >  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 \
> 

-- 
Ville Syrjälä
Intel OTC


More information about the Intel-gfx mailing list