linux/drivers/gpu/drm/cirrus
Thomas Zimmermann e55a5c9b5f drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
The functions ttm_bo_global_init() and ttm_bo_global_release() do not
receive an argument of type struct ttm_bo_global. Both take a struct
drm_global_reference that contains points to a struct ttm_bo_global_ref.
Renaming them reflects this.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-11-05 14:20:52 -05:00
..
Kconfig Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2017-01-27 11:00:42 +10:00
Makefile drm/cirrus: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:18:56 +02:00
cirrus_drv.c drm/cirrus: use simpler remove_conflicting_pci_framebuffers() 2018-09-03 18:16:47 +02:00
cirrus_drv.h drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-up 2018-08-10 07:57:47 +02:00
cirrus_fbdev.c drm/cirrus: flip default from 24bpp to 16bpp 2018-08-10 07:57:47 +02:00
cirrus_main.c drm/cirrus: Replace ttm_bo_unref with ttm_bo_put 2018-08-30 09:41:00 +02:00
cirrus_mode.c drm/cirrus: flip default from 24bpp to 16bpp 2018-08-10 07:57:47 +02:00
cirrus_ttm.c drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}() 2018-11-05 14:20:52 -05:00