forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/radeon/rs600.c
....@@ -35,14 +35,19 @@
3535 * close to the one of the R600 family (R600 likely being an evolution
3636 * of the RS600 GART block).
3737 */
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"
3946 #include "radeon.h"
4047 #include "radeon_asic.h"
4148 #include "radeon_audio.h"
42
-#include "atom.h"
43
-#include "rs600d.h"
44
-
4549 #include "rs600_reg_safe.h"
50
+#include "rs600d.h"
4651
4752 static void rs600_gpu_init(struct radeon_device *rdev);
4853 int rs600_mc_wait_for_idle(struct radeon_device *rdev);