* Move bios_info into shared info
* Pull pci_rom base address from pci subsystem * Point AtomBIOS parser to pci rom address to set up and malloc atom_context * This is untested! Don't run on an expensive card until I test it on a cheaper one! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42541 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -71,6 +71,9 @@ struct radeon_shared_info {
|
||||
area_id mode_list_area; // area containing display mode list
|
||||
uint32 mode_count;
|
||||
|
||||
uint32 rom_base; // AtomBIOS base location
|
||||
uint32 rom_size; // AtomBIOS size
|
||||
|
||||
display_mode current_mode;
|
||||
uint32 bytes_per_row;
|
||||
uint32 bits_per_pixel;
|
||||
|
||||
Reference in New Issue
Block a user