summaryrefslogtreecommitdiff
path: root/linux-core/nv50_output.h
diff options
context:
space:
mode:
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);
};