Re: [PATCH 1/2] drm/amd/amdgpu: Add VMID to SRBM debugfs bank selection

2019-07-16 Thread Christian König
Am 12.07.19 um 15:44 schrieb StDenis, Tom: Add 5 bits to the offset for SRBM selection to handle VMIDs. Also update the select_me_pipe_q() callback to also select VMID. Maybe split in two patches? Either way Reviewed-by: Christian König . Signed-off-by: Tom St Denis --- drivers/gpu/drm

[PATCH 1/2] drm/amd/amdgpu: Add VMID to SRBM debugfs bank selection

2019-07-12 Thread StDenis, Tom
Add 5 bits to the offset for SRBM selection to handle VMIDs. Also update the select_me_pipe_q() callback to also select VMID. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 9 + drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 4 ++-- drivers/gpu/drm/amd/amdg