Re: [Intel-gfx] [PATCH] drm/i915: Initialize DRRS delayed work

2015-01-23 Thread Rodrigo Vivi
On Thu, Jan 22, 2015 at 1:44 AM, Ramalingam C wrote: > From: Vandana Kannan > > Add DRRS work function to trigger a switch to low refresh rate, > when no activity is detected on screen till 1 sec duration. > > v2: [By Ram]: drrs.dp also protected with drrs.mutex and worker function > is renamed t

[Intel-gfx] [PATCH] drm/i915: Initialize DRRS delayed work

2015-01-22 Thread Ramalingam C
From: Vandana Kannan Add DRRS work function to trigger a switch to low refresh rate, when no activity is detected on screen till 1 sec duration. v2: [By Ram]: drrs.dp also protected with drrs.mutex and worker function is renamed to intel_edp_drrs_downclock_work [Rodrigo] Signed-off-by: Vandana