diff options
Diffstat (limited to 'drivers/gpu/drm/ast/ast_drv.h')
-rw-r--r-- | drivers/gpu/drm/ast/ast_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h index 528429252f0f..02e52d543e4b 100644 --- a/drivers/gpu/drm/ast/ast_drv.h +++ b/drivers/gpu/drm/ast/ast_drv.h | |||
@@ -241,6 +241,8 @@ struct ast_fbdev { | |||
241 | void *sysram; | 241 | void *sysram; |
242 | int size; | 242 | int size; |
243 | struct ttm_bo_kmap_obj mapping; | 243 | struct ttm_bo_kmap_obj mapping; |
244 | int x1, y1, x2, y2; /* dirty rect */ | ||
245 | spinlock_t dirty_lock; | ||
244 | }; | 246 | }; |
245 | 247 | ||
246 | #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) | 248 | #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) |