drm: add usb framework
authorDave Airlie <airlied@gmail.com>
Tue, 14 Dec 2010 21:13:55 +0000 (07:13 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Feb 2011 03:09:42 +0000 (13:09 +1000)
commita250b9fdc53a286d32e22f21170382a46b3a3ef5
tree46bca176ce307f951d3e154b7a41ddd43fdee0ac
parent8410ea3b95d105a5be5db501656f44bbb91197c1
drm: add usb framework

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 <airlied@redhat.com>
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_stub.c
drivers/gpu/drm/drm_usb.c [new file with mode: 0644]
include/drm/drmP.h
include/drm/drm_usb.h [new file with mode: 0644]