[Intel-gfx] [PATCH 2/4] drm/i915: use msecs_to_jiffies_timeout instead of open coding the same

2013-05-21 Thread Imre Deak
Signed-off-by: Imre Deak imre.d...@intel.com --- drivers/gpu/drm/i915/intel_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_i2c.c b/drivers/gpu/drm/i915/intel_i2c.c index 5d24503..98cd8535 100644 --- a/drivers/gpu/drm/i915/intel_i2c.c +++

Re: [Intel-gfx] [PATCH 2/4] drm/i915: use msecs_to_jiffies_timeout instead of open coding the same

2013-05-21 Thread Daniel Vetter
We have another one of these in the wait_for register wait macro in intel_drv.h Can you please amend your patch with that fixed up, too? Thanks, Daniel On Tue, May 21, 2013 at 7:03 PM, Imre Deak imre.d...@intel.com wrote: Signed-off-by: Imre Deak imre.d...@intel.com ---

Re: [Intel-gfx] [PATCH 2/4] drm/i915: use msecs_to_jiffies_timeout instead of open coding the same

2013-05-21 Thread Imre Deak
On Tue, 2013-05-21 at 19:20 +0200, Daniel Vetter wrote: We have another one of these in the wait_for register wait macro in intel_drv.h Can you please amend your patch with that fixed up, too? I noticed it, but didn't change it since we don't need there the +1 adjustment to begin with. The

Re: [Intel-gfx] [PATCH 2/4] drm/i915: use msecs_to_jiffies_timeout instead of open coding the same

2013-05-21 Thread Daniel Vetter
On Tue, May 21, 2013 at 8:00 PM, Imre Deak imre.d...@intel.com wrote: On Tue, 2013-05-21 at 19:20 +0200, Daniel Vetter wrote: We have another one of these in the wait_for register wait macro in intel_drv.h Can you please amend your patch with that fixed up, too? I noticed it, but didn't