| .. | .. |
|---|
| 25 | 25 | * Alex Deucher |
|---|
| 26 | 26 | * Jerome Glisse |
|---|
| 27 | 27 | */ |
|---|
| 28 | + |
|---|
| 28 | 29 | #include <linux/seq_file.h> |
|---|
| 29 | 30 | #include <linux/slab.h> |
|---|
| 30 | | -#include <drm/drmP.h> |
|---|
| 31 | | -#include "rv515d.h" |
|---|
| 31 | + |
|---|
| 32 | +#include <drm/drm_debugfs.h> |
|---|
| 33 | +#include <drm/drm_device.h> |
|---|
| 34 | +#include <drm/drm_file.h> |
|---|
| 35 | + |
|---|
| 36 | +#include "atom.h" |
|---|
| 32 | 37 | #include "radeon.h" |
|---|
| 33 | 38 | #include "radeon_asic.h" |
|---|
| 34 | | -#include "atom.h" |
|---|
| 35 | 39 | #include "rv515_reg_safe.h" |
|---|
| 40 | +#include "rv515d.h" |
|---|
| 36 | 41 | |
|---|
| 37 | 42 | /* This files gather functions specifics to: rv515 */ |
|---|
| 38 | 43 | static int rv515_debugfs_pipes_info_init(struct radeon_device *rdev); |
|---|
| .. | .. |
|---|
| 138 | 143 | if (tmp & MC_STATUS_IDLE) { |
|---|
| 139 | 144 | return 0; |
|---|
| 140 | 145 | } |
|---|
| 141 | | - DRM_UDELAY(1); |
|---|
| 146 | + udelay(1); |
|---|
| 142 | 147 | } |
|---|
| 143 | 148 | return -1; |
|---|
| 144 | 149 | } |
|---|