Re: [PATCH] Restore kernelfb mode for all crtcs.

2009-02-09 Thread Jesse Barnes
Not from my end. Dave? On Monday, February 9, 2009 6:50 am Kristian Høgsberg wrote: > Hi, > > Is there anything holding this back now? I was hoping that this would > get into the next pull request, it just a simple bug fix... > > cheers, > Kristian > > On Wed, Feb 4, 2009 at 1:35 PM, Jesse Barne

Re: [PATCH] Restore kernelfb mode for all crtcs.

2009-02-09 Thread Kristian Høgsberg
Hi, Is there anything holding this back now? I was hoping that this would get into the next pull request, it just a simple bug fix... cheers, Kristian On Wed, Feb 4, 2009 at 1:35 PM, Jesse Barnes wrote: > On Tuesday, February 3, 2009 12:07 pm Kristian Høgsberg wrote: >> Record and restore the

Re: [PATCH] Restore kernelfb mode for all crtcs.

2009-02-04 Thread Jesse Barnes
On Tuesday, February 3, 2009 12:07 pm Kristian Høgsberg wrote: > Record and restore the kernel framebuffer for all crtc on panic > and lastclose. > > Signed-off-by: Kristian Høgsberg Yeah, looks good. This should give us even better panic/lastclose/sysrq behavior. Acked-by: Jesse Barnes --

[PATCH] Restore kernelfb mode for all crtcs.

2009-02-03 Thread Kristian Høgsberg
Record and restore the kernel framebuffer for all crtc on panic and lastclose. Signed-off-by: Kristian Høgsberg --- drivers/gpu/drm/i915/intel_fb.c | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i915/i