From: Ben Goz Date: Sun, 4 Jan 2015 09:24:25 +0000 (+0200) Subject: drm/amdkfd: Change MQD manager to be H/W specific X-Git-Tag: fixes-v4.0-rc1~91^2~38^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b8f589b052fe800e36f11eb2d29d4cf364bbed0;p=pandora-kernel.git drm/amdkfd: Change MQD manager to be H/W specific The MQDs for CI and VI are different. Therefore, the MQD manager module need to be H/W specific. This patch splits the current MQD manager into three files: - kfd_mqd_manager.c, which contains common functions and initializes the specific mqd manager module according to the H/W - kfd_mqd_manager_cik.c, which contains Kaveri specific functions. This is basically the old kfd_mqd_manager.c - kfd_mqd_manager_vi.c, which will contain VI specific functions. Currently it is not implemented except for returning NULL on initialization. Signed-off-by: Ben Goz Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher --- Reading git-diff-tree failed