RE: [PATCH 08/20] drm/amdgpu:divide KCQ mqd init to sw and hw

2017-02-07 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Monk Liu > Sent: Tuesday, February 07, 2017 1:11 AM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH 08/20] drm/amdgpu:divide KCQ mqd init to sw and

[PATCH 08/20] drm/amdgpu:divide KCQ mqd init to sw and hw

2017-02-06 Thread Monk Liu
sw part only invoked once during sw_init. hw part invoked during first drv load and resume later. that way we cannot alloc mqd in hw/resume, we only keep mqd allocted in sw_init routine. and hw_init routine only kmap and set it. Change-Id: Ib0b788c71154e79819e8abb8daee9b9234a8eabb Signed-off-by: