The cfag12864bfb driver operates on system memory. Mark the framebuffer
accordingly. Helpers operating on the framebuffer memory will test for
the presence of this flag.

Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
Cc: Miguel Ojeda <oj...@kernel.org>
---
 drivers/auxdisplay/cfag12864bfb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/auxdisplay/cfag12864bfb.c 
b/drivers/auxdisplay/cfag12864bfb.c
index 729845bcc803a..c0ba693845aaf 100644
--- a/drivers/auxdisplay/cfag12864bfb.c
+++ b/drivers/auxdisplay/cfag12864bfb.c
@@ -72,6 +72,7 @@ static int cfag12864bfb_probe(struct platform_device *device)
        if (!info)
                goto none;
 
+       info->flags = FBINFO_VIRTFB;
        info->screen_buffer = cfag12864b_buffer;
        info->screen_size = CFAG12864B_SIZE;
        info->fbops = &cfag12864bfb_ops;
-- 
2.42.0

Reply via email to