From: Ander Conselvan de Oliveira Date: Fri, 20 Mar 2015 14:18:02 +0000 (+0200) Subject: drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~20^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49172fee6173d213cf711bfad751e1b38e8fdaaf;p=pandora-kernel.git drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() For now this is not necessary since intel_set_mode() doesn't acquire any new locks. However, once that function is converted to atomic, that will change, since we'll pass an atomic state to it, and that needs to have the right acquire context set. Signed-off-by: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed