Re: [Intel-gfx] [RFC PATCH 10/18] drm/i915: Initializing DRRS for all connectors

2015-06-29 Thread Ramalingam C
On Friday 26 June 2015 10:42 PM, Daniel Vetter wrote: On Fri, Jun 26, 2015 at 07:21:54PM +0530, Ramalingam C wrote: For all the connectors drrs init is invoked. drrs_init will initialize the drrs for those connectors that support DRRS. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/in

Re: [Intel-gfx] [RFC PATCH 10/18] drm/i915: Initializing DRRS for all connectors

2015-06-26 Thread Daniel Vetter
On Fri, Jun 26, 2015 at 07:21:54PM +0530, Ramalingam C wrote: > For all the connectors drrs init is invoked. drrs_init will > initialize the drrs for those connectors that support DRRS. > > Signed-off-by: Ramalingam C > --- > drivers/gpu/drm/i915/intel_display.c |5 + > 1 file changed, 5

[Intel-gfx] [RFC PATCH 10/18] drm/i915: Initializing DRRS for all connectors

2015-06-26 Thread Ramalingam C
For all the connectors drrs init is invoked. drrs_init will initialize the drrs for those connectors that support DRRS. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_display.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers