Op 03-03-17 om 16:19 schreef [email protected]: > From: Ville Syrjälä <[email protected]> > > VLV/CHV watermarks are now able to handle the radiation, so > mark these platforms as ready for atomic. > > Cc: Maarten Lankhorst <[email protected]> > Suggested-by: Maarten Lankhorst <[email protected]> > Signed-off-by: Ville Syrjälä <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c > index b1e9027a4f80..c8944bf65a36 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -1214,9 +1214,8 @@ int i915_driver_load(struct pci_dev *pdev, const struct > pci_device_id *ent) > struct drm_i915_private *dev_priv; > int ret; > > - /* Enable nuclear pageflip on ILK+, except vlv/chv */ > - if (!i915.nuclear_pageflip && > - (match_info->gen < 5 || match_info->has_gmch_display)) > + /* Enable nuclear pageflip on ILK+ */ > + if (!i915.nuclear_pageflip && match_info->gen < 5) > driver.driver_features &= ~DRIVER_ATOMIC; > > ret = -ENOMEM;
Reviewed-by: Maarten Lankhorst <[email protected]> _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
