diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-23 14:30:38 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-23 14:30:38 -0700 |
commit | a91c0cbab5de51885bfce7c7dce76f82c1b19553 (patch) | |
tree | 0f05e92845810013acd91d8968a0a1dbadf8e471 /src/Makefile.am | |
parent | 8149681f2eac0af3b70a9457c5204e17da56142b (diff) |
Add work-in-progress integrated TV-out support.
This is the TV connector on board for the 915GM and 945GM.
It is currently not hooked up to output initialization as it's entirely
untested. However, I think this is a reasonable starting point for getting
TV-out actually working.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cab6fe92..0fce5e4f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,7 @@ i810_drv_la_SOURCES = \ i830_sdvo.c \ i830_sdvo.h \ i830_sdvo_regs.h \ + i830_tv.c \ i830_xf86Modes.h \ i830_xf86Modes.c \ i915_3d.c \ |