[PATCH] light weight drm fbdev panning

2010-08-04 Thread James Simmons
> > This patch uses the much lighter mode_set_base instead of calling a full > > mode set. Tested on a i915 netbook. Patch should be against drm-core-next. > > The kms code should always fallback if appropriate, I've definitely > seen some modesets I thought were triggered by the pan_display > co

Re: [PATCH] light weight drm fbdev panning

2010-08-04 Thread James Simmons
> > This patch uses the much lighter mode_set_base instead of calling a full > > mode set. Tested on a i915 netbook. Patch should be against drm-core-next. > > The kms code should always fallback if appropriate, I've definitely > seen some modesets I thought were triggered by the pan_display > co

[PATCH] light weight drm fbdev panning

2010-08-03 Thread Dave Airlie
On Tue, Aug 3, 2010 at 8:01 AM, James Simmons wrote: > > This patch uses the much lighter mode_set_base instead of calling a full > mode set. Tested on a i915 netbook. Patch should be against drm-core-next. The kms code should always fallback if appropriate, I've definitely seen some modesets I t

[PATCH] light weight drm fbdev panning

2010-08-02 Thread James Simmons
This patch uses the much lighter mode_set_base instead of calling a full mode set. Tested on a i915 netbook. Patch should be against drm-core-next. Signed-By: James Simmons diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 7196620..99889e3 100644 --- a/driver

Re: [PATCH] light weight drm fbdev panning

2010-08-02 Thread Dave Airlie
On Tue, Aug 3, 2010 at 8:01 AM, James Simmons wrote: > > This patch uses the much lighter mode_set_base instead of calling a full > mode set. Tested on a i915 netbook. Patch should be against drm-core-next. The kms code should always fallback if appropriate, I've definitely seen some modesets I t

[PATCH] light weight drm fbdev panning

2010-08-02 Thread James Simmons
This patch uses the much lighter mode_set_base instead of calling a full mode set. Tested on a i915 netbook. Patch should be against drm-core-next. Signed-By: James Simmons diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 7196620..99889e3 100644 --- a/drive