diff options
author | Jesse Barnes <jbarnes@jbarnes-t61.(none)> | 2008-05-23 18:42:47 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-05-23 18:42:47 -0700 |
commit | 9fc4ea5c00dfb91ebff893fb5092e768155cc2e2 (patch) | |
tree | 7dfdf71aa20e9786f3d50d89ea30614c2a73693f /linux-core/intel_tv.c | |
parent | b4d8cda8e6d6ea319ab7c471d6d68b8af8693cfe (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.c | 2 |
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; /* |