Re: [PATCH 0/6] refine register access interfaces

2020-04-03 Thread Christian König
Acked-by: Christian König for patches #1, #2 Reviewed-by: Christian König for patches #3 - #6 Regards, Christian. Am 03.04.20 um 12:55 schrieb Hawking Zhang: The series refined register access interfaces including: 1. add indirect access support to registers outside of mmio bar 2. remove the

[PATCH 0/6] refine register access interfaces

2020-04-03 Thread Hawking Zhang
The series refined register access interfaces including: 1. add indirect access support to registers outside of mmio bar 2. remove the inproper workaround leaving in the low level if 3. retire legacy interface RREG32_IDX/WREG32_IDX 4. retire redundant flags AMDGPU_REGS_KIQ/AMDGPU_REGS_IDX Hawking