diff options
author | Alex Deucher <alex@botch2.com> | 2007-08-05 15:37:04 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-08-05 15:37:04 -0400 |
commit | b4ec3e436afb5bc99ec755cbd96eee9a1ec492a5 (patch) | |
tree | 7c152e750208af3a1ff406b536426868db7f6b6e /src/radeon_tv.c | |
parent | 1fc2a1120e7c05938e2bd72d3c7837ecff8bc9da (diff) |
RADEON: add tv out properties
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r-- | src/radeon_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 3c12dfd2..db5288a7 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -556,7 +556,7 @@ void RADEONInitTVRegisters(xf86OutputPtr output, RADEONSavePtr save, /* Set hw registers for a new h/v position & h size */ -static void RADEONUpdateHVPosition(xf86OutputPtr output, DisplayModePtr mode) +void RADEONUpdateHVPosition(xf86OutputPtr output, DisplayModePtr mode) { ScrnInfoPtr pScrn = output->scrn; RADEONInfoPtr info = RADEONPTR(pScrn); |