All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v17 0/7] Refactor Gen11+ SAGV support
@ 2020-02-20 12:07 Stanislav Lisovskiy
  2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 1/7] drm/i915: Start passing latency as parameter Stanislav Lisovskiy
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Stanislav Lisovskiy @ 2020-02-20 12:07 UTC (permalink / raw)
  To: intel-gfx

For Gen11+ platforms BSpec suggests disabling specific
QGV points separately, depending on bandwidth limitations
and current display configuration. Thus it required adding
a new PCode request for disabling QGV points and some
refactoring of already existing SAGV code.
Also had to refactor intel_can_enable_sagv function,
as current seems to be outdated and using skl specific
workarounds, also not following BSpec for Gen11+.

v17: Had to rebase the whole series.

Stanislav Lisovskiy (7):
  drm/i915: Start passing latency as parameter
  drm/i915: Introduce skl_plane_wm_level accessor.
  drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state
  drm/i915: Refactor intel_can_enable_sagv
  drm/i915: Added required new PCode commands
  drm/i915: Restrict qgv points which don't have enough bandwidth.
  drm/i915: Enable SAGV support for Gen12

 drivers/gpu/drm/i915/display/intel_bw.c       | 205 ++++--
 drivers/gpu/drm/i915/display/intel_bw.h       |  36 ++
 drivers/gpu/drm/i915/display/intel_display.c  | 131 +++-
 .../drm/i915/display/intel_display_types.h    |   2 +
 .../gpu/drm/i915/display/intel_global_state.h |   1 +
 drivers/gpu/drm/i915/i915_drv.h               |   3 +
 drivers/gpu/drm/i915/i915_reg.h               |   4 +
 drivers/gpu/drm/i915/intel_pm.c               | 585 +++++++++++++++---
 drivers/gpu/drm/i915/intel_pm.h               |   4 +-
 drivers/gpu/drm/i915/intel_sideband.c         |   2 +
 10 files changed, 834 insertions(+), 139 deletions(-)

-- 
2.24.1.485.gad05a3d8e5

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

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

end of thread, other threads:[~2020-02-24 13:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 12:07 [Intel-gfx] [PATCH v17 0/7] Refactor Gen11+ SAGV support Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 1/7] drm/i915: Start passing latency as parameter Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 2/7] drm/i915: Introduce skl_plane_wm_level accessor Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 3/7] drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state Stanislav Lisovskiy
2020-02-20 12:40   ` Jani Nikula
2020-02-20 13:14     ` Lisovskiy, Stanislav
2020-02-20 13:29       ` Lisovskiy, Stanislav
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 4/7] drm/i915: Refactor intel_can_enable_sagv Stanislav Lisovskiy
2020-02-21 14:09   ` Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 5/7] drm/i915: Added required new PCode commands Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 6/7] drm/i915: Restrict qgv points which don't have enough bandwidth Stanislav Lisovskiy
2020-02-20 12:07 ` [Intel-gfx] [PATCH v17 7/7] drm/i915: Enable SAGV support for Gen12 Stanislav Lisovskiy
2020-02-20 16:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support Patchwork
2020-02-20 16:38 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-02-20 16:47 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2020-02-21 21:24 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev2) Patchwork
2020-02-21 21:28 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-02-21 21:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-02-24 13:00 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " 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.