From: Daniel Vetter Date: Mon, 10 Dec 2012 23:38:18 +0000 (+0100) Subject: drm: fb refcounting for dirtyfb_ioctl X-Git-Tag: v3.9-rc1~83^2~38^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ccf097f1935321f03ad36218588a9e446006b6a;p=pandora-kernel.git drm: fb refcounting for dirtyfb_ioctl We only need to ensure that the fb stays around for long enough. While at it, only grab the modeset locks when we need them (since most drivers don't implement the dirty callback, this should help jitter and stalls when using the generic modeset driver). Reviewed-by: Rob Clark Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed