commit | a4fc5ed69817c73e32571ad7837bb707f9890009 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Apr 07 16:16:42 2009 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu Jun 18 15:54:07 2009 -0700 |
tree | 1a54e8ca9917330359118c1709895c80d74c15af | |
parent | c31c4ba3437d98efa19710e30d694a1cfdf87aa5 [diff] [blame] |
drm/i915: Add Display Port support Signed-off-by: Keith Packard <keithp@keithp.com>
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 51c5a05..30d6b99 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile
@@ -13,6 +13,8 @@ intel_crt.o \ intel_lvds.o \ intel_bios.o \ + intel_dp.o \ + intel_dp_i2c.o \ intel_hdmi.o \ intel_sdvo.o \ intel_modes.o \