2 Copyright (c) 2002, Thomas Kurschel
5 Part of Radeon kernel driver
10 #ifndef _RADEON_BIOS_H
11 #define _RADEON_BIOS_H
14 uint8 clock_chip_type
;
16 uint8 accelerator_entry
;
18 uint16 VGA_table_offset
;
19 uint16 POST_table_offset
;
23 uint8 size_PLL_blocks
;
25 uint16 PCLK_ref_divider
;
29 uint16 MCLK_ref_divider
;
33 uint16 XCLK_ref_divider
;
36 } __attribute__ ((packed
)) PLL_BLOCK
;
41 uint16 panel_xres
; // 25
42 uint16 panel_yres
; // 27
46 uint16 panel_pwr_delay
; // 44
49 uint8 feedback_div
; // 49
52 uint16 fpi_timing_ofs
[20]; // 64
53 } __attribute__ ((packed
)) FPI_BLOCK
;
56 uint16 panel_xres
; // 0
57 uint16 panel_yres
; // 2
60 uint16 dot_clock
; // 9
64 uint16 h_display
; // 19
65 uint16 h_sync_start
; // 21
66 uint8 h_sync_width
; // 23
69 uint16 v_display
; // 26
71 } __attribute__ ((packed
)) FPI_TIMING_BLOCK
;