[Intel-gfx] [PATCH 00/11] PSR Baytrail

Rodrigo Vivi rodrigo.vivi at gmail.com
Sat Mar 1 00:44:35 CET 2014


Hi all this series enable PSR on Baytrail.

This is basically the patch "drm/i915: Add Baytrail PSR support." patch
split in small patches to make the review easier.

This version contains almost all suggestions and bikesheds I got on that
single patch and more fixes.

Thanks,
Rodrigo.

Rodrigo Vivi (11):
  drm/i915: Set primary plane enable at dpcntrl.
  drm/i915: move psr_setup_done to psr struct
  drm/i915: Force full PSR setup on resume.
  drm/i915: Use HAS_PSR to avoid unecessary interactions.
  drm/i915: Don't let update_psr function actually enable PSR.
  drm/i915: Do not try to enable PSR when Panel doesn't suport it.
  drm/i915: Baytrail PSR: regs setup, enable and disable functions.
  drm/i915: PSR Baytrail debugfs.
  drm/i915: PSR Baytrail: Disable it on Pipe B
  drm/i915: PSR Baytrail: Force exit by inactivating it.
  drm/i915: Enable PSR on Baytrail.

 drivers/gpu/drm/i915/i915_debugfs.c  |  36 ++++-
 drivers/gpu/drm/i915/i915_drv.h      |  11 +-
 drivers/gpu/drm/i915/i915_gem.c      |  12 ++
 drivers/gpu/drm/i915/i915_reg.h      |  37 +++++
 drivers/gpu/drm/i915/i915_suspend.c  |   3 +
 drivers/gpu/drm/i915/intel_display.c |  39 ++++-
 drivers/gpu/drm/i915/intel_dp.c      | 284 ++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/i915/intel_drv.h     |   3 +-
 8 files changed, 382 insertions(+), 43 deletions(-)

-- 
1.8.3.1




More information about the Intel-gfx mailing list