diff options
Diffstat (limited to 'drivers/gpu/drm/cirrus/cirrus_drv.h')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index 6e0cc724e5a2..7ca059596887 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h | |||
@@ -154,6 +154,8 @@ struct cirrus_fbdev { | |||
154 | struct list_head fbdev_list; | 154 | struct list_head fbdev_list; |
155 | void *sysram; | 155 | void *sysram; |
156 | int size; | 156 | int size; |
157 | int x1, y1, x2, y2; /* dirty rect */ | ||
158 | spinlock_t dirty_lock; | ||
157 | }; | 159 | }; |
158 | 160 | ||
159 | struct cirrus_bo { | 161 | struct cirrus_bo { |