aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiri Slaby (SUSE) <[email protected]>2024-01-22 12:03:46 +0100
committerGreg Kroah-Hartman <[email protected]>2024-01-27 18:08:54 -0800
commitace4ebf9b70a7daea12102c09ba5ef6bb73223aa (patch)
tree9ca3cd55ff8789f8fe8b2bc75fa32da97aad97e4 /tools/perf/scripts/python
parent735a51943f5626f2b8729e43cc528341f04c8dee (diff)
tty: vt: define a common enum for VESA blanking constants
There are currently two places with VESA blanking constants definitions: fb.h and console.h. Extract/unify the two to a separate header (vesa.h). Given the fb's is in an uapi header, create the common header in uapi too. Note that instead of macros, an enum (vesa_blank_mode) is created. But the macros are kept too (they now expand to the enum constants), just in case someone in userspace performs some #ifdeffery. Signed-off-by: "Jiri Slaby (SUSE)" <[email protected]> Cc: Helge Deller <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Thomas Zimmermann <[email protected]> Tested-by: Helge Deller <[email protected]> # parisc STI console Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions