Re: [PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread Dave Airlie
> From: Ben Skeggs > applied to drm-next. Dave. -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take Bla

[PATCH] drm: update crtc x/y when only fb changes

2009-09-17 Thread skeggsb
From: Ben Skeggs Signed-off-by: Ben Skeggs --- drivers/gpu/drm/drm_crtc_helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm/drm_crtc_helper.c index ff447f1..fe86974 100644 --- a/drivers/gpu/drm/drm_crtc_helper.

Re: [PATCH] drm: update crtc x/y when only fb changes

2009-09-16 Thread Ben Skeggs
On Thu, 2009-09-17 at 08:24 +0200, Maarten Maathuis wrote: > On Thu, Sep 17, 2009 at 8:15 AM, wrote: > > From: Ben Skeggs > > > > Fixes: > >xrandr --output DVI-I-0 --right-of DVI-I-1 > >xrandr --output DVI-I-0 --left-of DVI-I-1 > >xrandr --output DVI-I-0 --right-of DVI-I-

Re: [PATCH] drm: update crtc x/y when only fb changes

2009-09-16 Thread Maarten Maathuis
On Thu, Sep 17, 2009 at 8:15 AM, wrote: > From: Ben Skeggs > > Fixes: >        xrandr --output DVI-I-0 --right-of DVI-I-1 >        xrandr --output DVI-I-0 --left-of DVI-I-1 >        xrandr --output DVI-I-0 --right-of DVI-I-1 > > Signed-off-by: Ben Skeggs > --- >  drivers/gpu/drm/drm_crtc_helper

[PATCH] drm: update crtc x/y when only fb changes

2009-09-16 Thread skeggsb
From: Ben Skeggs Fixes: xrandr --output DVI-I-0 --right-of DVI-I-1 xrandr --output DVI-I-0 --left-of DVI-I-1 xrandr --output DVI-I-0 --right-of DVI-I-1 Signed-off-by: Ben Skeggs --- drivers/gpu/drm/drm_crtc_helper.c | 10 +- 1 files changed, 9 insertions(+), 1