diff options
author | Dave Airlie <airlied@linux.ie> | 2007-12-30 17:40:37 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-12-30 17:40:37 +1000 |
commit | aa7c28cbd943bb525698515d444cb5097880e364 (patch) | |
tree | e411b387e2e386092bb9ddf5a9b14f9a917883f9 /src/radeon_atombios.h | |
parent | 0bc3fd595a73e12a424571697d164a09a6a4c072 (diff) |
atombios: enable support for using tv timings
enable support for the atombios tv timings selection by programming the crtc
with the tv timings if a tv is detected on the output
Diffstat (limited to 'src/radeon_atombios.h')
-rw-r--r-- | src/radeon_atombios.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_atombios.h b/src/radeon_atombios.h index 111fb454..d4dc1e4c 100644 --- a/src/radeon_atombios.h +++ b/src/radeon_atombios.h @@ -246,4 +246,7 @@ typedef struct _atomBiosHandle { # endif +extern Bool +RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, uint32_t *pixel_clock); + #endif /* RHD_ATOMBIOS_H_ */ |