All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Refactor Gen11+ SAGV support
@ 2019-10-25  9:53 ` Stanislav Lisovskiy
  0 siblings, 0 replies; 16+ messages in thread
From: Stanislav Lisovskiy @ 2019-10-25  9:53 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+.

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       | 111 ++++++--
 drivers/gpu/drm/i915/display/intel_bw.h       |   2 +
 drivers/gpu/drm/i915/display/intel_display.c  |  57 +++-
 .../drm/i915/display/intel_display_types.h    |  11 +
 drivers/gpu/drm/i915/i915_drv.h               |   2 +
 drivers/gpu/drm/i915/i915_reg.h               |   5 +
 drivers/gpu/drm/i915/intel_pm.c               | 254 +++++++++++++++++-
 drivers/gpu/drm/i915/intel_sideband.c         |  27 +-
 10 files changed, 452 insertions(+), 36 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-25 19:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25  9:53 [PATCH v8 0/2] Refactor Gen11+ SAGV support Stanislav Lisovskiy
2019-10-25  9:53 ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-25  9:53 ` [PATCH v8 1/2] drm/i915: Refactor intel_can_enable_sagv Stanislav Lisovskiy
2019-10-25  9:53   ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-25 10:24   ` Ville Syrjälä
2019-10-25 10:24     ` [Intel-gfx] " Ville Syrjälä
2019-10-25 10:44     ` Lisovskiy, Stanislav
2019-10-25 10:44       ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-25 11:16       ` Lisovskiy, Stanislav
2019-10-25 11:16         ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-25  9:53 ` [PATCH v8 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth Stanislav Lisovskiy
2019-10-25  9:53   ` [Intel-gfx] " Stanislav Lisovskiy
2019-10-25 19:01   ` James Ausmus
2019-10-25 19:01     ` [Intel-gfx] " James Ausmus
2019-10-25 14:20 ` ✗ Fi.CI.BUILD: failure for Refactor Gen11+ SAGV support (rev4) Patchwork
2019-10-25 14:20   ` [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.