summaryrefslogtreecommitdiff
path: root/linux-core/nv50_output.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-21 14:29:13 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-21 14:29:13 +0200
commitd00644c27ddc7023ea0e442c7be6b67d9d0da047 (patch)
tree2070bd02da5ac008bc8f9c70790722109f3ad94c /linux-core/nv50_output.h
parent685bca02fe6b7406bb157a1a4e0f147b47ba28f8 (diff)
NV50: Do detect with hpd and load detect if possible.
- Appropriate error messages when an unknown situation is encountered are included. - Fallback to i2c will occur when needed.
Diffstat (limited to 'linux-core/nv50_output.h')
-rw-r--r--linux-core/nv50_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_output.h b/linux-core/nv50_output.h
index a5faf050..ac6d714f 100644
--- a/linux-core/nv50_output.h
+++ b/linux-core/nv50_output.h
@@ -51,7 +51,7 @@ struct nv50_output {
int (*set_clock_mode) (struct nv50_output *output);
/* this is not a normal modeset call, it is a direct register write, so it's executed immediately */
int (*set_power_mode) (struct nv50_output *output, int mode);
- bool (*detect) (struct nv50_output *output);
+ int (*detect) (struct nv50_output *output);
int (*destroy) (struct nv50_output *output);
};