diff options
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index f847df9e99b6..6e8ebf7e6523 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -768,6 +768,7 @@ struct fb_tile_ops { | |||
768 | * takes over; acceleration engine should be in a quiescent state */ | 768 | * takes over; acceleration engine should be in a quiescent state */ |
769 | 769 | ||
770 | /* hints */ | 770 | /* hints */ |
771 | #define FBINFO_VIRTFB 0x0004 /* FB is System RAM, not device. */ | ||
771 | #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ | 772 | #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ |
772 | #define FBINFO_READS_FAST 0x0080 /* soft-copy faster than rendering */ | 773 | #define FBINFO_READS_FAST 0x0080 /* soft-copy faster than rendering */ |
773 | 774 | ||