]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add navi10 common ip block (v3)
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 4 Mar 2019 06:07:37 +0000 (14:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:23 +0000 (18:59 -0500)
commite3e9bbe30511b2ad2c9250da994b09b64db1e062
treea6b54c8b58558003a40645ba82d7c277f9a5c475
parentb47aabd429f75216b4d5d27fe01f1f8bba744ec3
drm/amdgpu: add navi10 common ip block (v3)

This adds the core SOC code for navi asics.

v1: add place holder and initial basic function (Ray)
v2: add new introduced functions to avoid reference
    NULL pointer (Hawking)
v3L squash in updates (Alex)

Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/navi10_reg_init.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/nv.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/nv.h [new file with mode: 0644]