[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-15 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 06:15:48PM +0200, Daniel Vetter wrote: > Yet again the too close relationship between the fb helper and the > crtc helper code strikes. This time around the fb helper resets all > encoder->crtc pointers to NULL before starting to set up it's own > mode. Which is total bulloc

Re: [PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-15 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 06:15:48PM +0200, Daniel Vetter wrote: > Yet again the too close relationship between the fb helper and the > crtc helper code strikes. This time around the fb helper resets all > encoder->crtc pointers to NULL before starting to set up it's own > mode. Which is total bulloc

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-12 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder->crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the ne

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-12 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder->crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the ne

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-07-25 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder->crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the ne

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-07-25 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder->crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the ne