Re: [Intel-gfx] [PATCH 1/3] drm/i915: Disable M2 frac division for integer case

2015-03-10 Thread Daniel Vetter
On Thu, Mar 05, 2015 at 07:30:57PM +0530, Vijay Purushothaman wrote: > v2 : Handle M2 frac division for both M2 frac and int cases > > v3 : Addressed Ville's review comments. Cleared the old bits for RMW > > v4 : Fix feedfwd gain (Ville) > > Signed-off-by: Vijay Purushothaman > Signed-off-by: V

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Disable M2 frac division for integer case

2015-03-05 Thread Purushothaman, Vijay A
On 3/3/2015 9:06 PM, Ville Syrjälä wrote: On Tue, Mar 03, 2015 at 08:41:54PM +0530, Vijay Purushothaman wrote: v2 : Handle M2 frac division for both M2 frac and int cases v3 : Addressed Ville's review comments. Cleared the old bits for RMW Signed-off-by: Vijay Purushothaman --- drivers/gpu/

[Intel-gfx] [PATCH 1/3] drm/i915: Disable M2 frac division for integer case

2015-03-05 Thread Vijay Purushothaman
v2 : Handle M2 frac division for both M2 frac and int cases v3 : Addressed Ville's review comments. Cleared the old bits for RMW v4 : Fix feedfwd gain (Ville) Signed-off-by: Vijay Purushothaman Signed-off-by: Ville Syrjala --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Disable M2 frac division for integer case

2015-03-03 Thread Ville Syrjälä
On Tue, Mar 03, 2015 at 08:41:54PM +0530, Vijay Purushothaman wrote: > v2 : Handle M2 frac division for both M2 frac and int cases > > v3 : Addressed Ville's review comments. Cleared the old bits for RMW > > Signed-off-by: Vijay Purushothaman > --- > drivers/gpu/drm/i915/i915_reg.h |1

[Intel-gfx] [PATCH 1/3] drm/i915: Disable M2 frac division for integer case

2015-03-03 Thread Vijay Purushothaman
v2 : Handle M2 frac division for both M2 frac and int cases v3 : Addressed Ville's review comments. Cleared the old bits for RMW Signed-off-by: Vijay Purushothaman --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_display.c | 24 ++-- 2 files ch