search for: edid_info

Displaying 9 results from an estimated 9 matches for "edid_info".

2006 Jun 26
0
[klibc 07/43] Eliminate unnecessary whitespace delta vs. Linus' tree
...d9..4945931 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c @@ -1460,7 +1460,7 @@ #ifdef CONFIG_EFI efi_enabled = 1; #endif - ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); + ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); drive_info = DRIVE_INFO; screen_info = SCREEN_INFO; edid_info = EDID_INFO; diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 6d4f025..003667e 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c @@ -599,7 +599,7 @@ void __init setup_arch(char **cmdline_p) { unsigned long kernel_end; - ROOT_DEV = old_decode_dev...
2006 Jun 26
0
[klibc 06/43] Re-create ROOT_DEV, too many architectures need it.
...etup.c b/arch/i386/kernel/setup.c index 16784a6..54c72d9 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c @@ -1460,6 +1460,7 @@ #ifdef CONFIG_EFI efi_enabled = 1; #endif + ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); drive_info = DRIVE_INFO; screen_info = SCREEN_INFO; edid_info = EDID_INFO; diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index cadbe33..6d4f025 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c @@ -599,6 +599,7 @@ void __init setup_arch(char **cmdline_p) { unsigned long kernel_end; + ROOT_DEV = old_decode_dev...
2005 Jan 11
17
[Fwd: Installing from distribution CDs]
Sorry, hit send instead of attach again. Rest of patches included. -- Anthony Liguori Samba, Linux/Windows Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: aliguori@us.ibm.com Phone: (512) 838-1208 Tie Line: 678-1208
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...ude/uapi/video/edid.h b/include/uapi/video/edid.h index 8c0f032..aa8d946 100644 --- a/include/uapi/video/edid.h +++ b/include/uapi/video/edid.h @@ -1,9 +1,9 @@ -#ifndef _UAPI__linux_video_edid_h__ -#define _UAPI__linux_video_edid_h__ +#ifndef _UAPI_VIDEO_EDID_H +#define _UAPI_VIDEO_EDID_H struct edid_info { unsigned char dummy[128]; }; -#endif /* _UAPI__linux_video_edid_h__ */ +#endif /* _UAPI_VIDEO_EDID_H */ diff --git a/include/uapi/video/sisfb.h b/include/uapi/video/sisfb.h index 9250b22..06de303 100644 --- a/include/uapi/video/sisfb.h +++ b/include/uapi/video/sisfb.h @@ -18,8 +18,8 @@ *...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...ude/uapi/video/edid.h b/include/uapi/video/edid.h index 8c0f032..aa8d946 100644 --- a/include/uapi/video/edid.h +++ b/include/uapi/video/edid.h @@ -1,9 +1,9 @@ -#ifndef _UAPI__linux_video_edid_h__ -#define _UAPI__linux_video_edid_h__ +#ifndef _UAPI_VIDEO_EDID_H +#define _UAPI_VIDEO_EDID_H struct edid_info { unsigned char dummy[128]; }; -#endif /* _UAPI__linux_video_edid_h__ */ +#endif /* _UAPI_VIDEO_EDID_H */ diff --git a/include/uapi/video/sisfb.h b/include/uapi/video/sisfb.h index 9250b22..06de303 100644 --- a/include/uapi/video/sisfb.h +++ b/include/uapi/video/sisfb.h @@ -18,8 +18,8 @@ *...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...ude/uapi/video/edid.h b/include/uapi/video/edid.h index 8c0f032..aa8d946 100644 --- a/include/uapi/video/edid.h +++ b/include/uapi/video/edid.h @@ -1,9 +1,9 @@ -#ifndef _UAPI__linux_video_edid_h__ -#define _UAPI__linux_video_edid_h__ +#ifndef _UAPI_VIDEO_EDID_H +#define _UAPI_VIDEO_EDID_H struct edid_info { unsigned char dummy[128]; }; -#endif /* _UAPI__linux_video_edid_h__ */ +#endif /* _UAPI_VIDEO_EDID_H */ diff --git a/include/uapi/video/sisfb.h b/include/uapi/video/sisfb.h index 9250b22..06de303 100644 --- a/include/uapi/video/sisfb.h +++ b/include/uapi/video/sisfb.h @@ -18,8 +18,8 @@ *...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths