commit | befb51e9c97e783c86a1da27bdda3a638d2f02c7 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 18 10:23:59 2011 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Dec 21 19:01:41 2011 +1000 |
tree | 320f1a7a6d730decc566542e49e17c1a680956c4 | |
parent | f553b79c03f0dbd52f6f03abe8233a2bef8cbd0d [diff] |
drm/nouveau/disp: parse connector info directly in nouveau_connector.c Another case where we parsed vbios data to some structs, then again use that info once to construct another set of data. Skip the intermediate step. This is also slightly improved in that we can now use DCB 3.x connector table info, which will allow NV4x to gain hotplug support, and to make quirks for SPWG LVDS panels unnecessary. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>