summaryrefslogtreecommitdiff
path: root/src/radeon_atombios.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-10 13:24:52 +1000
committerDave Airlie <airlied@redhat.com>2010-08-10 13:24:52 +1000
commit94bc1b7156cd0866566dc44a823c7e051bb45175 (patch)
tree94a976beaa6073419194ac513cf7ec0c993ea486 /src/radeon_atombios.h
parent9bc716eb62d4e0eed2902b92437a42634eef6ba1 (diff)
atombios: fixup set crtc source like KMS
This removes a bunch of strict aliasing warnings and fixes the codepaths up like the latest KMS code, including a workaround for a bug on evergreen.
Diffstat (limited to 'src/radeon_atombios.h')
-rw-r--r--src/radeon_atombios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_atombios.h b/src/radeon_atombios.h
index 67f65cac..866c4bf3 100644
--- a/src/radeon_atombios.h
+++ b/src/radeon_atombios.h
@@ -288,4 +288,5 @@ radeon_add_encoder(ScrnInfoPtr pScrn, uint32_t encoder_id, uint32_t device_suppo
extern uint32_t
radeon_get_encoder_id_from_supported_device(ScrnInfoPtr pScrn, uint32_t supported_device, int dac);
+void atombios_set_output_crtc_source(xf86OutputPtr output);
#endif /* RHD_ATOMBIOS_H_ */