From: Jesse Barnes Date: Fri, 7 Mar 2014 16:57:55 +0000 (-0800) Subject: drm/i915: remove early fb allocation dependency on CONFIG_FB v2 X-Git-Tag: v3.15-rc1~51^2~18^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484b41dd70a9fbea894632d8926bbb93f05021c7;p=pandora-kernel.git drm/i915: remove early fb allocation dependency on CONFIG_FB v2 By stuffing the fb allocation into the crtc, we get mode set lifetime refcounting for free, but have to handle the initial pin & fence slightly differently. It also means we can move the shared fb handling into the core rather than leaving it out in the fbdev code. v2: null out crtc->fb on error (Daniel) take fbdev fb ref and remove unused error path (Daniel) Requested-by: Daniel Vetter Signed-off-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed