Re: [Intel-gfx] [PATCH 4/5] drm/i915: fix VLV limits and m/n/p calculations v2

2013-04-18 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 03:55:00PM -0700, Jesse Barnes wrote: > From: Pallavi G > > For high res modes m n p calculation is fixed for VLV platform. > > v2: use 64 bit types and math (Ville) > > Signed-off-by: Pallavi G > Signed-off-by: Vijay Purushothaman > Signed-off-by: Yogesh M > Signed-o

Re: [Intel-gfx] [PATCH 4/5] drm/i915: fix VLV limits and m/n/p calculations v2

2013-04-18 Thread Daniel Vetter
On Thu, Apr 18, 2013 at 10:10:46AM +0200, Daniel Vetter wrote: > On Wed, Apr 17, 2013 at 03:55:00PM -0700, Jesse Barnes wrote: > > From: Pallavi G > > > > For high res modes m n p calculation is fixed for VLV platform. > > > > v2: use 64 bit types and math (Ville) > > > > Signed-off-by: Pallavi

Re: [Intel-gfx] [PATCH 4/5] drm/i915: fix VLV limits and m/n/p calculations v2

2013-04-18 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 03:55:00PM -0700, Jesse Barnes wrote: > From: Pallavi G > > For high res modes m n p calculation is fixed for VLV platform. > > v2: use 64 bit types and math (Ville) > > Signed-off-by: Pallavi G > Signed-off-by: Vijay Purushothaman > Signed-off-by: Yogesh M > Signed-o

[Intel-gfx] [PATCH 4/5] drm/i915: fix VLV limits and m/n/p calculations v2

2013-04-17 Thread Jesse Barnes
From: Pallavi G For high res modes m n p calculation is fixed for VLV platform. v2: use 64 bit types and math (Ville) Signed-off-by: Pallavi G Signed-off-by: Vijay Purushothaman Signed-off-by: Yogesh M Signed-off-by: Gajanan Bhat --- drivers/gpu/drm/i915/intel_display.c | 25