Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-06-15 Thread Daniel Vetter
On Thu, Jun 11, 2015 at 02:57:52PM +0530, Ramalingam C wrote: Sorry for late response. I was away for longer. Daniel, As we have the intel_frontbuffer_flush, I have created the intel_frontbuffer_invalidate. This can be called from flip preparation notification to handle the frontbuffer

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-06-15 Thread Ramalingam C
Daniel, Only now i am understanding your comment in previous mail that is need to upclock in both flush and validate. Yup this change is what needed. Tested to be working fine. The Documentation for the intel_edp_drrs_flush() mislead me to expect invalidate call for each framebuffer change. I

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-06-11 Thread Ramalingam C
Sorry for late response. I was away for longer. Daniel, As we have the intel_frontbuffer_flush, I have created the intel_frontbuffer_invalidate. This can be called from flip preparation notification to handle the frontbuffer invalidation. I will share the patches now. On Monday 18 May 2015

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-18 Thread Daniel Vetter
On Fri, May 15, 2015 at 02:08:22AM +0530, Ramalingam C wrote: After scheduling a flip for obj, we are supposed to invalidate the drrs. Action: Adding a call to intel_edp_drrs_invalidate at intel_frontbuffer_flip_prepare. Signed-off-by: Ramalingam C ramalinga...@intel.com

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-17 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6412 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-15 Thread Chris Wilson
On Fri, May 15, 2015 at 02:08:22AM +0530, Ramalingam C wrote: After scheduling a flip for obj, we are supposed to invalidate the drrs. Action: Adding a call to intel_edp_drrs_invalidate at intel_frontbuffer_flip_prepare. Signed-off-by: Ramalingam C ramalinga...@intel.com

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-15 Thread Chris Wilson
On Fri, May 15, 2015 at 06:54:54PM +0530, Ramalingam C wrote: On Friday 15 May 2015 05:28 PM, Chris Wilson wrote: On Fri, May 15, 2015 at 02:08:22AM +0530, Ramalingam C wrote: After scheduling a flip for obj, we are supposed to invalidate the drrs. Action: Adding a call to

Re: [Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-15 Thread Ramalingam C
On Friday 15 May 2015 05:28 PM, Chris Wilson wrote: On Fri, May 15, 2015 at 02:08:22AM +0530, Ramalingam C wrote: After scheduling a flip for obj, we are supposed to invalidate the drrs. Action: Adding a call to intel_edp_drrs_invalidate at intel_frontbuffer_flip_prepare.

[Intel-gfx] [PATCH] drm/i915: drrs_invalidate at flip schedule

2015-05-14 Thread Ramalingam C
After scheduling a flip for obj, we are supposed to invalidate the drrs. Action: Adding a call to intel_edp_drrs_invalidate at intel_frontbuffer_flip_prepare. Signed-off-by: Ramalingam C ramalinga...@intel.com Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk ---