Re: [Intel-gfx] [PATCH 1/6] drm/i915: don't restore LVDS enable state blindly v2

2013-02-19 Thread Daniel Vetter
On Tue, Feb 19, 2013 at 05:39:49PM -0300, Paulo Zanoni wrote: > Hi > > 2013/2/19 Jesse Barnes : > > We still rely on a few LVDS bits, but restoring the enable bit can cause > > trouble at this point, so don't. > > > > v2: use the right mask to prevent restore (Daniel) > > conditionalize on KMS

Re: [Intel-gfx] [PATCH 1/6] drm/i915: don't restore LVDS enable state blindly v2

2013-02-19 Thread Paulo Zanoni
Hi 2013/2/19 Jesse Barnes : > We still rely on a few LVDS bits, but restoring the enable bit can cause > trouble at this point, so don't. > > v2: use the right mask to prevent restore (Daniel) > conditionalize on KMS support (Denial) > > Signed-off-by: Jesse Barnes Reviewed-by: Paulo Zanoni

[Intel-gfx] [PATCH 1/6] drm/i915: don't restore LVDS enable state blindly v2

2013-02-19 Thread Jesse Barnes
We still rely on a few LVDS bits, but restoring the enable bit can cause trouble at this point, so don't. v2: use the right mask to prevent restore (Daniel) conditionalize on KMS support (Denial) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_suspend.c |8 ++-- 1 file cha

[Intel-gfx] [PATCH 1/6] drm/i915: don't restore LVDS enable state blindly v2

2013-02-15 Thread Jesse Barnes
We still rely on a few LVDS bits, but restoring the enable bit can cause trouble at this point, so don't. v2: use the right mask to prevent restore (Daniel) conditionalize on KMS support (Denial) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_suspend.c |8 ++-- 1 file cha