All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/7] DC3CO Support for TGL
@ 2019-09-13  8:23 Anshuman Gupta
  2019-09-13  8:23 ` [PATCH v8 1/7] drm/i915/tgl: Add DC3CO required register and bits Anshuman Gupta
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Anshuman Gupta @ 2019-09-13  8:23 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

v8 revision is a rework of series, which has fixed the review comments
provided by Imre and Animesh.

Anshuman Gupta (7):
  drm/i915/tgl: Add DC3CO required register and bits
  drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
  drm/i915/tgl: Enable DC3CO state in "DC Off" power well
  drm/i915/tgl: Do modeset to enable and configure DC3CO exitline.
  drm/i915/tgl: DC3CO PSR2 helper
  drm/i915/tgl: switch between dc3co and dc5 based on display idleness
  drm/i915/tgl: Add DC3CO counter in i915_dmc_info

 drivers/gpu/drm/i915/display/intel_display.c  |   5 +
 .../drm/i915/display/intel_display_power.c    | 332 +++++++++++++++++-
 .../drm/i915/display/intel_display_power.h    |  13 +
 .../drm/i915/display/intel_display_types.h    |   1 +
 .../gpu/drm/i915/display/intel_frontbuffer.c  |   1 +
 drivers/gpu/drm/i915/display/intel_psr.c      |  52 +++
 drivers/gpu/drm/i915/display/intel_psr.h      |   2 +
 drivers/gpu/drm/i915/i915_debugfs.c           |   6 +
 drivers/gpu/drm/i915/i915_drv.h               |   3 +
 drivers/gpu/drm/i915/i915_params.c            |   3 +-
 drivers/gpu/drm/i915/i915_reg.h               |  10 +
 drivers/gpu/drm/i915/intel_pm.c               |   2 +-
 drivers/gpu/drm/i915/intel_pm.h               |   2 +
 13 files changed, 415 insertions(+), 17 deletions(-)

-- 
2.21.0

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

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

end of thread, other threads:[~2019-09-25 12:27 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13  8:23 [PATCH v8 0/7] DC3CO Support for TGL Anshuman Gupta
2019-09-13  8:23 ` [PATCH v8 1/7] drm/i915/tgl: Add DC3CO required register and bits Anshuman Gupta
2019-09-16 13:24   ` Animesh Manna
2019-09-13  8:23 ` [PATCH v8 2/7] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask Anshuman Gupta
2019-09-16 13:25   ` Animesh Manna
2019-09-13  8:23 ` [PATCH v8 3/7] drm/i915/tgl: Enable DC3CO state in "DC Off" power well Anshuman Gupta
2019-09-23 16:21   ` Imre Deak
2019-09-13  8:23 ` [PATCH v8 4/7] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline Anshuman Gupta
2019-09-23 16:26   ` Imre Deak
2019-09-24  6:13     ` [PATCH v8 4/7] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline.y Anshuman Gupta
2019-09-25  9:10     ` [PATCH v8 4/7] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline Anshuman Gupta
2019-09-25 12:26       ` Imre Deak
2019-09-13  8:23 ` [PATCH v8 5/7] drm/i915/tgl: DC3CO PSR2 helper Anshuman Gupta
2019-09-23 16:42   ` Imre Deak
2019-09-23 17:56     ` Anshuman Gupta
2019-09-13  8:23 ` [PATCH v8 6/7] drm/i915/tgl: switch between dc3co and dc5 based on display idleness Anshuman Gupta
2019-09-23 16:46   ` Imre Deak
2019-09-13  8:23 ` [PATCH v8 7/7] drm/i915/tgl: Add DC3CO counter in i915_dmc_info Anshuman Gupta
2019-09-13 12:17 ` ✗ Fi.CI.CHECKPATCH: warning for DC3CO Support for TGL (rev9) Patchwork
2019-09-13 12:20 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-09-13 12:37 ` ✓ Fi.CI.BAT: success " Patchwork
2019-09-14 10:21 ` ✓ Fi.CI.IGT: " 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.