[PATCH 01/15] vga_switcheroo: Document _ALL_ the things!

2015-09-17 Thread Lukas Wunner
Hi Danilo, On Thu, Sep 17, 2015 at 01:34:54PM -0300, Danilo Cesar Lemes de Paula wrote: > > - * 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 > > Did you check if this creates

[PATCH 01/15] vga_switcheroo: Document _ALL_ the things!

2015-09-17 Thread Lukas Wunner
This adds an "Overview" DOC section plus two DOC sections for the modes of use ("Manual switching and manual power control" and "Driver power control"). Also included is kernel-doc for all public functions, structs and enums. Signed-off-by: Lukas Wunner --- drivers/gpu/vga/vga_switcheroo.c |

[PATCH 01/15] vga_switcheroo: Document _ALL_ the things!

2015-09-17 Thread Danilo Cesar Lemes de Paula
On 09/17/2015 02:31 PM, Lukas Wunner wrote: > Hi Danilo, > > On Thu, Sep 17, 2015 at 01:34:54PM -0300, Danilo Cesar Lemes de Paula wrote: >>> - * GPU driver interface >>> - * - set_gpu_state - this should do the equiv of s/r for the card >>> - * - this should *not* set the

[PATCH 01/15] vga_switcheroo: Document _ALL_ the things!

2015-09-17 Thread Danilo Cesar Lemes de Paula
On 08/23/2015 10:18 AM, Lukas Wunner wrote: > This adds an "Overview" DOC section plus two DOC sections for the modes > of use ("Manual switching and manual power control" and "Driver power > control"). > > Also included is kernel-doc for all public functions, structs and enums. Regarding the