From: Oded Gabbay Date: Mon, 12 Jan 2015 13:53:44 +0000 (+0200) Subject: drm/amdkfd: Encapsulate KQ functions in ops structure X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~38^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443fbd5f115feba160a8d7ed6ac708cb91e3b955;p=pandora-kernel.git drm/amdkfd: Encapsulate KQ functions in ops structure This patch does some re-org on the kernel_queue structure. It takes out all the function pointers from the structure and puts them in a new structure, called kernel_queue_ops. Then, it puts an instance of that structure inside kernel_queue. This re-org is done to prepare the KQ module to support more than one AMD APU (Kaveri). Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher --- Reading git-diff-tree failed