Re: [Intel-gfx] [v2 2/6] drm/i915/skl+: calculate ddb minimum allocation

2016-02-08 Thread Kumar, Shobhit
On 02/05/2016 07:59 PM, Matt Roper wrote: On Wed, Jan 27, 2016 at 09:39:59PM +0530, Shobhit Kumar wrote: From: "Kumar, Mahesh" don't always use 8 ddb as minimum, instead calculate using proper algorithm. v2: optimizations as per Matt's comments. Cc: matthew.d.ro...@intel.com Signed-off-by: K

Re: [Intel-gfx] [v2 2/6] drm/i915/skl+: calculate ddb minimum allocation

2016-02-05 Thread Matt Roper
On Wed, Jan 27, 2016 at 09:39:59PM +0530, Shobhit Kumar wrote: > From: "Kumar, Mahesh" > > don't always use 8 ddb as minimum, instead calculate using proper > algorithm. > > v2: optimizations as per Matt's comments. > > Cc: matthew.d.ro...@intel.com > Signed-off-by: Kumar, Mahesh > --- > driv

[Intel-gfx] [v2 2/6] drm/i915/skl+: calculate ddb minimum allocation

2016-01-27 Thread Shobhit Kumar
From: "Kumar, Mahesh" don't always use 8 ddb as minimum, instead calculate using proper algorithm. v2: optimizations as per Matt's comments. Cc: matthew.d.ro...@intel.com Signed-off-by: Kumar, Mahesh --- drivers/gpu/drm/i915/intel_pm.c | 50 ++--- 1 file ch