summaryrefslogtreecommitdiff
path: root/linux-core/intel_tv.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-05-23 18:42:47 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-05-23 18:42:47 -0700
commit9fc4ea5c00dfb91ebff893fb5092e768155cc2e2 (patch)
tree7dfdf71aa20e9786f3d50d89ea30614c2a73693f /linux-core/intel_tv.c
parentb4d8cda8e6d6ea319ab7c471d6d68b8af8693cfe (diff)
i915: do a better job of parsing VBIOS data
Add code to get panel modes from the VBIOS if present and check whether certain outputs exist. Should make our display detection code a little more robust.
Diffstat (limited to 'linux-core/intel_tv.c')
-rw-r--r--linux-core/intel_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_tv.c b/linux-core/intel_tv.c
index 42f4b10b..650c46f7 100644
--- a/linux-core/intel_tv.c
+++ b/linux-core/intel_tv.c
@@ -1620,7 +1620,7 @@ intel_tv_init(struct drm_device *dev)
return;
/* Even if we have an encoder we may not have a connector */
- if (!dev_priv->bdb->int_tv_support)
+ if (!dev_priv->int_tv_support)
return;
/*