vga_switcheroo: Cleanup header comment

The header comment uses a weird combination of formatting styles. Make
it consistent.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Thierry Reding 2015-08-12 16:32:09 +02:00 committed by Daniel Vetter
parent bf8252b3fc
commit 7130927830
1 changed files with 9 additions and 9 deletions

View File

@ -6,15 +6,15 @@
* Licensed under GPLv2
*
* vga_switcheroo.c - Support for laptop with dual GPU using one set of outputs
Switcher interface - methods require for ATPX and DCM
- switchto - this throws the output MUX switch
- discrete_set_power - sets the power state for the discrete card
GPU driver interface
- set_gpu_state - this should do the equiv of s/r for the card
- this should *not* set the discrete power state
- switch_check - check if the device is in a position to switch now
*
* Switcher interface - methods require for ATPX and DCM
* - switchto - this throws the output MUX switch
* - discrete_set_power - sets the power state for the discrete card
*
* GPU driver interface
* - set_gpu_state - this should do the equiv of s/r for the card
* - this should *not* set the discrete power state
* - switch_check - check if the device is in a position to switch now
*/
#include <linux/module.h>