We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751f9a8 commit 0444fa3Copy full SHA for 0444fa3
include/linux/fb.h
@@ -383,7 +383,6 @@ struct fb_tile_ops {
383
#endif /* CONFIG_FB_TILEBLITTING */
384
385
/* FBINFO_* = fb_info.flags bit flags */
386
-#define FBINFO_DEFAULT 0
387
#define FBINFO_HWACCEL_DISABLED 0x0002
388
/* When FBINFO_HWACCEL_DISABLED is set:
389
* Hardware acceleration is turned off. Software implementations
@@ -504,8 +503,6 @@ struct fb_info {
504
503
bool skip_vt_switch; /* no VT switch on suspend/resume required */
505
};
506
507
-#define FBINFO_FLAG_DEFAULT FBINFO_DEFAULT
508
-
509
/* This will go away
510
* fbset currently hacks in FB_ACCELF_TEXT into var.accel_flags
511
* when it wants to turn the acceleration engine on. This is
0 commit comments