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

Vivi, Rodrigo rodrigo.vivi at intel.com
Tue Jun 6 15:11:32 UTC 2017


Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

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 \



More information about the Intel-gfx mailing list