Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-03-07 Thread Jesse Barnes
On Tue, 26 Feb 2013 14:48:33 +0200 Ville Syrjälä wrote: > On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: > > Adding Enable and Disable PSR functionalities. This includes setting the > > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > > enabling PSR in th

Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-28 Thread Paulo Zanoni
Hi 2013/2/26 Ville Syrjälä : > On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: >> Adding Enable and Disable PSR functionalities. This includes setting the >> PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, >> enabling PSR in the sink via DPCD register and fi

Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-28 Thread Paulo Zanoni
Hi So now I finally have the correct spec in hands! 2013/2/25 Rodrigo Vivi : > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR

Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. >

Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Jani Nikula
On Tue, 26 Feb 2013, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. > > This patch is hea

Re: [Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. >

[Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-25 Thread Rodrigo Vivi
Adding Enable and Disable PSR functionalities. This includes setting the PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, enabling PSR in the sink via DPCD register and finally enabling PSR on the host. This patch is heavily based on initial PSR code by Sateesh Kavuri and

[Intel-gfx] [PATCH 6/8] drm/i915: Enable/Disable PSR on HSW

2013-01-11 Thread Rodrigo Vivi
From: Shobhit Kumar Added eDP PSR enable functionality. This includes setting the PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, enabling PSR in the sink via DPCD register and finally enabling PSR on the host. PSR works only in LPSP mode, so put the PIPE_DDI in DDIA alw