linux-stable/drivers/gpu/drm/ast
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
..
ast_dp501.c drm/ast: initial DP501 support (v0.2) 2014-05-19 11:13:57 +10:00
ast_dram_tables.h
ast_drv.c drm: add driver->set_busid() callback 2014-09-10 17:43:04 +10:00
ast_drv.h drm/ttm: move fpfn and lpfn into each placement v2 2014-08-27 13:16:04 +02:00
ast_fb.c drm: Introduce drm_fb_helper_prepare() 2014-07-08 11:31:28 +10:00
ast_main.c Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-next 2014-05-19 11:15:08 +10:00
ast_mode.c drm/ast: use helpers 2014-07-18 14:24:21 +10:00
ast_post.c drm: Remove spurious ';' 2014-06-10 09:35:42 +10:00
ast_tables.h drm/ast: add widescreen + rb modes from X.org driver (v2) 2014-05-19 11:13:55 +10:00
ast_ttm.c drm/ttm: move fpfn and lpfn into each placement v2 2014-08-27 13:16:04 +02:00
Kconfig drm: Add separate Kconfig option for fbdev helpers 2013-10-11 23:36:58 +02:00
Makefile drm/ast: initial DP501 support (v0.2) 2014-05-19 11:13:57 +10:00