drm/ast: Map HW cursor BOs permanently
[linux-2.6-microblaze.git] / drivers / gpu / drm / ast / ast_drv.h
index 4117c49..22193cf 100644 (file)
@@ -107,6 +107,7 @@ struct ast_cursor_plane {
 
        struct {
                struct drm_gem_vram_object *gbo;
+               struct dma_buf_map map;
        } hwc[AST_DEFAULT_HWC_NUM];
 
        unsigned int next_hwc_index;