aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/gud/gud_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gud/gud_internal.h')
-rw-r--r--drivers/gpu/drm/gud/gud_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gud/gud_internal.h b/drivers/gpu/drm/gud/gud_internal.h
index e351a1f1420d..0d148a6f27aa 100644
--- a/drivers/gpu/drm/gud/gud_internal.h
+++ b/drivers/gpu/drm/gud/gud_internal.h
@@ -43,6 +43,7 @@ struct gud_device {
struct drm_framebuffer *fb;
struct drm_rect damage;
bool prev_flush_failed;
+ void *shadow_buf;
};
static inline struct gud_device *to_gud_device(struct drm_device *drm)