[PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-07-19 Thread Daniel Vetter
Atm the crtc helper implementation of set_config has really inconsisten semantics: If just an fb update is good enough, dpms state will be left as-is, but if we do a full modeset we force everything to dpms on. This change has already been applied to the i915 modeset code in commit e3de42b68478a8

[PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-07-19 Thread Alex Deucher
On Fri, Jul 19, 2013 at 12:57 PM, Daniel Vetter wrote: > Atm the crtc helper implementation of set_config has really > inconsisten semantics: If just an fb update is good enough, dpms state > will be left as-is, but if we do a full modeset we force everything to > dpms on. > > This change has alr

Re: [PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-07-19 Thread Alex Deucher
On Fri, Jul 19, 2013 at 12:57 PM, Daniel Vetter wrote: > Atm the crtc helper implementation of set_config has really > inconsisten semantics: If just an fb update is good enough, dpms state > will be left as-is, but if we do a full modeset we force everything to > dpms on. > > This change has alre

[PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-07-19 Thread Daniel Vetter
Atm the crtc helper implementation of set_config has really inconsisten semantics: If just an fb update is good enough, dpms state will be left as-is, but if we do a full modeset we force everything to dpms on. This change has already been applied to the i915 modeset code in commit e3de42b68478a8

[PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-06-15 Thread Daniel Vetter
Atm the crtc helper implementation of set_config has really inconsisten semantics: If just an fb update is good enough, dpms state will be left as-is, but if we do a full modeset we force everything to dpms on. This change has already been applied to the i915 modeset code in commit e3de42b68478a8

[PATCH] drm/crtc-helper: explicit DPMS on after modeset

2013-06-15 Thread Daniel Vetter
Atm the crtc helper implementation of set_config has really inconsisten semantics: If just an fb update is good enough, dpms state will be left as-is, but if we do a full modeset we force everything to dpms on. This change has already been applied to the i915 modeset code in commit e3de42b68478a8