mbox series

[v3,0/3] i915 lpsp support for lpsp igt

Message ID 20200326134142.31997-1-anshuman.gupta@intel.com (mailing list archive)
Headers show
Series i915 lpsp support for lpsp igt | expand

Message

Gupta, Anshuman March 26, 2020, 1:41 p.m. UTC
This series adds i915_lpsp_info connector debugfs.
v3 has fixed some review comments on patch (2/3)
and added RB tag on patch (3/3).

Test-with: 20200326131929.23072-1-anshuman.gupta@intel.com

Anshuman Gupta (3):
  drm/i915: Power well id for ICL PG3
  drm/i915: Add i915_lpsp_info debugfs
  drm/i915: Add connector dbgfs for all connectors

 .../gpu/drm/i915/display/intel_connector.c    |   3 +
 .../drm/i915/display/intel_display_debugfs.c  | 121 ++++++++++++++++++
 .../drm/i915/display/intel_display_power.c    |   6 +-
 .../drm/i915/display/intel_display_power.h    |   4 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |   3 -
 drivers/gpu/drm/i915/display/intel_hdmi.c     |   3 -
 6 files changed, 130 insertions(+), 10 deletions(-)