radeon.h (39cf0518d89d1f0af79554457c52adb5b12fa43c) | radeon.h (f779b3e513478218cbaaaa0a506d7801cab6fd14) |
---|---|
1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 641 unchanged lines hidden (view full) --- 650 struct pci_dev *pdev; 651 /* ASIC */ 652 union radeon_asic_config config; 653 enum radeon_family family; 654 unsigned long flags; 655 int usec_timeout; 656 enum radeon_pll_errata pll_errata; 657 int num_gb_pipes; | 1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 641 unchanged lines hidden (view full) --- 650 struct pci_dev *pdev; 651 /* ASIC */ 652 union radeon_asic_config config; 653 enum radeon_family family; 654 unsigned long flags; 655 int usec_timeout; 656 enum radeon_pll_errata pll_errata; 657 int num_gb_pipes; |
658 int num_z_pipes; |
|
658 int disp_priority; 659 /* BIOS */ 660 uint8_t *bios; 661 bool is_atom_bios; 662 uint16_t bios_header_start; 663 struct radeon_object *stollen_vga_memory; 664 struct fb_info *fbdev_info; 665 struct radeon_object *fbdev_robj; --- 250 unchanged lines hidden --- | 659 int disp_priority; 660 /* BIOS */ 661 uint8_t *bios; 662 bool is_atom_bios; 663 uint16_t bios_header_start; 664 struct radeon_object *stollen_vga_memory; 665 struct fb_info *fbdev_info; 666 struct radeon_object *fbdev_robj; --- 250 unchanged lines hidden --- |