From: Ben Goz Date: Thu, 1 Jan 2015 15:10:01 +0000 (+0200) Subject: drm/amdkfd: Add asic property to kfd_device_info X-Git-Tag: fixes-v4.0-rc1~91^2~38^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da7558c690708259617417d3ddc5b5042f1cca4;p=pandora-kernel.git drm/amdkfd: Add asic property to kfd_device_info This patch adds a new property to kfd_device_info structure. That structure holds information that is H/W specific. The new property is called asic_family and its purpose is to distinguish between different asic families in amdkfd operations, mainly in QCM (queue control & management) This patch also adds a new enum, to select different ASICs. We set the current kfd_device_info instance as Kaveri and create a new instance which describes the new AMD APU, codenamed 'Carrizo'. Signed-off-by: Ben Goz Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher --- Reading git-diff-tree failed