[PATCH 1/2] vga_switcheroo: add mux switched interface

2013-01-08 Thread Dave Airlie
From: Dave Airlie this tells the drivers when the mux is switch to/from it, can be used to report outputs as disconnected to userspace etc. Signed-off-by: Dave Airlie --- drivers/gpu/vga/vga_switcheroo.c | 19 +++ include/linux/vga_switcheroo.h | 1 + 2 files changed, 20 ins

[PATCH 1/2] vga_switcheroo: add mux switched interface

2013-01-08 Thread Alex Deucher
On Mon, Jan 7, 2013 at 11:53 PM, Dave Airlie wrote: > From: Dave Airlie > > this tells the drivers when the mux is switch to/from it, can be used > to report outputs as disconnected to userspace etc. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > drivers/gpu/vga/vga_switche

Re: [PATCH 1/2] vga_switcheroo: add mux switched interface

2013-01-08 Thread Alex Deucher
On Mon, Jan 7, 2013 at 11:53 PM, Dave Airlie wrote: > From: Dave Airlie > > this tells the drivers when the mux is switch to/from it, can be used > to report outputs as disconnected to userspace etc. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > drivers/gpu/vga/vga_switche

[PATCH 1/2] vga_switcheroo: add mux switched interface

2013-01-07 Thread Dave Airlie
From: Dave Airlie this tells the drivers when the mux is switch to/from it, can be used to report outputs as disconnected to userspace etc. Signed-off-by: Dave Airlie --- drivers/gpu/vga/vga_switcheroo.c | 19 +++ include/linux/vga_switcheroo.h | 1 + 2 files changed, 20 ins