[PATCH 2/2] drm: add usb framework

2011-02-09 Thread James Simmons
> This adds an initial framework to plug USB graphics devices > into the drm/kms subsystem. > > I've started writing a displaylink driver using this interface. I own this hardware. Do you have early drivers that I could test. I assume also you will be cleaning up the edid code since it is very

Re: [PATCH 2/2] drm: add usb framework

2011-02-09 Thread James Simmons
> This adds an initial framework to plug USB graphics devices > into the drm/kms subsystem. > > I've started writing a displaylink driver using this interface. I own this hardware. Do you have early drivers that I could test. I assume also you will be cleaning up the edid code since it is very

[PATCH 2/2] drm: add usb framework

2011-02-07 Thread Dave Airlie
This adds an initial framework to plug USB graphics devices into the drm/kms subsystem. I've started writing a displaylink driver using this interface. Signed-off-by: Dave Airlie --- drivers/gpu/drm/Makefile |2 +- drivers/gpu/drm/drm_stub.c |1 + drivers/gpu/drm/drm_usb.c | 117 +++

[PATCH 2/2] drm: add usb framework

2011-02-06 Thread Dave Airlie
This adds an initial framework to plug USB graphics devices into the drm/kms subsystem. I've started writing a displaylink driver using this interface. Signed-off-by: Dave Airlie --- drivers/gpu/drm/Makefile |2 +- drivers/gpu/drm/drm_stub.c |1 + drivers/gpu/drm/drm_usb.c | 117 +++