[PATCH] drm/nouveau: only runtime suspend by default in optimus configuration

2013-12-12 Thread Stefan Lippers-Hollmann
Hi On Thursday 12 December 2013, Ilia Mirkin wrote: > The intent was to only enable it by default for optimus, e.g. see the > runtime_idle callback. The suspend callback may be called directly, e.g. > as a result of nouveau_crtc_set_config. > > Reported-by: Stefan Lippers-Hollmann > Signed-off-b

[PATCH] drm/nouveau: only runtime suspend by default in optimus configuration

2013-12-11 Thread Ilia Mirkin
The intent was to only enable it by default for optimus, e.g. see the runtime_idle callback. The suspend callback may be called directly, e.g. as a result of nouveau_crtc_set_config. Reported-by: Stefan Lippers-Hollmann Signed-off-by: Ilia Mirkin Cc: stable at vger.kernel.org --- See http://lis