linux/drivers/gpu/drm/rcar-du
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/rcar-du: Add run-time dependencies 2014-05-27 15:46:36 +10:00
Makefile drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00
rcar_du_crtc.c drm: Replace crtc fb with primary plane fb (v3) 2014-04-01 20:18:28 -04:00
rcar_du_crtc.h drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00
rcar_du_drv.c drm: add driver->set_busid() callback 2014-09-10 17:43:04 +10:00
rcar_du_drv.h drm/rcar-du: Add LVDS_LANES quirk 2013-12-02 01:27:28 +01:00
rcar_du_encoder.c drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00
rcar_du_encoder.h drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00
rcar_du_group.c drm/rcar-du: Configure RGB output routing to DPAD0 2013-08-09 23:17:52 +02:00
rcar_du_group.h drm/rcar-du: Configure RGB output routing to DPAD0 2013-08-09 23:17:52 +02:00
rcar_du_kms.c drm/rcar-du: Fix maximum frame buffer pitch computation 2014-07-30 11:08:24 +10:00
rcar_du_kms.h drm/rcar-du: Merge LVDS and VGA encoder code 2013-08-09 23:17:43 +02:00
rcar_du_lvdscon.c drm: add register and unregister functions for connectors 2014-06-19 08:55:28 +02:00
rcar_du_lvdscon.h drm/rcar-du: Split LVDS encoder and connector 2013-08-09 23:17:42 +02:00
rcar_du_lvdsenc.c drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources() 2013-12-18 11:10:48 +10:00
rcar_du_lvdsenc.h drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00
rcar_du_plane.c drm/rcar-du: Update plane pitch in .mode_set_base() operation 2013-12-02 01:27:26 +01:00
rcar_du_plane.h drm/rcar-du: Introduce CRTCs groups 2013-08-09 23:17:46 +02:00
rcar_du_regs.h drm/rcar-du: Add support for multiple groups 2013-08-09 23:17:50 +02:00
rcar_du_vgacon.c drm: add register and unregister functions for connectors 2014-06-19 08:55:28 +02:00
rcar_du_vgacon.h drm/rcar-du: Split VGA encoder and connector 2013-08-09 23:17:43 +02:00
rcar_lvds_regs.h drm/rcar-du: Add internal LVDS encoder support 2013-08-09 23:17:53 +02:00