]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/GraphicsOutput.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / GraphicsOutput.h
index afcc2b7d29bda04e1b9720e329a301a229cbf534..110691328e5d0e426eb24c5842e7f35a88436487 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Abstraction of a very simple graphics device.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -182,6 +182,27 @@ typedef struct {
   UINTN                                  FrameBufferSize;\r
 } EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE;\r
 \r
+/**\r
+  @par Protocol Description:\r
+  Provides a basic abstraction to set video modes and copy pixels to and from \r
+  the graphics controller's frame buffer. The linear address of the hardware \r
+  frame buffer is also exposed so software can write directly to the video hardware.\r
+\r
+  @param QueryMode\r
+  Returns information for an available graphics mode that the graphics device \r
+  and the set of active video output devices supports.\r
+  \r
+  @param SetMode \r
+  Set the video device into the specified mode and clears the visible portions \r
+  of the output display to black.\r
+  \r
+  @param Blt\r
+  Software abstraction to draw on the video device's frame buffer.\r
+  \r
+  @param Mode\r
+  Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.\r
+\r
+**/\r
 struct _EFI_GRAPHICS_OUTPUT_PROTOCOL {\r
   EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE  QueryMode;\r
   EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE    SetMode;\r