Skip to content

Commit

Permalink
fb.h: make FBINFO_READS_FAST act as a dummy option.
Browse files Browse the repository at this point in the history
  • Loading branch information
biergaizi committed Oct 6, 2014
1 parent 3bbbd6a commit 6caf83a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/linux/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ struct fb_tile_ops {
/* hints */
#define FBINFO_VIRTFB 0x0004 /* FB is System RAM, not device. */
#define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */
#define FBINFO_READS_FAST 0x0080 /* soft-copy faster than rendering */

/* cjktty won't work with it */
#define FBINFO_READS_FAST 0 /* soft-copy faster than rendering */

/* hardware supported ops */
/* semantics: when a bit is set, it indicates that the operation is
Expand Down

0 comments on commit 6caf83a

Please sign in to comment.