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

2009-09-18 Thread Dave Airlie
From: Ben Skeggs bske...@redhat.com applied to drm-next. Dave. -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

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

2009-09-17 Thread skeggsb
From: Ben Skeggs bske...@redhat.com 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 bske...@redhat.com --- drivers/gpu/drm/drm_crtc_helper.c | 10 +-

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

2009-09-17 Thread Maarten Maathuis
On Thu, Sep 17, 2009 at 8:15 AM, skeg...@gmail.com wrote: From: Ben Skeggs bske...@redhat.com 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

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

2009-09-17 Thread Ben Skeggs
On Thu, 2009-09-17 at 08:24 +0200, Maarten Maathuis wrote: On Thu, Sep 17, 2009 at 8:15 AM, skeg...@gmail.com wrote: From: Ben Skeggs bske...@redhat.com Fixes: xrandr --output DVI-I-0 --right-of DVI-I-1 xrandr --output DVI-I-0 --left-of DVI-I-1 xrandr --output

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

2009-09-17 Thread skeggsb
From: Ben Skeggs bske...@redhat.com Signed-off-by: Ben Skeggs bske...@redhat.com --- 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