All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Kernel PSR Fix-ups
@ 2017-05-05 21:02 Jim Bride
  2017-05-05 21:02 ` [PATCH 1/4] drm/i915/edp: Allow alternate fixed mode for eDP if available Jim Bride
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Jim Bride @ 2017-05-05 21:02 UTC (permalink / raw)
  To: intel-gfx

These patches, along with an upcoming series for IGT, enable our
PSR IGT tests to run reliably once again.  The first change
enables us to run the PSR tests on SKL and KBL RVP platforms,
whose panels have too slow of a setup time when running in their
preferred mode.  The second fixes a minor problem with the way that
we were initializing SRD_CTL that caused us to clobber a bit that we
are not supposed to change in that register on SKL and KBL.  The third
change re-introduces some changes to our link training code to be less
aggressive about changing link state for eDP, because PSR depends on
the link state being the same at PSR exit as it was at PSR entry.
The fourth change greatly increases the reliability of reading the
sink CRC generated by the eDP panel.  

Jim Bride (4):
  drm/i915/edp: Allow alternate fixed mode for eDP if available.
  drm/i915/psr: Clean-up intel_enable_source_psr1()
  drm/i915/edp: Be less aggressive about changing link config on eDP
  drm/i915/psr: Account for sink CRC raciness on some panels

 drivers/gpu/drm/i915/i915_debugfs.c           | 14 +++-
 drivers/gpu/drm/i915/i915_reg.h               |  4 ++
 drivers/gpu/drm/i915/intel_dp.c               | 95 +++++++++++++++++++++++----
 drivers/gpu/drm/i915/intel_dp_link_training.c | 11 +++-
 drivers/gpu/drm/i915/intel_drv.h              |  4 ++
 drivers/gpu/drm/i915/intel_dsi.c              |  2 +-
 drivers/gpu/drm/i915/intel_dvo.c              |  2 +-
 drivers/gpu/drm/i915/intel_lvds.c             |  3 +-
 drivers/gpu/drm/i915/intel_panel.c            |  2 +
 drivers/gpu/drm/i915/intel_psr.c              | 21 +++++-
 10 files changed, 136 insertions(+), 22 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-05-23 19:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05 21:02 [PATCH 0/4] Kernel PSR Fix-ups Jim Bride
2017-05-05 21:02 ` [PATCH 1/4] drm/i915/edp: Allow alternate fixed mode for eDP if available Jim Bride
2017-05-08  8:54   ` Jani Nikula
2017-05-08 16:52     ` Jim Bride
2017-05-05 21:02 ` [PATCH 2/4] drm/i915/psr: Clean-up intel_enable_source_psr1() Jim Bride
2017-05-23 19:07   ` Rodrigo Vivi
2017-05-05 21:02 ` [PATCH 3/4] drm/i915/edp: Be less aggressive about changing link config on eDP Jim Bride
2017-05-08  8:41   ` Jani Nikula
2017-05-08 16:59     ` Jim Bride
2017-05-08 13:07   ` Mika Kahola
2017-05-05 21:02 ` [PATCH 4/4] drm/i915/psr: Account for sink CRC raciness on some panels Jim Bride
2017-05-08  9:12   ` Jani Nikula
2017-05-08 17:29     ` Jim Bride
2017-05-08 18:05       ` Jani Nikula
2017-05-08 19:26         ` Jim Bride
2017-05-05 21:20 ` ✓ Fi.CI.BAT: success for Kernel PSR Fix-ups 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.