public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v1 0/7] mtl: add support for pmdemand
@ 2023-04-25 20:20 Vinod Govindapillai
  2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 1/7] drm/i915: update the QGV point frequency calculations Vinod Govindapillai
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Vinod Govindapillai @ 2023-04-25 20:20 UTC (permalink / raw)
  To: intel-gfx; +Cc: ville.syrjala, gustavo.souza

pmdemand support patches for MTL

SAGV configuration support for MTL

Mika Kahola (1):
  drm/i915/mtl: Add support for PM DEMAND

Vinod Govindapillai (6):
  drm/i915: update the QGV point frequency calculations
  drm/i915: store the peak bw per QGV point
  drm/i915: extract intel_bw_check_qgv_points()
  drm/i915: modify max_bw to return index to intel_bw_info
  drm/i915/mtl: find best QGV point and configure sagv
  drm/i915/display: provision to suppress drm_warn in
    intel_get_crtc_new_encoder

 drivers/gpu/drm/i915/Makefile                 |   3 +-
 drivers/gpu/drm/i915/display/intel_bw.c       | 348 ++++++++++-----
 drivers/gpu/drm/i915/display/intel_bw.h       |   6 +
 drivers/gpu/drm/i915/display/intel_cx0_phy.c  |   2 +-
 drivers/gpu/drm/i915/display/intel_display.c  |  17 +-
 drivers/gpu/drm/i915/display/intel_display.h  |   3 +-
 .../gpu/drm/i915/display/intel_display_core.h |   8 +
 .../drm/i915/display/intel_display_driver.c   |   7 +
 .../drm/i915/display/intel_display_power.c    |   8 +
 drivers/gpu/drm/i915/display/intel_dpll.c     |   8 +-
 .../gpu/drm/i915/display/intel_pch_display.c  |   2 +-
 drivers/gpu/drm/i915/display/intel_pmdemand.c | 406 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_pmdemand.h |  25 ++
 drivers/gpu/drm/i915/display/intel_snps_phy.c |   2 +-
 drivers/gpu/drm/i915/i915_irq.c               |  22 +-
 drivers/gpu/drm/i915/i915_reg.h               |  36 +-
 16 files changed, 771 insertions(+), 132 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_pmdemand.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_pmdemand.h

-- 
2.34.1


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

end of thread, other threads:[~2023-04-25 22:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25 20:20 [Intel-gfx] [PATCH v1 0/7] mtl: add support for pmdemand Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 1/7] drm/i915: update the QGV point frequency calculations Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 2/7] drm/i915: store the peak bw per QGV point Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 3/7] drm/i915: extract intel_bw_check_qgv_points() Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 4/7] drm/i915: modify max_bw to return index to intel_bw_info Vinod Govindapillai
2023-04-25 22:57   ` kernel test robot
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 5/7] drm/i915/mtl: find best QGV point and configure sagv Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 6/7] drm/i915/mtl: Add support for PM DEMAND Vinod Govindapillai
2023-04-25 20:20 ` [Intel-gfx] [PATCH v1 7/7] drm/i915/display: provision to suppress drm_warn in intel_get_crtc_new_encoder Vinod Govindapillai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox