[Intel-gfx] [PATCH 02/10] drm/i915/psr: program vsc header for psr2

2017-01-10 Thread Rodrigo Vivi
patch merged to dinq. thanks for patch and review. On Wed, Jan 4, 2017 at 3:48 PM Jim Bride wrote: > On Mon, Jan 02, 2017 at 05:00:55PM +0530, vathsala nagaraju wrote: > > Function hsw_psr_setup handles vsc header setup for psr1 and > > skl_psr_setup_vsc handles vsc header setup for psr2. > > >

[PATCH 02/10] drm/i915/psr: program vsc header for psr2

2017-01-04 Thread Jim Bride
On Mon, Jan 02, 2017 at 05:00:55PM +0530, vathsala nagaraju wrote: > Function hsw_psr_setup handles vsc header setup for psr1 and > skl_psr_setup_vsc handles vsc header setup for psr2. > > Setup VSC header in function skl_psr_setup_vsc for psr2 support, > as per edp 1.4 spec, table 6-11:VSC SDP

[PATCH 02/10] drm/i915/psr: program vsc header for psr2

2017-01-02 Thread vathsala nagaraju
Function hsw_psr_setup handles vsc header setup for psr1 and skl_psr_setup_vsc handles vsc header setup for psr2. Setup VSC header in function skl_psr_setup_vsc for psr2 support, as per edp 1.4 spec, table 6-11:VSC SDP HEADER Extension for psr2 operation. v2: (Jani) - Initialize variables to 0 -