From 94bc1b7156cd0866566dc44a823c7e051bb45175 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 10 Aug 2010 13:24:52 +1000 Subject: 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. --- src/radeon_atombios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/radeon_atombios.h') 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_ */ -- cgit v1.2.3