commit | 276e526cfb257add928a57b196ea3e5c22b703ef | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Jun 30 11:10:02 2014 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Jul 08 12:56:53 2014 +1000 |
tree | a3d4eddb43430088108bf440f9ab4d2e6cdb6f30 | |
parent | 3c4be80bce681740d31646b8aff06d82ef453566 [diff] |
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 <bskeggs@redhat.com>