]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/radeon: Deprecate UMS support v2
authorChristian König <christian.koenig@amd.com>
Mon, 21 Jan 2013 12:58:46 +0000 (13:58 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 31 Jan 2013 21:24:47 +0000 (16:24 -0500)
commit14adc89298f894816ea2f3aef4d8d2d6ede18575
treecef2d3b4a3e26fbe4b509491b446cd476be5a07d
parent0fcb6155cb5c146b57a8c50e35afb9b7cfbde394
drm/radeon: Deprecate UMS support v2

KMS support is out and stable for a couple of years now and
the userspace code has deprecated or abandoned the old UMS interface.

So make the KMS interface the default and deprecate the UMS interface
in the kernel as well.

v2: rebased on alex/drm-next-3.9-wip

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/radeon/Kconfig
drivers/gpu/drm/radeon/Makefile
drivers/gpu/drm/radeon/r300_cmdbuf.c
drivers/gpu/drm/radeon/r600_blit.c
drivers/gpu/drm/radeon/r600_blit_kms.c
drivers/gpu/drm/radeon/r600_cp.c
drivers/gpu/drm/radeon/r600_cs.c
drivers/gpu/drm/radeon/radeon_cp.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_drv.h
drivers/gpu/drm/radeon/radeon_irq.c
drivers/gpu/drm/radeon/radeon_mem.c
drivers/gpu/drm/radeon/radeon_state.c