On Wed, Aug 26, 2015 at 09:29:56AM +0200, Maarten Lankhorst wrote: > This partially reverts commit 74c090b1bdc57b1c9f1361908cca5a3d8a80fb08. > > The DRIVER_ATOMIC cap cannot yet be exported because i915 lacks async > support. > > Signed-off-by: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> Queued for -next, thanks for the patch. -Daniel > --- > drivers/gpu/drm/i915/i915_drv.c | 2 +- > drivers/gpu/drm/i915/i915_drv.h | 1 + > drivers/gpu/drm/i915/i915_params.c | 5 +++++ > 3 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c > index 151263b433e6..1c8d16fe8b0b 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -1725,7 +1725,7 @@ static int __init i915_init(void) > * to the atomic ioctl and the atomic properties. Only plane operations on > * a single CRTC will actually work. > */ > - if (driver.driver_features & DRIVER_MODESET) > + if (i915.nuclear_pageflip) > driver.driver_features |= DRIVER_ATOMIC; > > return drm_pci_init(&driver, &i915_pci_driver); > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h > index 86e69f1ad3ee..69bd3fef9f17 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -2615,6 +2615,7 @@ struct i915_params { > int use_mmio_flip; > int mmio_debug; > bool verbose_state_checks; > + bool nuclear_pageflip; > int edp_vswing; > }; > extern struct i915_params i915 __read_mostly; > diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c > index 5ae4b0aba564..05053e2e9ff0 100644 > --- a/drivers/gpu/drm/i915/i915_params.c > +++ b/drivers/gpu/drm/i915/i915_params.c > @@ -51,6 +51,7 @@ struct i915_params i915 __read_mostly = { > .use_mmio_flip = 0, > .mmio_debug = 0, > .verbose_state_checks = 1, > + .nuclear_pageflip = 0, > .edp_vswing = 0, > .enable_guc_submission = false, > .guc_log_level = -1, > @@ -177,6 +178,10 @@ module_param_named(verbose_state_checks, i915.verbose_state_checks, bool, 0600); > MODULE_PARM_DESC(verbose_state_checks, > "Enable verbose logs (ie. WARN_ON()) in case of unexpected hw state conditions."); > > +module_param_named_unsafe(nuclear_pageflip, i915.nuclear_pageflip, bool, 0600); > +MODULE_PARM_DESC(nuclear_pageflip, > + "Force atomic modeset functionality; asynchronous mode is not yet supported. (default: false)."); > + > /* WA to get away with the default setting in VBT for early platforms.Will be removed */ > module_param_named_unsafe(edp_vswing, i915.edp_vswing, int, 0400); > MODULE_PARM_DESC(edp_vswing, > -- > 2.1.0 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx