All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/6] eDP DRRS based on frontbuffer tracking
@ 2014-09-12 17:43 Vandana Kannan
  2014-09-12 17:43 ` [RFC 1/6] drm/i915: Modifying structures related to DRRS Vandana Kannan
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Vandana Kannan @ 2014-09-12 17:43 UTC (permalink / raw)
  To: intel-gfx

As part of implementing DRRS based on frontbuffer tracking, this patch series
includes some modifications related to the data for DRRS, code to enable/
disable DRRS during init or uninit, calls to switch between high and low
refresh rates based on calls to mark_fb_busy.
Instead of having a module param to specify delay before scheduling DRRS
work, (as there was in the old patch series), a delay of 100ms is used.
Additional patches including changes specific to bdw and vlv have been
included.

TODO:-
Need more analysis into clone mode scenario

Vandana Kannan (6):
  drm/i915: Modifying structures related to DRRS
  drm/i915: Initialize DRRS delayed work
  drm/i915: Enable/disable DRRS
  drm/i915: DRRS calls based on frontbuffer
  drm/i915/bdw: Add support for DRRS to switch RR
  drm/i915: Support for RR switching on VLV

 drivers/gpu/drm/i915/i915_drv.h      |  32 ++++--
 drivers/gpu/drm/i915/i915_reg.h      |   1 +
 drivers/gpu/drm/i915/intel_ddi.c     |   2 +
 drivers/gpu/drm/i915/intel_display.c |  14 +--
 drivers/gpu/drm/i915/intel_dp.c      | 201 +++++++++++++++++++++++++++++------
 drivers/gpu/drm/i915/intel_drv.h     |  27 ++---
 6 files changed, 211 insertions(+), 66 deletions(-)

-- 
2.0.1

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

end of thread, other threads:[~2014-11-28 17:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12 17:43 [RFC 0/6] eDP DRRS based on frontbuffer tracking Vandana Kannan
2014-09-12 17:43 ` [RFC 1/6] drm/i915: Modifying structures related to DRRS Vandana Kannan
2014-09-23  8:41   ` Daniel Vetter
2014-09-12 17:43 ` [RFC 2/6] drm/i915: Initialize DRRS delayed work Vandana Kannan
2014-09-12 17:43 ` [RFC 3/6] drm/i915: Enable/disable DRRS Vandana Kannan
2014-09-12 17:43 ` [RFC 4/6] drm/i915: DRRS calls based on frontbuffer Vandana Kannan
2014-09-23  8:56   ` Daniel Vetter
2014-09-12 17:43 ` [RFC 5/6] drm/i915/bdw: Add support for DRRS to switch RR Vandana Kannan
2014-09-12 17:43 ` [RFC 6/6] drm/i915: Support for RR switching on VLV Vandana Kannan
2014-09-23  9:01 ` [RFC 0/6] eDP DRRS based on frontbuffer tracking Daniel Vetter
2014-11-28 10:44   ` Kannan, Vandana
2014-11-28 17:17     ` Daniel Vetter

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.