Re: [Intel-gfx] [PATCH 10/11] drm/i915: Add functions to force psr exit

2013-07-15 Thread Chris Wilson
On Thu, Jul 11, 2013 at 06:45:04PM -0300, Rodrigo Vivi wrote: > +static void intel_edp_psr_delayed_normal_work(struct work_struct *__work) > +{ > + struct intel_dp *intel_dp = container_of(to_delayed_work(__work), > + struct intel_dp, > +

[Intel-gfx] [PATCH 10/11] drm/i915: Add functions to force psr exit

2013-07-11 Thread Rodrigo Vivi
PSR tracking engine in HSW doesn't detect automagically some directly copy area operations through scanout so we will have to kick it manually and reschedule it to come back to normal operation as soon as possible. v2: Before PSR Hook. Don't force it when busy yet. v3/v4: Solved small conflict. v5

[Intel-gfx] [PATCH 10/11] drm/i915: Add functions to force psr exit

2013-06-26 Thread Rodrigo Vivi
PSR tracking engine in HSW doesn't detect automagically some directly copy area operations through scanout so we will have to kick it manually and reschedule it to come back to normal operation as soon as possible. v2: Before PSR Hook. Don't force it when busy yet. Signed-off-by: Rodrigo Vivi --