Re: [Intel-gfx] [PATCH 08/10] drm/i915: Refactor LPT-H VGA dotclock disabling

2015-12-03 Thread Ville Syrjälä
On Wed, Dec 02, 2015 at 02:56:01PM -0200, Paulo Zanoni wrote: > 2015-12-01 11:08 GMT-02:00 : > > From: Ville Syrjälä > > > > Extract the LPT-H VGA dotclock disable to a separate function in > > anticipation of further use. > > > > While at it move the sb_lock locking inwards when enabling the VGA

Re: [Intel-gfx] [PATCH 08/10] drm/i915: Refactor LPT-H VGA dotclock disabling

2015-12-02 Thread Paulo Zanoni
2015-12-01 11:08 GMT-02:00 : > From: Ville Syrjälä > > Extract the LPT-H VGA dotclock disable to a separate function in > anticipation of further use. > > While at it move the sb_lock locking inwards when enabling the VGA > dotclock, as it's only needed to protect the sideband accesses. > > Also

[Intel-gfx] [PATCH 08/10] drm/i915: Refactor LPT-H VGA dotclock disabling

2015-12-01 Thread ville . syrjala
From: Ville Syrjälä Extract the LPT-H VGA dotclock disable to a separate function in anticipation of further use. While at it move the sb_lock locking inwards when enabling the VGA dotclock, as it's only needed to protect the sideband accesses. Also toss out the PIXCLK_GATE_GATE nop define and