aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_usb.c
Commit message (Collapse)AuthorAge
* drm/usb: fix module license on drm/usb layer.Dave Airlie2012-04-19
| | | | | | | Allows this module to load correctly with certain debugging options on. Reported on irc by scientes Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm: fix build with UDL if USB is a moduleDave Airlie2012-03-16
| | | | | | reported by sfr on -next merge. Signed-off-by: Dave Airlie <airlied@redhat.com>
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-31
| | | | | | They need this to get all the EXPORT_SYMBOL variants and THIS_MODULE Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* drm: add usb frameworkDave Airlie2011-02-06
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>