[PATCH] drm/fb-helper: don't disable everything in initial_config

2013-02-11 Thread Rob Clark
On Sun, Jan 27, 2013 at 11:41 AM, Daniel Vetter wrote: > This should be done in the drivers for two reasons: > - it gets in the way of fastboot efforts > - it links the fb helpers with the crtc helpers instead of going > through the real interface vfuncs, forcing i915 to fake all the > ->disa

Re: [PATCH] drm/fb-helper: don't disable everything in initial_config

2013-02-11 Thread Rob Clark
On Sun, Jan 27, 2013 at 11:41 AM, Daniel Vetter wrote: > This should be done in the drivers for two reasons: > - it gets in the way of fastboot efforts > - it links the fb helpers with the crtc helpers instead of going > through the real interface vfuncs, forcing i915 to fake all the > ->disab

[PATCH] drm/fb-helper: don't disable everything in initial_config

2013-01-27 Thread Daniel Vetter
This should be done in the drivers for two reasons: - it gets in the way of fastboot efforts - it links the fb helpers with the crtc helpers instead of going through the real interface vfuncs, forcing i915 to fake all the ->disable callbacks used by the crtc helper to avoid ugly Oopsen v2: Res

[PATCH] drm/fb-helper: don't disable everything in initial_config

2013-01-27 Thread Daniel Vetter
This should be done in the drivers for two reasons: - it gets in the way of fastboot efforts - it links the fb helpers with the crtc helpers instead of going through the real interface vfuncs, forcing i915 to fake all the ->disable callbacks used by the crtc helper to avoid ugly Oopsen v2: Res