Re: [Intel-gfx] [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state.

2015-03-18 Thread Daniel Vetter
Oliveira, Ander; Vetter, Daniel Subject: Re: [Intel-gfx] [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state. On Sat, Mar 14, 2015 at 10:55:39PM -0700, Chandra Konduru wrote: During readout_hw_state, whole pipe_config is built reading hw. But rebuilding

Re: [Intel-gfx] [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state.

2015-03-17 Thread Konduru, Chandra
] drm/i915: use current scaler state during readout_hw_state. On Sat, Mar 14, 2015 at 10:55:39PM -0700, Chandra Konduru wrote: During readout_hw_state, whole pipe_config is built reading hw. But rebuilding scaler state from hw requires, - reading all planes and find its corresponding index

Re: [Intel-gfx] [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state.

2015-03-17 Thread Daniel Vetter
On Sat, Mar 14, 2015 at 10:55:39PM -0700, Chandra Konduru wrote: During readout_hw_state, whole pipe_config is built reading hw. But rebuilding scaler state from hw requires, - reading all planes and find its corresponding index in order to set its bits in scaler_users - reading cdclk

[Intel-gfx] [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state.

2015-03-14 Thread Chandra Konduru
During readout_hw_state, whole pipe_config is built reading hw. But rebuilding scaler state from hw requires, - reading all planes and find its corresponding index in order to set its bits in scaler_users - reading cdclk and adjusted mode crtc clk in order to regenerate min scaling ratios.