All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] SKL watermark algorithm updates
@ 2016-05-16 22:51 Matt Roper
  2016-05-16 22:51 ` [PATCH 1/4] drm/i915: Don't try to calculate relative data rates during hw readout Matt Roper
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Matt Roper @ 2016-05-16 22:51 UTC (permalink / raw)
  To: intel-gfx

These patches from Mahesh address places where our SKL-style watermark
programming does not match the current bspec rules, either because the bspec
was updated after the original code was written, or because new display
features (e.g., plane scaling) were added without corresponding updates to the
watermark code.

Mahesh wrote these patches a long time ago, but due to other churn in the
driver they never made it in.  The work here is all orthogonal to the atomic
watermark stuff I've been doing lately, but landing atomic watermarks did
require major changes to the flow of the code in this series, so these patches
have been nearly completely rewritten at this point.  You can thank Mahesh for
any bugs these fix, but blame me for any new bugs they contain.

At the moment I've dropped the final patches here for the arbitrated display
bandwidth workaround that was previously part of this series; I'm working on a
new method of obtaining the data we need for that workaround that's less
fragile than the DMI method previously attempted and will post that workaround
separately after this series lands.

Cc: Kumar, Mahesh <mahesh1.kumar@intel.com>


Kumar, Mahesh (3):
  drm/i915/skl+: calculate ddb minimum allocation (v4)
  drm/i915/skl+: calculate plane pixel rate (v4)
  drm/i915/skl+: Use scaling amount for plane data rate calculation (v3)

Matt Roper (1):
  drm/i915: Don't try to calculate relative data rates during hw readout

 drivers/gpu/drm/i915/intel_pm.c | 166 ++++++++++++++++++++++++++++++++--------
 1 file changed, 136 insertions(+), 30 deletions(-)

-- 
2.1.4

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

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

end of thread, other threads:[~2016-06-01 14:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 22:51 [PATCH 0/4] SKL watermark algorithm updates Matt Roper
2016-05-16 22:51 ` [PATCH 1/4] drm/i915: Don't try to calculate relative data rates during hw readout Matt Roper
2016-05-16 22:51 ` [PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v4) Matt Roper
2016-05-26 22:13   ` [PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v5) Matt Roper
2016-05-30  5:05     ` Mahesh Kumar
2016-05-31 16:58       ` [PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v6) Matt Roper
2016-06-01 14:25         ` Mahesh Kumar
2016-06-01 14:40           ` Matt Roper
2016-05-16 22:52 ` [PATCH 3/4] drm/i915/skl+: calculate plane pixel rate (v4) Matt Roper
2016-05-30  5:28   ` Mahesh Kumar
2016-05-16 22:52 ` [PATCH 4/4] drm/i915/skl+: Use scaling amount for plane data rate calculation (v3) Matt Roper
2016-05-19 22:03   ` [PATCH 4/4] drm/i915/skl+: Use scaling amount for plane data rate calculation (v4) Matt Roper
2016-05-30  5:33     ` Mahesh Kumar
2016-05-17  5:51 ` ✗ Ro.CI.BAT: warning for SKL watermark algorithm updates Patchwork
2016-05-20  8:52 ` ✗ Ro.CI.BAT: warning for SKL watermark algorithm updates (rev2) Patchwork
2016-05-27  6:09 ` ✗ Ro.CI.BAT: warning for SKL watermark algorithm updates (rev3) Patchwork
2016-05-31 17:34 ` ✗ Ro.CI.BAT: warning for SKL watermark algorithm updates (rev4) Patchwork
2016-05-31 18:20   ` Matt Roper

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.