Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT

Remove the unused flags FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT. No
functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230715185343.7193-18-tzimmermann@suse.de

-3
-3
include/linux/fb.h
··· 383 383 #endif /* CONFIG_FB_TILEBLITTING */ 384 384 385 385 /* FBINFO_* = fb_info.flags bit flags */ 386 - #define FBINFO_DEFAULT 0 387 386 #define FBINFO_HWACCEL_DISABLED 0x0002 388 387 /* When FBINFO_HWACCEL_DISABLED is set: 389 388 * Hardware acceleration is turned off. Software implementations ··· 502 503 503 504 bool skip_vt_switch; /* no VT switch on suspend/resume required */ 504 505 }; 505 - 506 - #define FBINFO_FLAG_DEFAULT FBINFO_DEFAULT 507 506 508 507 /* This will go away 509 508 * fbset currently hacks in FB_ACCELF_TEXT into var.accel_flags