summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-09-28 10:23:20 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-10-05 09:58:03 +1000
commit62acdc71cfbc816b26a57d89f433f8afaf4ff78d (patch)
tree90c99f53efb6b2d9060e62ac1ede1fb5366c6224 /drivers/gpu/drm/nouveau/nouveau_connector.h
parent85341f27b49833325f97580edcd687b4d90bb30b (diff)
downloadlinux-62acdc71cfbc816b26a57d89f433f8afaf4ff78d.tar.gz
linux-62acdc71cfbc816b26a57d89f433f8afaf4ff78d.tar.bz2
linux-62acdc71cfbc816b26a57d89f433f8afaf4ff78d.zip
drm/nouveau: fix required mode bandwidth calculation for DP
This should fix eDP on certain laptops with 18-bit panels, we were rejecting the panel's native mode due to thinking there was insufficient bandwidth for it. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_connector.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_connector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h
index 0d2e668ccfe5..c21ed6b16f88 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.h
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.h
@@ -55,4 +55,7 @@ nouveau_connector_create(struct drm_device *, int index);
void
nouveau_connector_set_polling(struct drm_connector *);
+int
+nouveau_connector_bpp(struct drm_connector *);
+
#endif /* __NOUVEAU_CONNECTOR_H__ */