diff options
author | Alex Deucher <alex@botch2.com> | 2007-07-29 15:26:34 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-07-29 15:26:34 -0400 |
commit | fe494c9db2995bb8ce7a028ecf9626e0cb0cf506 (patch) | |
tree | fa137c91bd0fad5d7a28c676ce689769fde01405 | |
parent | 6b9b7a7bdc290d07de9b226691ec8025af8db896 (diff) |
RADEON: add info about tv out code and authorship
-rw-r--r-- | src/radeon_tv.c | 4 | ||||
-rw-r--r-- | src/radeon_tv.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 1d0b2c6..5acc4ff 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -1,3 +1,7 @@ +/* + * Integrated TV out support based on the GATOS code by + * Federico Ulivi <fulivi@lycos.com> + */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/radeon_tv.h b/src/radeon_tv.h index 179b87b..829efba 100644 --- a/src/radeon_tv.h +++ b/src/radeon_tv.h @@ -1,4 +1,9 @@ /* + * Integrated TV out support based on the GATOS code by + * Federico Ulivi <fulivi@lycos.com> + */ + +/* * Maximum length of horizontal/vertical code timing tables for state storage */ #define MAX_H_CODE_TIMING_LEN 32 |