From: Jesse Barnes Date: Tue, 25 Jun 2013 22:38:19 +0000 (+0300) Subject: drm/i915: flip on a no fb -> fb transition if crtc is active v3 X-Git-Tag: v3.12-rc1~136^2~165^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319d9827ebb55d58d1b02d8a4eba48bbb2702376;p=pandora-kernel.git drm/i915: flip on a no fb -> fb transition if crtc is active v3 If the crtc is active, we can simply flip a new fb onto it, provided the other mode setting reqs are met. Otherwise, we'll need to do a full mode set to re-enable the crtc. v2: check for crtc active and set mode_changed accordingly v3: add module parameter, i915.fastboot, to control no fb -> fb flip behavior Signed-off-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed