~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/gpu/vga-switcheroo.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/gpu/vga-switcheroo.rst (Version linux-6.12-rc7) and /Documentation/gpu/vga-switcheroo.rst (Version linux-6.6.60)


  1 .. _vga_switcheroo:                                 1 .. _vga_switcheroo:
  2                                                     2 
  3 ==============                                      3 ==============
  4 VGA Switcheroo                                      4 VGA Switcheroo
  5 ==============                                      5 ==============
  6                                                     6 
  7 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo      7 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
  8    :doc: Overview                                   8    :doc: Overview
  9                                                     9 
 10 Modes of Use                                       10 Modes of Use
 11 ============                                       11 ============
 12                                                    12 
 13 Manual switching and manual power control          13 Manual switching and manual power control
 14 -----------------------------------------          14 -----------------------------------------
 15                                                    15 
 16 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo     16 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
 17    :doc: Manual switching and manual power con     17    :doc: Manual switching and manual power control
 18                                                    18 
 19 Driver power control                               19 Driver power control
 20 --------------------                               20 --------------------
 21                                                    21 
 22 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo     22 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
 23    :doc: Driver power control                      23    :doc: Driver power control
 24                                                    24 
 25 API                                                25 API
 26 ===                                                26 ===
 27                                                    27 
 28 Public functions                                   28 Public functions
 29 ----------------                                   29 ----------------
 30                                                    30 
 31 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo     31 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
 32    :export:                                        32    :export:
 33                                                    33 
 34 Public structures                                  34 Public structures
 35 -----------------                                  35 -----------------
 36                                                    36 
 37 .. kernel-doc:: include/linux/vga_switcheroo.h     37 .. kernel-doc:: include/linux/vga_switcheroo.h
 38    :functions: vga_switcheroo_handler              38    :functions: vga_switcheroo_handler
 39                                                    39 
 40 .. kernel-doc:: include/linux/vga_switcheroo.h     40 .. kernel-doc:: include/linux/vga_switcheroo.h
 41    :functions: vga_switcheroo_client_ops           41    :functions: vga_switcheroo_client_ops
 42                                                    42 
 43 Public constants                                   43 Public constants
 44 ----------------                                   44 ----------------
 45                                                    45 
 46 .. kernel-doc:: include/linux/vga_switcheroo.h     46 .. kernel-doc:: include/linux/vga_switcheroo.h
 47    :functions: vga_switcheroo_handler_flags_t      47    :functions: vga_switcheroo_handler_flags_t
 48                                                    48 
 49 .. kernel-doc:: include/linux/vga_switcheroo.h     49 .. kernel-doc:: include/linux/vga_switcheroo.h
 50    :functions: vga_switcheroo_client_id            50    :functions: vga_switcheroo_client_id
 51                                                    51 
 52 .. kernel-doc:: include/linux/vga_switcheroo.h     52 .. kernel-doc:: include/linux/vga_switcheroo.h
 53    :functions: vga_switcheroo_state                53    :functions: vga_switcheroo_state
 54                                                    54 
 55 Private structures                                 55 Private structures
 56 ------------------                                 56 ------------------
 57                                                    57 
 58 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo     58 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
 59    :functions: vgasr_priv                          59    :functions: vgasr_priv
 60                                                    60 
 61 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo     61 .. kernel-doc:: drivers/gpu/vga/vga_switcheroo.c
 62    :functions: vga_switcheroo_client               62    :functions: vga_switcheroo_client
 63                                                    63 
 64 Handlers                                           64 Handlers
 65 ========                                           65 ========
 66                                                    66 
 67 apple-gmux Handler                                 67 apple-gmux Handler
 68 ------------------                                 68 ------------------
 69                                                    69 
 70 .. kernel-doc:: drivers/platform/x86/apple-gmu     70 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
 71    :doc: Overview                                  71    :doc: Overview
 72                                                    72 
 73 .. kernel-doc:: drivers/platform/x86/apple-gmu     73 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
 74    :doc: Interrupt                                 74    :doc: Interrupt
 75                                                    75 
 76 Graphics mux                                       76 Graphics mux
 77 ~~~~~~~~~~~~                                       77 ~~~~~~~~~~~~
 78                                                    78 
 79 .. kernel-doc:: drivers/platform/x86/apple-gmu     79 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
 80    :doc: Graphics mux                              80    :doc: Graphics mux
 81                                                    81 
 82 Power control                                      82 Power control
 83 ~~~~~~~~~~~~~                                      83 ~~~~~~~~~~~~~
 84                                                    84 
 85 .. kernel-doc:: drivers/platform/x86/apple-gmu     85 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
 86    :doc: Power control                             86    :doc: Power control
 87                                                    87 
 88 Backlight control                                  88 Backlight control
 89 ~~~~~~~~~~~~~~~~~                                  89 ~~~~~~~~~~~~~~~~~
 90                                                    90 
 91 .. kernel-doc:: drivers/platform/x86/apple-gmu     91 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
 92    :doc: Backlight control                         92    :doc: Backlight control
 93                                                    93 
 94 Public functions                                   94 Public functions
 95 ~~~~~~~~~~~~~~~~                                   95 ~~~~~~~~~~~~~~~~
 96                                                    96 
 97 .. kernel-doc:: include/linux/apple-gmux.h         97 .. kernel-doc:: include/linux/apple-gmux.h
 98    :internal:                                      98    :internal:
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php