Re: [Intel-gfx] [PATCH] drm/i915: fix lvds/dp panel fitter setting

2013-08-28 Thread Daniel Vetter
On Wed, Aug 28, 2013 at 06:27:16PM +0300, Mika Kuoppala wrote: > Imre Deak writes: > > > If need to enable the panel fitter, the crtc timings have to be > > programmed according to the panel's native (fixed) mode. This isn't the > > case atm, since after the encoder changes adjusted_mode to fixed

Re: [Intel-gfx] [PATCH] drm/i915: fix lvds/dp panel fitter setting

2013-08-28 Thread Mika Kuoppala
Imre Deak writes: > If need to enable the panel fitter, the crtc timings have to be > programmed according to the panel's native (fixed) mode. This isn't the > case atm, since after the encoder changes adjusted_mode to fixed > mode the crtc_* timing fields of adjusted_mode will stay at their orig

Re: [Intel-gfx] [PATCH] drm/i915: fix lvds/dp panel fitter setting

2013-08-27 Thread Daniel Vetter
On Tue, Aug 27, 2013 at 12:24:09PM +0300, Imre Deak wrote: > If need to enable the panel fitter, the crtc timings have to be > programmed according to the panel's native (fixed) mode. This isn't the > case atm, since after the encoder changes adjusted_mode to fixed > mode the crtc_* timing fields o

[Intel-gfx] [PATCH] drm/i915: fix lvds/dp panel fitter setting

2013-08-27 Thread Imre Deak
If need to enable the panel fitter, the crtc timings have to be programmed according to the panel's native (fixed) mode. This isn't the case atm, since after the encoder changes adjusted_mode to fixed mode the crtc_* timing fields of adjusted_mode will stay at their original non-native values that