aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/udlfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/udlfb.h b/include/video/udlfb.h
index bc2e9cf34aa5..b4f43d3ac1af 100644
--- a/include/video/udlfb.h
+++ b/include/video/udlfb.h
@@ -51,6 +51,7 @@ struct dlfb_data {
51 int base8; 51 int base8;
52 u32 pseudo_palette[256]; 52 u32 pseudo_palette[256];
53 int blank_mode; /*one of FB_BLANK_ */ 53 int blank_mode; /*one of FB_BLANK_ */
54 struct fb_ops ops;
54 /* blit-only rendering path metrics, exposed through sysfs */ 55 /* blit-only rendering path metrics, exposed through sysfs */
55 atomic_t bytes_rendered; /* raw pixel-bytes driver asked to render */ 56 atomic_t bytes_rendered; /* raw pixel-bytes driver asked to render */
56 atomic_t bytes_identical; /* saved effort with backbuffer comparison */ 57 atomic_t bytes_identical; /* saved effort with backbuffer comparison */