1
0
Fork 0
alistair23-linux/drivers/gpu/drm/bochs
David Herrmann 915b4d11b8 drm: add driver->set_busid() callback
One step closer to dropping all the drm_bus_* code:
Add a driver->set_busid() callback and make all drivers use the generic
helpers. Nouveau is the only driver that uses two different bus-types with
the same drm_driver. This is totally broken if both buses are available on
the same machine (unlikely, but lets be safe). Therefore, we create two
different drivers for each platform during module_init() and set the
set_busid() callback respectively.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2014-09-10 17:43:04 +10:00
..
Kconfig drm: fix bochs kconfig dependencies 2014-03-07 09:05:10 +10:00
Makefile
bochs.h drm/ttm: move fpfn and lpfn into each placement v2 2014-08-27 13:16:04 +02:00
bochs_drv.c drm: add driver->set_busid() callback 2014-09-10 17:43:04 +10:00
bochs_fbdev.c drm/ttm: Fix a few sparse warnings 2014-07-22 10:58:21 +10:00
bochs_hw.c
bochs_kms.c drm/ttm: Fix a few sparse warnings 2014-07-22 10:58:21 +10:00
bochs_mm.c drm/ttm: move fpfn and lpfn into each placement v2 2014-08-27 13:16:04 +02:00