From: Ben Goz Date: Fri, 2 Jan 2015 21:43:19 +0000 (+0200) Subject: drm/radeon: Initialize compute vmid X-Git-Tag: fixes-v4.0-rc1~91^2~38^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08dcc57fcd240922347c8a9f14d18e67a3f9f1a9;p=pandora-kernel.git drm/radeon: Initialize compute vmid This patch moves to radeon the initialization of compute vmid. That initializations was done in kfd-->kgd interface, but doing it in radeon as part of radeon's H/W initialization routines is more appropriate. In addition, this simplifies the kfd-->kgd interface. The patch removes the function from the interface file and from the interface declaration file. The function initializes memory apertures to fixed base/limit address and non cached memory types. Signed-off-by: Ben Goz Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher --- Reading git-diff-tree failed