forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/radeon/uvd_v2_2.c
....@@ -23,7 +23,7 @@
2323 */
2424
2525 #include <linux/firmware.h>
26
-#include <drm/drmP.h>
26
+
2727 #include "radeon.h"
2828 #include "radeon_asic.h"
2929 #include "rv770d.h"
....@@ -109,7 +109,7 @@
109109 if (r)
110110 return r;
111111
112
- /* programm the VCPU memory controller bits 0-27 */
112
+ /* program the VCPU memory controller bits 0-27 */
113113 addr = rdev->uvd.gpu_addr >> 3;
114114 size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 4) >> 3;
115115 WREG32(UVD_VCPU_CACHE_OFFSET0, addr);