hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/radeon/rv515.c
....@@ -25,14 +25,19 @@
2525 * Alex Deucher
2626 * Jerome Glisse
2727 */
28
+
2829 #include <linux/seq_file.h>
2930 #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"
3237 #include "radeon.h"
3338 #include "radeon_asic.h"
34
-#include "atom.h"
3539 #include "rv515_reg_safe.h"
40
+#include "rv515d.h"
3641
3742 /* This files gather functions specifics to: rv515 */
3843 static int rv515_debugfs_pipes_info_init(struct radeon_device *rdev);
....@@ -138,7 +143,7 @@
138143 if (tmp & MC_STATUS_IDLE) {
139144 return 0;
140145 }
141
- DRM_UDELAY(1);
146
+ udelay(1);
142147 }
143148 return -1;
144149 }