diff options
| author | 2012-09-19 17:04:17 +0200 | |
|---|---|---|
| committer | 2012-09-19 17:04:17 +0200 | |
| commit | 984ff8a4d2251fbd09b1e8515133bdfe9ef4bcd6 (patch) | |
| tree | e1dfee938d280d0bd6130cb6489ae1f5faf38631 /include/linux | |
| parent | Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock (diff) | |
| parent | x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmware (diff) | |
| download | linux-dev-984ff8a4d2251fbd09b1e8515133bdfe9ef4bcd6.tar.xz linux-dev-984ff8a4d2251fbd09b1e8515133bdfe9ef4bcd6.zip | |
Merge branch 'x86/efi/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/linux into x86/efi
Pull misc EFI fixlets from Matt Fleming.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/screen_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/screen_info.h b/include/linux/screen_info.h index 899fbb487c94..fb3c5a8fef3d 100644 --- a/include/linux/screen_info.h +++ b/include/linux/screen_info.h @@ -68,6 +68,8 @@ struct screen_info { #define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */ +#define VIDEO_CAPABILITY_SKIP_QUIRKS (1 << 0) + #ifdef __KERNEL__ extern struct screen_info screen_info; |
