Patch #1 is Acked-by: Christian König <christian.koenig at amd.com>. Patch #2 - #4 are Reviewed-by: Christian König <christian.koenig at amd.com>. Patch #5: As Alex noted you need to update the dw estimation for gfx_v8_ring_emit_cntxcntl() as well when you add this. With that fixed the patch is Reviewed-by: Christian König <christian.koenig at amd.com> as well. Regards, Christian. Am 17.01.2017 um 04:00 schrieb Monk Liu: > *** BLURB HERE *** > > Monk Liu (5): > drm/amdgpu:add META_DATA struct for CSA/SRIOV v2 > drm/amdgpu:implement ring_write_multiple > drm/amdgpu:implement CE/DE meta-init routines > drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrl > drm/amdgpu:in cntx_ctrl we need insert meta-init for CE/DE > > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 32 +++++++++ > drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 3 + > drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 1 + > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 76 +++++++++++++++++++++ > drivers/gpu/drm/amd/amdgpu/vi.h | 112 +++++++++++++++++++++++++++++++ > 5 files changed, 224 insertions(+) >