All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915: Remaining PSR fixes
@ 2016-05-31 15:50 ville.syrjala
  2016-05-31 15:50 ` [PATCH v2 1/6] drm/dp: Add drm_dp_psr_setup_time() ville.syrjala
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: ville.syrjala @ 2016-05-31 15:50 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Here's a repost of my PSR fixes, and one straggler from Daniel.

One interesting thing I noticed is that my SKL actually hits the PSR setup
time vs. vblank length check, so after these patches that machine won't
actually use PSR. The panel does support a lower refresh rate timing as well
though which doesn't suffer from this limitation, so I hacked the code to
use that mode instead, and PSR did seem to work without problems. With the
original mode I had some screen stalls while running xonotic, which I'm
going to assume were due to the setup time exceeding the safe limit.

I also hooked up the PSR interrupts for BDW+ and pushed the patches to [1],
but I'm not including those patches here since the PSR interrupts don't
seem to gain us anything useful in practice.

[1] git://github.com/vsyrjala/linux.git psr_interrupts

Daniel Vetter (1):
  drm/i915/psr: Skip aux handeshake if the vbt tells us to

Ville Syrjälä (5):
  drm/dp: Add drm_dp_psr_setup_time()
  drm/dp: Add drm_dp_psr_need_train_on_exit()
  drm/i915: Check PSR setup time vs. vblank length
  drm/i915: Ask the sink whether training is required when exiting PSR
    main-link off mode
  drm/i915: Move psr.link_standby setup to intel_psr_match_conditions()

 drivers/gpu/drm/drm_dp_helper.c     | 46 ++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_drv.h    |  2 ++
 drivers/gpu/drm/i915/intel_psr.c    | 64 +++++++++++++++++++++++++------------
 drivers/gpu/drm/i915/intel_sprite.c |  6 ++--
 include/drm/drm_dp_helper.h         |  3 ++
 5 files changed, 97 insertions(+), 24 deletions(-)

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-08-25 21:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 15:50 [PATCH 0/6] drm/i915: Remaining PSR fixes ville.syrjala
2016-05-31 15:50 ` [PATCH v2 1/6] drm/dp: Add drm_dp_psr_setup_time() ville.syrjala
2016-05-31 15:50 ` [PATCH v2 2/6] drm/dp: Add drm_dp_psr_need_train_on_exit() ville.syrjala
2016-05-31 15:50 ` [PATCH 3/6] drm/i915: Check PSR setup time vs. vblank length ville.syrjala
2016-08-05 22:10   ` [Intel-gfx] " Rodrigo Vivi
2016-08-08  7:38     ` Ville Syrjälä
2016-08-08  8:33     ` Jani Nikula
2016-08-25 21:39       ` [Intel-gfx] " Rodrigo Vivi
2016-05-31 15:50 ` [PATCH 4/6] drm/i915/psr: Skip aux handeshake if the vbt tells us to ville.syrjala
2016-05-31 15:50 ` [PATCH 5/6] drm/i915: Ask the sink whether training is required when exiting PSR main-link off mode ville.syrjala
2016-05-31 15:50 ` [PATCH 6/6] drm/i915: Move psr.link_standby setup to intel_psr_match_conditions() ville.syrjala
2016-05-31 16:17 ` ✗ Ro.CI.BAT: failure for drm/i915: Remaining PSR fixes Patchwork
2016-06-02 18:28   ` Ville Syrjälä
2016-05-31 19:07 ` [PATCH 0/6] " Daniel Vetter
2016-05-31 19:16   ` Ville Syrjälä
2016-06-08 14:34 ` ✗ Ro.CI.BAT: warning for " Patchwork
2016-06-10 15:20 ` Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.