summaryrefslogtreecommitdiff
path: root/drm/nouveau_fbcon.h
diff options
context:
space:
mode:
authorPierre Moreau <pierre.morrow@free.fr>2014-08-18 22:43:24 +0200
committerBen Skeggs <bskeggs@redhat.com>2014-10-02 13:25:43 +1000
commit1cc7fa95e04362019c89e6c94a309c6977d56bac (patch)
tree01438e59805ace9f8f8f8417d7c260227a7f9776 /drm/nouveau_fbcon.h
parentda11a9daa515638d9be214ab23d2c62b2e8f3a14 (diff)
downloadnouveau-1cc7fa95e04362019c89e6c94a309c6977d56bac.tar.gz
drm: Display Nouveau boot options at launch
It can help to remove any ambiguity about which options were passed to Nouveau, especially in case the user had some options set in /etc/modprobe.d/*.conf that he forgot about, as they won't appear in a dmesg. Signed-off-by: Pierre Moreau <pierre.morrow@free.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau_fbcon.h')
-rw-r--r--drm/nouveau_fbcon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drm/nouveau_fbcon.h b/drm/nouveau_fbcon.h
index 0b465c7d3..6208e70e4 100644
--- a/drm/nouveau_fbcon.h
+++ b/drm/nouveau_fbcon.h
@@ -73,5 +73,8 @@ void nouveau_fbcon_accel_save_disable(struct drm_device *dev);
void nouveau_fbcon_accel_restore(struct drm_device *dev);
void nouveau_fbcon_output_poll_changed(struct drm_device *dev);
+
+extern int nouveau_nofbaccel;
+
#endif /* __NV50_FBCON_H__ */