alistair23-linux/drivers/gpu/drm/qxl
David Herrmann 44d847b743 drm: init TTM dev_mapping in ttm_bo_device_init()
With dev->anon_inode we have a global address_space ready for operation
right from the beginning. Therefore, there is no need to do a delayed
setup with TTM. Instead, set dev_mapping during initialization in
ttm_bo_device_init() and remove any "if (dev_mapping)" conditions.

Cc: Dave Airlie <airlied@redhat.com>
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Cc: Alex Deucher <alexdeucher@gmail.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-03-16 12:23:42 +01:00
..
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-01-22 21:21:55 -08:00
Makefile
qxl_cmd.c
qxl_debugfs.c
qxl_dev.h
qxl_display.c gpu: fix qxl missing crc32_le 2014-01-14 13:08:37 +10:00
qxl_draw.c
qxl_drv.c drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
qxl_drv.h drm: Kill DRM_IRQ_ARGS 2013-12-18 11:33:46 +10:00
qxl_dumb.c
qxl_fb.c qxl: avoid an oops in the deferred io code. 2013-11-04 16:48:43 +10:00
qxl_fence.c
qxl_gem.c drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
qxl_image.c
qxl_ioctl.c drm: Kill DRM_COPY_(TO|FROM)_USER 2013-12-18 11:35:01 +10:00
qxl_irq.c drm: Kill DRM_IRQ_ARGS 2013-12-18 11:33:46 +10:00
qxl_kms.c drivers: gpu: Mark function as static in qxl_kms.c 2014-01-14 12:59:25 +10:00
qxl_object.c drm: init TTM dev_mapping in ttm_bo_device_init() 2014-03-16 12:23:42 +01:00
qxl_object.h
qxl_release.c drm/qxl: fix memory leak in release list handling 2013-11-29 08:36:15 +10:00
qxl_ttm.c drm: init TTM dev_mapping in ttm_bo_device_init() 2014-03-16 12:23:42 +01:00