From: Oded Gabbay Date: Mon, 12 Jan 2015 12:26:10 +0000 (+0200) Subject: drm/amdkfd: Encapsulate DQM functions in ops structure X-Git-Tag: fixes-v4.0-rc1~91^2~38^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c9a5e4297b9a07d94ff8195ff6f21ba3581ad6;p=pandora-kernel.git drm/amdkfd: Encapsulate DQM functions in ops structure This patch does some re-org on the device_queue_manager structure. It takes out all the function pointers from the structure and puts them in a new structure, called device_queue_manager_ops. Then, it puts an instance of that structure inside device_queue_manager. This re-org is done to prepare the DQM module to support more than one AMD APU (Kaveri). Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher --- Reading git-diff-tree failed