linux/drivers/gpu/drm/armada
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
..
armada_510.c drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clock 2014-07-11 15:40:14 +01:00
armada_crtc.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-08-07 17:36:12 -07:00
armada_crtc.h drm/armada: register crtc with port 2014-07-11 20:34:47 +01:00
armada_debugfs.c DRM: Armada: convert to use simple_open() 2013-11-06 12:02:36 +10:00
armada_drm.h drm/armada: make variant a CRTC thing 2014-07-03 16:24:48 +01:00
armada_drv.c drm: add driver->set_busid() callback 2014-09-10 17:43:04 +10:00
armada_fb.c
armada_fb.h
armada_fbdev.c drm: Introduce drm_fb_helper_prepare() 2014-07-08 11:31:28 +10:00
armada_gem.c dma-buf: use reservation objects 2014-07-08 13:03:20 -07:00
armada_gem.h
armada_hw.h
armada_ioctlP.h
armada_output.c drm: add register and unregister functions for connectors 2014-06-19 08:55:28 +02:00
armada_output.h
armada_overlay.c
armada_slave.c
armada_slave.h
Kconfig DRM: armada: fix missing DRM_KMS_FB_HELPER select 2014-01-27 23:47:14 +00:00
Makefile