* 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:
Alexander von Gluck IV
2011-08-02 14:58:56 +00:00
parent 817f7d8003
commit ef2909a10f
6 changed files with 17 additions and 19 deletions
@@ -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;