forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/gpu/drm/radeon/r520.c
....@@ -25,7 +25,7 @@
2525 * Alex Deucher
2626 * Jerome Glisse
2727 */
28
-#include <drm/drmP.h>
28
+
2929 #include "radeon.h"
3030 #include "radeon_asic.h"
3131 #include "atom.h"
....@@ -44,7 +44,7 @@
4444 if (tmp & R520_MC_STATUS_IDLE) {
4545 return 0;
4646 }
47
- DRM_UDELAY(1);
47
+ udelay(1);
4848 }
4949 return -1;
5050 }