drm/amdgpu: add gfx v10 implementation (v10)
GFX is the graphics and compute block on the GPU. v1: add initial gfx v10 implementation (Ray) v2: convert to new get_vm_pde function in emit_vm_flush (Hawking) v3: switch to new emit ib interfaces (Hawking) v4: squash in updates (Alex) v5: remove unused variables (Alex) v6: v6: some golden regs moved to vbios (Alex) v7: squash in some cleanups (Alex) v8: squash in golden settings update (Alex) v9: squash in whitespace fixes (Ernst Sjöstrand, Alex) v10: squash in GDS backup size fix and GDS/GWS/OA removal rebase fixes (Hawking) Signed-off-by: NHuang Rui <ray.huang@amd.com> Signed-off-by: NHawking Zhang <Hawking.Zhang@amd.com> Acked-by: NAlex Deucher <alexander.deucher@amd.com> Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
Showing
with
5204 addition
and
3 deletion
+5204
-3
- drivers/gpu/drm/amd/amdgpu/Makefile drivers/gpu/drm/amd/amdgpu/Makefile +2 -1
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h +2 -2
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +5171 -0
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.h drivers/gpu/drm/amd/amdgpu/gfx_v10_0.h +29 -0
- 未找到文件。
想要评论请 注册 或 登录