From: Ben Skeggs Date: Mon, 30 Jun 2014 01:10:02 +0000 (+1000) Subject: drm/nv50-/kms: pass a non-zero value for head to sor dpms methods X-Git-Tag: omap-for-v3.17/fixes-against-rc2~315^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276e526cfb257add928a57b196ea3e5c22b703ef;p=pandora-kernel.git drm/nv50-/kms: pass a non-zero value for head to sor dpms methods There's Apple machines out there which (probably completely arbitrarily) restrict each output path to a particular head. This causes us to not be able to locate the output data needed to power on/off the DP output correctly. We fix this by passing in a head index we know is valid (as opposed to "head 0"). Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed