[PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Sascha Hauer
On Wed, Feb 01, 2012 at 11:55:44AM +, Chris Wilson wrote: > On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer > wrote: > > The drivers currently check in set_property whether the property is > > unchanged. move this check into the core and do not bother the drivers > > with checking for unchan

[PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 13:13:44 +0100, Sascha Hauer wrote: > On Wed, Feb 01, 2012 at 11:55:44AM +, Chris Wilson wrote: > > On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer > pengutronix.de> wrote: > > > The drivers currently check in set_property whether the property is > > > unchanged. move thi

[PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer wrote: > The drivers currently check in set_property whether the property is > unchanged. move this check into the core and do not bother the drivers > with checking for unchanged properties. This patch seems to have functional side-effects beyond

[PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Sascha Hauer
The drivers currently check in set_property whether the property is unchanged. move this check into the core and do not bother the drivers with checking for unchanged properties. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_crtc.c |5 drivers/gpu/drm/gma500/cdv_i

Re: [PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 13:13:44 +0100, Sascha Hauer wrote: > On Wed, Feb 01, 2012 at 11:55:44AM +, Chris Wilson wrote: > > On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer > > wrote: > > > The drivers currently check in set_property whether the property is > > > unchanged. move this check into t

Re: [PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Sascha Hauer
On Wed, Feb 01, 2012 at 11:55:44AM +, Chris Wilson wrote: > On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer > wrote: > > The drivers currently check in set_property whether the property is > > unchanged. move this check into the core and do not bother the drivers > > with checking for unchan

Re: [PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 11:38:35 +0100, Sascha Hauer wrote: > The drivers currently check in set_property whether the property is > unchanged. move this check into the core and do not bother the drivers > with checking for unchanged properties. This patch seems to have functional side-effects beyond

[PATCH 17/20] drm: remove checks for same value in set_prop

2012-02-01 Thread Sascha Hauer
The drivers currently check in set_property whether the property is unchanged. move this check into the core and do not bother the drivers with checking for unchanged properties. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_crtc.c |5 drivers/gpu/drm/gma500/cdv_i