]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/radeon: drop the handle from radeon_cs_reloc
authorChristian König <christian.koenig@amd.com>
Thu, 27 Nov 2014 13:48:41 +0000 (14:48 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Dec 2014 19:26:47 +0000 (14:26 -0500)
commitfc003bd4de12a8935481b2097e4120796ef6efad
treeed697d02ca866cc2e3ae06dca9943f2b67051704
parentd33a8fc719e8d3cba537ae2bfa1152f35537e019
drm/radeon: drop the handle from radeon_cs_reloc

It's only used for duplicate check and that
can be done on the original as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_cs.c
drivers/gpu/drm/radeon/radeon_vm.c