drm/amdgpu: cleanup all virtualization detection routinewe need to move virt detection much earlier because:1) HW team confirms us that RCC_IOV_FUNC_IDENTIFIER will alwaysbe at DE5 (dw) mmio offs
drm/amdgpu: cleanup all virtualization detection routinewe need to move virt detection much earlier because:1) HW team confirms us that RCC_IOV_FUNC_IDENTIFIER will alwaysbe at DE5 (dw) mmio offset from vega10, this way there is noneed to implement detect_hw_virt() routine in each nbio/chip file.for VI SRIOV chip (tonga & fiji), the BIF_IOV_FUNC_IDENTIFIER is at0x15032) we need to acknowledged we are SRIOV VF before we do IP discovery becausethe IP discovery content will be updated by host everytime after it recieveda new coming "REQ_GPU_INIT_DATA" request from guest (there will be patchesfor this new handshake soon).Signed-off-by: Monk Liu <Monk.Liu@amd.com>Reviewed-by: Emily Deng <Emily.Deng@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/include:cleanup vega10 nbif header files.Cleanup asic_reg/vega10/NBIF folder.Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>Reviewed-by: Christian König <christian.koenig@amd.com>Signed-of
drm/amd/include:cleanup vega10 nbif header files.Cleanup asic_reg/vega10/NBIF folder.Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>Reviewed-by: Christian König <christian.koenig@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>