[PATCH 5/5] drm/i915: Move psr.link_standby setup to intel_psr_match_conditions()

2016-05-18 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Determine the value of psr.link_standby at runtime rather than at init time. This helps in testing since you can change between link-off and link-standby at runtime. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_psr.c | 41

[Intel-gfx] [PATCH 5/5] drm/i915: Move psr.link_standby setup to intel_psr_match_conditions()

2016-05-18 Thread Daniel Vetter
On Wed, May 18, 2016 at 09:34:22PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Determine the value of psr.link_standby at runtime rather than at init > time. This helps in testing since you can change between link-off and > link-standby at runtime. > >