All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v5 0/8] mtl: add support for pmdemand
@ 2023-05-11 23:17 Vinod Govindapillai
  2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 1/8] drm/i915: fix the derating percentage for MTL Vinod Govindapillai
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Vinod Govindapillai @ 2023-05-11 23:17 UTC (permalink / raw)
  To: intel-gfx; +Cc: ville.syrjala

pmdemand support patches for MTL

SAGV configuration support for MTL

v2: added one missing patch in the previous version

v3: chekcpatch warning fixes
    update index handling for the icl/tgl QGV point handling
    program pmdemand code simplified

v4: update to debufs and pipe values pmdemand regiters
    removed the macro usage in update_pmdemand_values

V5: Addressing comments from Gustavo and Jani
    And some other fixes for issues from CI

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

Vinod Govindapillai (7):
  drm/i915: fix the derating percentage for MTL
  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 the best QGV point for the SAGV configuration
  drm/i915/display: provision to suppress drm_warn in
    intel_get_crtc_new_encoder

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_bw.c       | 353 ++++++++-----
 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  |  24 +-
 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 | 465 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_pmdemand.h |  24 +
 drivers/gpu/drm/i915/display/intel_snps_phy.c |   2 +-
 drivers/gpu/drm/i915/i915_irq.c               |  23 +-
 drivers/gpu/drm/i915/i915_reg.h               |  36 +-
 16 files changed, 839 insertions(+), 133 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] 23+ messages in thread

end of thread, other threads:[~2023-05-23 12:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 23:17 [Intel-gfx] [PATCH v5 0/8] mtl: add support for pmdemand Vinod Govindapillai
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 1/8] drm/i915: fix the derating percentage for MTL Vinod Govindapillai
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 2/8] drm/i915: update the QGV point frequency calculations Vinod Govindapillai
2023-05-22 15:17   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 3/8] drm/i915: store the peak bw per QGV point Vinod Govindapillai
2023-05-22 15:18   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 4/8] drm/i915: extract intel_bw_check_qgv_points() Vinod Govindapillai
2023-05-22 15:23   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 5/8] drm/i915: modify max_bw to return index to intel_bw_info Vinod Govindapillai
2023-05-22 15:20   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 6/8] drm/i915/mtl: find the best QGV point for the SAGV configuration Vinod Govindapillai
2023-05-22 15:22   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 7/8] drm/i915/mtl: Add support for PM DEMAND Vinod Govindapillai
2023-05-16 19:59   ` Gustavo Sousa
2023-05-22 15:21   ` Lisovskiy, Stanislav
2023-05-11 23:17 ` [Intel-gfx] [PATCH v5 8/8] drm/i915/display: provision to suppress drm_warn in intel_get_crtc_new_encoder Vinod Govindapillai
2023-05-22 15:24   ` Lisovskiy, Stanislav
2023-05-23 11:48     ` Jani Nikula
2023-05-23 12:29       ` Saarinen, Jani
2023-05-12  0:31 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for mtl: add support for pmdemand (rev5) Patchwork
2023-05-12  0:31 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-05-12  0:50 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-05-12  6:40 ` [Intel-gfx] ✓ 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.