Re: [Intel-gfx] [PATCH 16/17] drm/i915/icl: enable SAGV for ICL platform

2018-01-29 Thread Paulo Zanoni
Em Ter, 2018-01-23 às 17:05 -0200, Paulo Zanoni escreveu: > From: Mahesh Kumar > > Enable SAGV for ICL platform. The requirements for enabling SAGV on ICL are different. We need to implement them. While we don't have them, perhaps the best option is to add ICL to intel_has_sagv() but then always

Re: [Intel-gfx] [PATCH 16/17] drm/i915/icl: enable SAGV for ICL platform

2018-01-25 Thread James Ausmus
On Tue, Jan 23, 2018 at 05:05:35PM -0200, Paulo Zanoni wrote: > From: Mahesh Kumar > > Enable SAGV for ICL platform. > > Signed-off-by: Mahesh Kumar Reviewed-by: James Ausmus > --- > drivers/gpu/drm/i915/intel_pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dr

[Intel-gfx] [PATCH 16/17] drm/i915/icl: enable SAGV for ICL platform

2018-01-23 Thread Paulo Zanoni
From: Mahesh Kumar Enable SAGV for ICL platform. Signed-off-by: Mahesh Kumar --- drivers/gpu/drm/i915/intel_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 1edd1445ab5b..dedc76781524 100644 --- a/d