drm/ast: Init iosys_map pointer as I/O memory for damage handling
[platform/kernel/linux-rpi.git] / drivers / gpu / drm / ast / ast_mode.c
index c744331..e82e9a8 100644 (file)
@@ -636,7 +636,7 @@ static void ast_handle_damage(struct ast_plane *ast_plane, struct iosys_map *src
                              struct drm_framebuffer *fb,
                              const struct drm_rect *clip)
 {
-       struct iosys_map dst = IOSYS_MAP_INIT_VADDR(ast_plane->vaddr);
+       struct iosys_map dst = IOSYS_MAP_INIT_VADDR_IOMEM(ast_plane->vaddr);
 
        iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip));
        drm_fb_memcpy(&dst, fb->pitches, src, fb, clip);