drm/amdkfd: Add support for VI in DQM

2015-07-29 Thread Oded Gabbay
On Tue, Jul 28, 2015 at 7:00 PM, Dan Carpenter wrote: > Hello Ben Goz, > > The patch 914bea6329b2: "drm/amdkfd: Add support for VI in DQM" from > Jan 12, 2015, leads to the following static checker warning: > > drivers/gpu/drm/amd/amdkfd/kfd_device_queue_mana

drm/amdkfd: Add support for VI in DQM

2015-07-28 Thread Dan Carpenter
Hello Ben Goz, The patch 914bea6329b2: "drm/amdkfd: Add support for VI in DQM" from Jan 12, 2015, leads to the following static checker warning: drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c:158 init_sdma_vm() warn: should this be a bitwise op? drivers/g

[PATCH 09/13] drm/amdkfd: Add support for VI in DQM

2015-06-12 Thread Oded Gabbay
From: Ben Goz This patch adds support for the VI APU in the DQM module. Most of the functionality of DQM is shared between CI and VI. Therefore, only a handful of functions are required to be in the H/W-specific part of DQM. Signed-off-by: Ben Goz Signed-off-by: Oded Gabbay --- .../drm/amd/a