Finish bringing in LVDS code, re-add to Makefile. Needed other changes too:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Tue, 10 Apr 2007 16:47:37 +0000 (09:47 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Tue, 10 Apr 2007 16:47:37 +0000 (09:47 -0700)
commit183cbd92dd016f8935f9b58ef9345fde1391173e
tree0c8220c5ec176f4e47bd1b72ff4cbb1ecb2d256a
parentc446bf50e3ae730f272c6842f4ad04d523bd40c3
Finish bringing in LVDS code, re-add to Makefile.  Needed other changes too:
  - move EDID structures to drm_edid.h
  - add EDID info structure to drm_output
  - add a few routines to intel_display for getting current mode info
  - add some prototypes to intel_drv.h and drm_crtc.h
linux-core/Makefile.kernel
linux-core/drm_crtc.h
linux-core/drm_edid.c
linux-core/drm_edid.h [new file with mode: 0644]
linux-core/intel_display.c
linux-core/intel_drv.h
linux-core/intel_lvds.c