All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Refactor Gen11+ SAGV support
@ 2019-10-23  9:08 ` Stanislav Lisovskiy
  0 siblings, 0 replies; 16+ messages in thread
From: Stanislav Lisovskiy @ 2019-10-23  9:08 UTC (permalink / raw)
  To: intel-gfx; +Cc: martin.peres

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.

Stanislav Lisovskiy (2):
  drm/i915: Refactor intel_can_enable_sagv
  drm/i915: Restrict qgv points which don't have enough bandwidth.

 drivers/gpu/drm/i915/display/intel_atomic.c   |  16 ++
 drivers/gpu/drm/i915/display/intel_atomic.h   |   3 +
 drivers/gpu/drm/i915/display/intel_bw.c       | 105 ++++++--
 drivers/gpu/drm/i915/display/intel_bw.h       |   2 +
 drivers/gpu/drm/i915/display/intel_display.c  |  58 ++++-
 .../drm/i915/display/intel_display_types.h    |  11 +
 drivers/gpu/drm/i915/i915_drv.h               |   2 +
 drivers/gpu/drm/i915/i915_reg.h               |   3 +
 drivers/gpu/drm/i915/intel_pm.c               | 228 +++++++++++++++++-
 9 files changed, 394 insertions(+), 34 deletions(-)

-- 
2.17.1

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

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

end of thread, other threads:[~2019-10-24 22:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23  9:08 [PATCH v6 0/2] Refactor Gen11+ SAGV support Stanislav Lisovskiy
2019-10-23  9:08 ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-23  9:08 ` [PATCH v6 1/2] drm/i915: Refactor intel_can_enable_sagv Stanislav Lisovskiy
2019-10-23  9:08   ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-24 22:45   ` James Ausmus
2019-10-24 22:45     ` [Intel-gfx] " James Ausmus
2019-10-23  9:08 ` [PATCH v6 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth Stanislav Lisovskiy
2019-10-23  9:08   ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-23 14:50 ` ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev3) Patchwork
2019-10-23 14:50   ` [Intel-gfx] " Patchwork
2019-10-23 14:52 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-10-23 14:52   ` [Intel-gfx] " Patchwork
2019-10-23 15:17 ` ✓ Fi.CI.BAT: success " Patchwork
2019-10-23 15:17   ` [Intel-gfx] " Patchwork
2019-10-24  4:42 ` ✓ Fi.CI.IGT: " Patchwork
2019-10-24  4:42   ` [Intel-gfx] " 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.