[PATCH 0/9] drm/amdkfd: initial support for VI APU

2015-01-12 Thread Alex Deucher
On Thu, Jan 8, 2015 at 11:15 AM, Oded Gabbay wrote: > This patch-set starts to prepare amdkfd so it could support VI APU. > > 1. As newer H/W will be handled by amdgpu, we need to eliminate amdkfd's >include of radeon header files. > > 2. MQDs are different between CI and VI, so we need to spl

[PATCH 0/9] drm/amdkfd: initial support for VI APU

2015-01-08 Thread Oded Gabbay
This patch-set starts to prepare amdkfd so it could support VI APU. 1. As newer H/W will be handled by amdgpu, we need to eliminate amdkfd's include of radeon header files. 2. MQDs are different between CI and VI, so we need to split the MQD manager module to CI-specific and VI-specific.