]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/ast/ast_drv.h
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
[linux.git] / drivers / gpu / drm / ast / ast_drv.h
index 32096a191aaf125cc61d85b9ecfb2b0fc7555c33..b6cac9511796baec98713f9206f1fc58fe4c8083 100644 (file)
@@ -256,7 +256,6 @@ struct ast_fbdev {
        struct ast_framebuffer afb;
        void *sysram;
        int size;
-       struct ttm_bo_kmap_obj mapping;
        int x1, y1, x2, y2; /* dirty rect */
        spinlock_t dirty_lock;
 };