.. | .. |
---|
35 | 35 | * close to the one of the R600 family (R600 likely being an evolution |
---|
36 | 36 | * of the RS600 GART block). |
---|
37 | 37 | */ |
---|
38 | | -#include <drm/drmP.h> |
---|
| 38 | + |
---|
| 39 | +#include <linux/io-64-nonatomic-lo-hi.h> |
---|
| 40 | +#include <linux/pci.h> |
---|
| 41 | + |
---|
| 42 | +#include <drm/drm_device.h> |
---|
| 43 | +#include <drm/drm_vblank.h> |
---|
| 44 | + |
---|
| 45 | +#include "atom.h" |
---|
39 | 46 | #include "radeon.h" |
---|
40 | 47 | #include "radeon_asic.h" |
---|
41 | 48 | #include "radeon_audio.h" |
---|
42 | | -#include "atom.h" |
---|
43 | | -#include "rs600d.h" |
---|
44 | | - |
---|
45 | 49 | #include "rs600_reg_safe.h" |
---|
| 50 | +#include "rs600d.h" |
---|
46 | 51 | |
---|
47 | 52 | static void rs600_gpu_init(struct radeon_device *rdev); |
---|
48 | 53 | int rs600_mc_wait_for_idle(struct radeon_device *rdev); |
---|